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

    Skript Version

    I am looking for 1.7.10 compatible versions of all of the following: Skript SkQuery TuSKe The versions i'm trying right now are throwing a ton of errors and it's due to 1.7 compatibility. I am using a 1.7.10 Spigot build, but was previously using 1.8.8.
  2. I

    Custom Mob Drops

    Skript Version: 2.2-dev23 Skript Author: Njol, Mirreski, bensku, nfell2009, joeuguce99, RealGatt, RoyCurtis, and tim740 Minecraft Version: --- Full Code: on death of creeper: set {_creeperdrop} to a random number between 1 and 5 if {_creeperdrop} = 1: drop 1 tnt stop...
  3. I

    Every second not working?

    Skript Version: 2.2-dev23 Skript Author: Njol, Mirreski, bensku, nfell2009, joeuguce99, RealGatt, RoyCurtis, and tim740 Minecraft Version: --- Full Code: every second: if {donatorkit.timer.%player%} < 1: stop else: subtract 1 from {donatorkit.timer.%player%} Errors on...
  4. I

    GUI Kit Need's to be Stealable

    Skript Version: 2.2-dev23 Skript Author: Njol, Mirreski, bensku, nfell2009, joeuguce99, RealGatt, RoyCurtis, and tim740 Minecraft Version: PaperSpigot 1.8.8 --- Full Code: command /donatorkit: description: Gives Player Donator Kit executable by: player trigger: if player...