9nq

Untitled

9nq
Feb 11th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /warn <player> <text>:
  2. permission: skript.warn
  3. trigger:
  4. add 1 to {warn.%arg 1%}
  5. if arg 1 is not set:
  6. message "&c使用方法: /warn <プレイヤー> <理由>" to player
  7. if arg 2 is not set:
  8. message "&c使用方法: /warn <プレイヤー> <理由>" to player
  9. if arg 1 and arg 2 is set:
  10. broadcast "&c%arg 1%さんが&4%arg 2%&Cの理由により警告されました。"
  11. if {warn.%arg 1%} is 3:
  12. execute console command "/ban %arg 1% 警告回数が三回に達したためBAN"
Advertisement
Add Comment
Please, Sign In to add comment