Advertisement
genya

Untitled

Aug 26th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. command /c:
  2. permission: skript.admin
  3. usage: /c
  4. trigger:
  5. give command block to player
  6. command /hide:
  7. usage: /hide
  8. trigger:
  9. hide all players of player
  10. message " &bHide &a周りの人を非表示にしました。"
  11. command /show:
  12. usage: /show
  13. trigger:
  14. reveal all players of player
  15. message " &cShow &a周りの人を表示しました。"
  16. command /lb:
  17. usage: /lb
  18. trigger:
  19. teleport player to world's spawn point
  20. on rightclick with clock:
  21. hide all players of player
  22. message " &bHide &a周りの人を非表示にしました。"
  23. on leftclick with clock:
  24. reveal all players of player
  25. message " &cShow &a周りの人を表示しました。"
  26. on rightclick with slimeball:
  27. teleport player to world's spawn point
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement