Advertisement
sora200507

Untitled

Sep 12th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. on command:
  2. player is player
  3. loop all players:
  4. loop-player have permission "command.log"
  5. if {%loop-player%.command} is set:
  6. send "&b>>%player% executed command /%full command%" to loop-player
  7. else:
  8. stop
  9. command /commandlooker:
  10. permission:command.log
  11. trigger:
  12. if {%player%.command} is not set:
  13. set {%player%.command} to true
  14. message "&b>>%player%のコマンドログを有効にしました"
  15. stop
  16. else:
  17. clear {%player%.command}
  18. message "&c>>%player%のコマンドログを無効にしました"
  19. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement