Advertisement
Kusa_Haenai_wWW

Untitled

Apr 14th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. options:
  2. cmd: &7&l[&c&lシステム&7&l] &e&l≫≫
  3.  
  4. on command:
  5. loop all players:
  6. if {logs.%loop-player%} is not set:
  7. set {logs.%loop-player%} to true
  8. if {logs.%loop-player%} is true:
  9. if player is not set:
  10. stop
  11. message " {@cmd} &7%player%: /%full command%" to loop-player
  12. command /cmd [<text>]:
  13. trigger:
  14. if arg-1 is set:
  15. if arg-1 is "on":
  16. set {logs.%player%} to true
  17. message " {@cmd} &7Log表示を&aon&7にしました。"
  18. stop
  19. if arg-1 is "off":
  20. set {logs.%player%} to false
  21. message " {@cmd} &7Log表示を&coff&7にしました。"
  22. stop
  23. else:
  24. message "{@cmd} &7cmd <on,off>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement