maozou

Report system

Feb 2nd, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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. send "%{rep::*}%"
  17. if arg-1 is "reset":
  18. delete {rep::*}
  19. set {rep::*} to "&f"
Add Comment
Please, Sign In to add comment