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. White

    Solved [SOLVED]GUI Help

    TuSKe's GUI has its own set as shown in this, https://docs.skunity.com/syntax/search/open%20virtual
  2. White

    AtherialSK NEW! ADDON [COMING SOON] [LOOKING FOR SUGGESTIONS]

    That's it? Most of them are basically duplicates.
  3. White

    Solved Problem with inventory click

    Or use TuSKe which essentially solves all the problems for GUI stuff.
  4. White

    Solved Problem with inventory click

    What exactly is your issue lol... "Slot slot slot" is all I see but what exactly.
  5. White

    Solved Problem with inventory click

    Try slot 10. Minecraft starts from slot 0.
  6. White

    Solved Problem with inventory click

    Explain the issue? Is it because the clicked slot is always going triggering on the slot after one you wanted?
  7. White

    Solved Problem with inventory click

    Are you talking about "if clicked slot is 11:" condition?
  8. White

    Solved Problem with inventory click

    Add a tick after open chest line.
  9. White

    Solved 1.12.2 Projectile Trail

    Check if the projectile exists. If it does't, end the while loop. Either one of them should work. if projectile is alive: if projectile exists:
  10. White

    Solved jsonSK error

    Which version do you mean though? Dev25 should be stable for 1.8.9.
  11. White

    How to check an entity name?

    on death of pig: if name of victim is "&7Pig [Lvl.&a1&7]":
  12. White

    1.9 Skript

    How exactly doesn't it work?
  13. White

    1.9 Skript

    https://github.com/bensku/Skript/releases This is the link to finding 1.9 skript. The link you provided are addons, which provides more features to when coding in Skript. I believe 1.9 can work with the latest skript version, dev32c. If not, try downgrading to dev29.
  14. White

    Solved Dropping dyed leather armor

    Can you show what you have so far with the variable method?
  15. White

    Solved Dropping dyed leather armor

    If you don't want to deal with errors regarding items (because they happen A LOT), then use the variable trick. set {_item} to leather helmet dye {_item} blue
  16. White

    Solved Walking event

    Use Bensku's dev25. That's the latest (and last) workable 1.8 version.
  17. White

    Solved Walking event

    This won't lag with small player base. You can extend the timer if you want less lag overall.
  18. White

    Solved Tuske GUI don't working

    What server version are you using and why doesn't it work?
  19. White

    Solved Tuske GUI don't working

    To be fair, it's like teaching someone an old, outdated method rather than a method that is more efficient and clean. While the one you provided is still ok-ish, it can lead to future problems if he still uses SkQuery's GUI. And also, TuSKe GUI provides more advanced ways of using the GUI, which...
  20. White

    I need help with signs

    Should be 3rd line, not 3nd.