Recent content by Ruubgaming

  • 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. R

    Solved Adding blocks to list when placed doesnt work.

    Hey, I am trying to make a gamemode where you have several doors. You have several levels and to make it easier to make one I want to have it so that you just can place the doors that need a key to open. I made it so those doors have sharpness 0 to seperate them from the "normal" doors. only it...
  2. R

    Variable is not working

    If I die it wont work. on death: set {playersalive} to {playersalive} - 1 wait 1 tick if {playersalive} is "0": loop all players in world "pvp": message "&c[Server-Pvp] &fHet gevecht is afgelopen" to loop-player set {_amount} to amount of players in world...