Advertisement
kunihiko_sato

Untitled

Nov 22nd, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. on chat:
  2. add "&6&l» &c%player%: &r%coloured message%" to {chatlogs::*}
  3.  
  4. command /chat [<text>]:
  5. permission: server.op
  6. permission message: §cYou do not have permission to execute this command!
  7. trigger:
  8. if arg-1 is "log" or "clearlog":
  9. if arg-1 is "log":
  10. send "&e&l---------------==========[ ChatLog ]==========---------------"
  11. loop {chatlogs::*}:
  12. send "%loop-value%"
  13. send " "
  14. if arg-1 is "clearlog":
  15. clear {chatlogs::*}
  16. send "&e&l[Chat] &aログをクリアしました。"
  17. else:
  18. send "&3&l---------------==========[ Help ]==========---------------"
  19. send "&8&l» &elog &6- &bチャットログを表示します。"
  20. send "&8&l» &eclearlog &6- &bチャットログをリセットします。"
  21. send ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement