Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  1. Runakai

    Solved Problem with Skript chat

    I would also try to use local variable in that region situation, I don't really know if that affects it tho since it works with broadcast and not with send. Maybe use filters? "send "" to all players where [player input = loop-player]"
  2. Runakai

    on inventory click issue.

    Event-item returns the itemtype and event-slot the item at the clicked slot
  3. Runakai

    on inventory click issue.

    https://forums.skunity.com/threads/vanilla-guis.8939/
  4. Runakai

    Schematic to an random element

    Don't trust @Efnilite, he just wants to eat humans. But his addon is very nice
  5. Runakai

    SkyPvP System Errors

    To translate: first of all hello, I have written a skypvp system with ca. 1100 lines where first no errors occur and then again 10-20. I have looked, I can't solve those problems because there are not problems and actually everything is correct. I have already removed all addons and added them...
  6. Runakai

    On Inventory slot click

    Thats not what he was demanding.
  7. Runakai

    Solved Lore

    with lore "LORE1" and "LORE2" and "LORE3"
  8. Runakai

    Solved How can i disable level drops of chickens?

    maybe try event.setExpToDrop(0) needs skript mirror
  9. Runakai

    Solved I want to stack arrows in slot 7. But it doesn't working.

    try setting the slot to arrows edit: try add an arrow named "test" to player' slot 7
  10. Runakai

    Tab sorting

    HOW DARE YOU TO DARE ME TO DARE YOUR NICENESS
  11. Runakai

    Tab sorting

    HOW DARE YOU TO TELL ME WHAT TO SENSE.. IM GOING TO MISINTERPRETATE THAT AND REPORT YOU BECAUSE YOURE A NICE PERSON- Wait that doesn’t make sense
  12. Runakai

    Tab sorting

    Credits to: @ShaneBee will need skript-mirror on load: delete {ranks::*} delete {prefixes::*} set {ranks::owner} to "A-OWNER" set {ranks::admin} to "B-ADMIN" set {ranks::player} to "C-PLAYER" function updateTab(p: player): loop {ranks::*}...
  13. Runakai

    Skript Vanilla GUIs

    You are looking for a good way of making GUIs in Skript? Without having to update an Addon or possibly risk that it's going to get unmaintained? Well, you cant stop searching now! Because vanilla GUIs are integrated into Skript. That's how the name origins from. It's a vanilla feature from...
  14. Runakai

    S

    so much to do, so much to see So what's wrong with taking the back streets? You'll never know if you don't go You'll never shine if you don't glow
  15. Runakai

    S

    S on s: if s is s: s "s" to s
  16. Runakai

    Help - doesnt work

    under your else if add onother else statement setting the variable to now. I think you have just tried too often with your main account and therefore the variables are already being set. But for other players it will never be set
  17. Runakai

    A fully Skript based MMO-RPG Server

    Well actually if you ask me: I'd also publish the code so this doesn't just seem like some "Hey, look at my server" thing. The idea seems nice but I'd also like to see some special features of your own. I know you just want to recreate a server translated into English. If you're able to to that...
  18. Runakai

    Solved Read the level of the enchant.

    set {_} to level of fortune of player' tool parse succesfull, don't know what it outputs tho. Can be "FORTUNE 1" or whatever. If so, just split and parse as integer. Maybe it will output <none>? Who knows. I don't
  19. Runakai

    Help - doesnt work

    Actually "player's tool" and "player's held item" is the same. I think it just messes up with some conditon thanks to the cooldown OR the name is not recognised correctly. Therefore I'd use "if uncoloured name of player' tool = "":"
  20. Runakai

    Displaying a item in chat

    No, not anymore. edit: Im stupid. both should work