Advertisement
Dnthy

Untitled

Jul 30th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. command /hide <text>:
  2. trigger:
  3. if arg-1 is "on":
  4. hide player from loop-player
  5. send "&d[SYSTEM] &aあなたを[非表示]にセットしました"
  6. stop
  7. if arg-1 is "off":
  8. show player from loop-player
  9. send "&d[SYSTEM] &7あなたを[表示]にセットしました"
  10. stop
  11. else:
  12. send "&d==========="
  13. send "&a/hide on 他の人から見えなくなります"
  14. send "&a/hide off 他の人から見えるようになります"
  15. send "&d==========="
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement