Advertisement
okaz_

AdminChat

Jan 24th, 2020
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. command /ac <text>:
  2. trigger:
  3. if sender does not have permission "script.admin":
  4. send "&cあなたはこのコマンドを実行する権限を持っていません!"
  5. stop
  6. if arg 1 is not set:
  7. send "&c使用法: &f/ac <テキストメッセージ>"
  8. stop
  9. if sender has permission "script.admin":
  10. send "&cAdmin&aChat &b%player%&a: &f%coloured arg 1%"
  11. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement