Advertisement
kunihiko_sato

Untitled

Oct 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. command /warn [<player>] [<text>]:
  2. permission: server.admin
  3. permission message: &cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error.
  4. trigger:
  5. if arg-1 is not event-player:
  6. if arg-2 is set:
  7. send "&4[警告] &6FROM: ClockClap &7%arg 2%" to arg-1
  8. send "&a[警告] &cTO: %arg 1% &7%arg 2%" to event-player
  9. else:
  10. send "&c使用法:/warn <プレイヤー> <メッセージ>" to event-player
  11. if arg-1 is event-player:
  12. send "&c自分に警告を出すことはできません。" to event-player
  13. else:
  14. send "&c使用法:/warn <プレイヤー> <メッセージ>" to event-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement