maozou

Untitled

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