Advertisement
kaizyukun

modrep

Aug 1st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. #改変禁止 Don't Modification!#
  2.  
  3. command /moderator [<offlineplayer>] [<text>]:
  4. permission: admin.mod
  5. trigger:
  6. if arg 1 is not set:
  7. send "プレイヤーを指定してください"
  8. stop
  9. if arg 2 is not set:
  10. send "enableかdisableと入力してください"
  11. stop
  12. if arg 2 is "enable":
  13. set {admin.mod} to true
  14. stop
  15. if arg 1 is "disable":
  16. set {admin.mod} to false
  17. stop
  18.  
  19. command /modrep [<text>]:
  20. trigger:
  21. if {admin.mod} is true:
  22. send "%player%さんが%arg 1%の理由で呼んでいます"
  23. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement