maozou

vanish

Feb 2nd, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. on join:
  2. set {v.%player%} to "false"
  3. command /v:
  4. permission: sk.admin
  5. trigger:
  6. if {v.%player%} is "true":
  7. set {v.%player%} to "false"
  8. hide the player from all players
  9. send "&e[&fVanish&e] &aあなたは不可視になりました。"
  10. else:
  11. set {v.%player%} to "true"
  12. reveal the player from all players
  13. send "&e[&fVanish&e] &aあなたは可視になりました。"
  14. command /vset:
  15. trigger:
  16. set {v.%player%} to "false"
Add Comment
Please, Sign In to add comment