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

    open chest to someone else

    im trying to make a menu thing and this is what i have rn command /men <player>: permission: "op" trigger: wait 1 tick open chest with 3 rows named "&6Main Menu" to player im trying to make it so the chest opens the the player who is in the command like open chest to %arg...
  2. P

    teleport all players that have (item)

    im trying to make a mind control thingy and rn this is what i have on damage: attacker is holding a stick named "&6&lMind Control Stick" if victim has red stained glass pane: set slot 9 of victim's inventory to grey stained glass pane named " " else: set slot 9 of...
  3. P

    make it so a command checks everyone

    when i use this code it gives the right gun to the player who did /start but everyone else gets a pistol only command /start: cooldown : 1 minute cooldown message: "please wait to start" trigger: kill all arrows remove all arrow from player remove all diamond...
  4. P

    make it so when someone uses the command it checks all player for perms

    im trying to make it so when someone does /start it gives everyone the correct item it works for whoever is the one who does /start but the anyone else any help whould be appreciated command /start: cooldown : 1 minute cooldown message: "please wait to start" trigger: kill...