Advertisement
kaliumsan

Untitled

Feb 15th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. command //vanish:
  2. permission: skript.vanish
  3. trigger:
  4. if {vanish.&UUID of player%} is false:
  5. set {vanish.%UUID of player&} to true
  6. hide player from all players
  7. message "&cVanished"
  8. stop
  9.  
  10. command //unvanish:
  11. permission: skript.vanish
  12. trigger:
  13. if {vanish.&UUID of player%} is true:
  14. set {vanish.%UUID of player&} to false
  15. reveal player from all players
  16. message "&cUnVanished"
  17. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement