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 comminuty!

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

  1. joshwenke

    Addon Skuishy

    Download link is broken should be https://modrinth.com/plugin/skuishy/version/2.4
  2. joshwenke

    Testing - ignore this

    How can I ignore this
  3. joshwenke

    Script skBackpacks NBT | A better way to store your stuff!

    Has anyone rewritten this script to support jNBT (new 1.12 addon to support NBT modifications in place of SkStuff)? If so, I'd love to not have to rewrite it myself :)
  4. joshwenke

    Solved Cuboid Expression

    Can you share your findings here so others can benefit?
  5. joshwenke

    TuSKe GUI Manager Tutorial

    This may be a stupid question, but how would one go about formatting a slot (using the advanced syntax) that can be edited by players? (aka the item can be stolen)
  6. joshwenke

    Already a text?

    I've had problems with earlier versions of Skript doing weird things with my code just because it doesn't think that an obvious text is a text. If there was a way to suppress these errors, it would be awesome. Plus I have like 10,000 lines of code I would need to change if I wanted to switch...
  7. joshwenke

    Already a text?

    When loading my scripts, I get this error a lot: [20:08:01 WARN]: [Skript] the UUID of the player is already a text, so you should not put it in one (e.g. the UUID of the player instead of "%the UUID of the player%") (world.sk, line 499: if hasPermission("%uuid of player%", "builder") is...