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

    Kick a person out of bed

    How would this be used? It will depend on how I make it.
  2. HiddenDev

    Kick a person out of bed

    It's a simple 2 line of code. Nobody can enter no matter what. on bed enter: cancel event Players with permission "bed.bypass" will be able to sleep in beds. on bed enter: if player has permission "bed.bypass": stop else: cancel event Enjoy.
  3. HiddenDev

    Solved Mob Heads into Tokens

    Here is the working version. In your condition "if player is holding 20 mob heads" it totally ignores the amount. So I added a condition that checks if the player has 20 mob heads. command /transfer: trigger: if player has 20 mob heads: if player is holding mob heads...
  4. HiddenDev

    Solved Kits

    Less code (Less server usage) and easy to edit cool down time. Here: options: time: 10 minutes #Change time by changing the above to anything. E.g. 24 hours, 20 seconds, 1 minute ect. command /kit [<text>]: trigger: if arg 1 is "builder": set...