kunihiko_sato

Untitled

Nov 15th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. on command:
  2. if sender is a player:
  3. add "&4&l» &6%player%: &7/%full command%" to {csslogs::*}
  4. send "&4[CSS] &6%player%: &7/%full command%" to ops
  5.  
  6. command /css [<text>]:
  7. permission: css.staff
  8. permission message: §4[CSS] §c権限を持っていません。
  9. aliases: /css:css
  10. trigger:
  11. if arg-1 is "help" or "log" or "clearlog":
  12. if arg-1 is "help":
  13. send "&4&l---------------[ CSS HELP ]---------------"
  14. send "&a&l 作者: ClockClap&e Page: 1/1"
  15. send "&a- &7help&6... プラグインのヘルプを表示します。"
  16. send "&a- &7log&6... コマンドログを表示します。"
  17. send "&a- &7clearlog&6... コマンドログをクリアします。"
  18. if arg-1 is "log":
  19. if {csslogs::*} is set:
  20. send ""
  21. send "&4&l---------------[ CSS LOG ]---------------"
  22. loop {csslogs::*}:
  23. send "%loop-value%"
  24. send ""
  25. else:
  26. send "&4[CSS] &cコマンドのログがありません。"
  27. if arg-1 is "clearlog":
  28. clear {csslogs::*}
  29. send "&4[CSS] &aコマンドログをクリアしました。"
  30. else:
  31. send "&4[CSS] &c未知のアーギュメントです。""/css help""でアーギュメント一覧を確認してください。"
Add Comment
Please, Sign In to add comment