Advertisement
maozou

Reports System ver2

Mar 15th, 2019
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. command /report [<text>] [<text>]:
  2. trigger:
  3. if arg-1 is not set:
  4. send "&cHelp: &a/report <要件> <内容>で使えます"
  5. if arg-2 is set:
  6. set {rep::%arg-1%} to "&aレポート者:%player% &bタイトル:%arg-1% &a内容: %arg-2%&7&l❘"
  7. send "メッセージをモデレーターに送信しました。"
  8. send "&e[&cReportSystem&e] &bメッセージが届いています!/reports checkで確認してください" to ops
  9. command /reports [<text>]:
  10. permission: sk.admin
  11. trigger:
  12. if arg-1 is not set:
  13. send "&a/reports check メッセージ一覧を見ます"
  14. send "&a/reports reset メッセージをすべて削除します"
  15. if arg-1 is "check":
  16. loop {rep::*}:
  17. send "%loop-value%"
  18. if arg-1 is "reset":
  19. set {rep::*} to ""
  20. set {rep::*} to "&f"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement