Advertisement
jsoichiro

announce

Jun 6th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /announce [<text>]:
  2. permission: skript.admin
  3. trigger:
  4. if arg-1 is set:
  5. broadcast "&e[Announce]&b&l %arg-1%"
  6. if arg-1 is not set:
  7. message "&c使用法:/announce [text] または /an [text]"
  8.  
  9. command /an [<text>]:
  10. permission: skript.admin
  11. trigger:
  12. if arg-1 is set:
  13. broadcast "&e[Announce]&b&l %arg-1%"
  14. if arg-1 is not set:
  15. message "&c使用法:/an [text] または /announce [text]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement