Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
90
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: burekmc.command.vanish
  3. permission message: &cYou don't have permission to execute this command!
  4. trigger:
  5. hide player from all players
  6. set {testvanish.%player%} to true
  7. message "&aVanished!"
  8. stop
  9. else:
  10. reveal player from all players
  11. set {testvanish.%player%} to false
  12. message "&cUnVanished"
  13. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement