Advertisement
kunihiko_sato

Untitled

Jan 2nd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. command /vanish [<text>]:
  2. permission: admin
  3. permission message: §cYou do not have permission to execute this command!
  4. trigger:
  5. if {%player%.vanish} is set:
  6. send "&7[&6Vanish&7] &rYou are currently &cUNVANISHED"
  7. delete {%player%.vanish}
  8. reveal the player from all players
  9. else:
  10. send "&7[&6Vanish&7] &rYou are currently &cVANISHED"
  11. set {%player%.vanish} to 1
  12. hide the player from all players
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement