Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. on leave:
  2. if player has permission "essentials.vanish":
  3. if {vanish.%player%} is true:
  4. set {vanish.%player%} to false
  5. broadcast "&8[&a&l+&8] &4[Admin] &c%player%"
  6. on command "/vanish":
  7. if {vanish.%player%} is true:
  8. set {vanish.%player%} to false
  9. broadcast "&8[&a&l+&8] &4[Admin] &c%player%"
  10. else:
  11. set {vanish.%player%} to true
  12. broadcast "&8[&c&l-&8] &4[Admin] &c%player%"
  13. on left:
  14. if {vanish.%player%} is true:
  15. set {vanish.%player%} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement