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

    Inventory Looping problem

    I recommend updating skript to 2.4.1. Also 1.12.2 or 1.13.2 minecraft is better but that's up to you. You're using a version of 1.8 skript on a 1.11 server
  2. Runakai

    How do I give someone random items?

    Give random item out of all items to player
  3. Runakai

    General Kenobi

    General Kenobi
  4. Runakai

    Lol

    Lol
  5. Runakai

    Can't get gui's to work.

    Just use vanilla guis
  6. Runakai

    Can't get gui's to work.

    I will not provide any information that may be useful since you didn't as well. I'm glad you found out all 3 plugins that have GUI stuff, however you didn't even try to make one by yourself. https://forums.skunity.com/threads/vanilla-guis.8939/
  7. Runakai

    Solved Detects if event slot is in a chest or in a player's inventory

    if event-inventory != Player's inventory
  8. Runakai

    Solved How do any sounds on event??

    You literally gave ZERO information on EVERYTHING. Skript for 1.8 and 1.9+ is like comparing the US and Germany
  9. Runakai

    Change "Seconds" "Minutes"

    Split it at "." Use the first index
  10. Runakai

    is it possible to check GUI SLOT item?

    Setting it to a local variable will work only as I experienced some days ago. This is annoying and should be changed imo
  11. Runakai

    Need Help With TusKe "If click type"

    This does not belong here as it's not a request. Please delete this and post your question in the correct section
  12. Runakai

    Chunk border Help

    There is a chunk boarder effect. Just look it up, pretty sure it's not for 1.8 tho
  13. Runakai

    Gui in gui..?

    https://forums.skunity.com/threads/vanilla-guis.8939/ Read this. If you're using 1.14 Minecraft replace inventory name effect with event.getView().getTitle()
  14. Runakai

    Gui in gui..?

    Open chest is not vanilla syntax. It's skquery; open chest inventory would be the correct vanilla syntax
  15. Runakai

    Khoryl

    I'd like to have proper pathfinding as afaik no currently maintained add-on contains a pathfinding syntax
  16. Runakai

    Custom Crafting Recipies

    What is your minecraft version
  17. Runakai

    stack items with Skript

    If you really wrote that in java you should be able to recreate that within skript if you know the basics. Anyway, loop all of the items that are not stackable by default, get the amount of them (loop actually not necessary) remove them, give them X of unstackable Item
  18. Runakai

    Change "Seconds" "Minutes"

    Set {_} to "%now%" replace every "hour" with "Stunde' in {_}
  19. Runakai

    Skript Sorting Method / Toplists

    Also add that this is from Mirrorutils
  20. Runakai

    Pages in GUI

    options: STitem: &7Mainpage NSitem: &6nextpage VSitem: &7previous page GlobalPlayerGuiName: &cPlayers pagetext: &6Page command test: trigger: set {GlobalPlayer::*} to all players Menu(player, 0) function Menu(p: player, page: number): set...