Advertisement
AurasPrivate

MHFactions

Aug 12th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. command /clearchat:
  2. aliases: /cc
  3. permission: aurrra.clearchat
  4. trigger:
  5. loop 300 times:
  6. broadcast " "
  7. broadcast "&d&lMHFACTIONS &8ยป &7Chat has been cleared by &5%player%"
  8.  
  9. command /sc [<text>]:
  10. trigger:
  11. if player has permission "aurrra.staffchat":
  12. if arg 1 is set:
  13. loop all players:
  14. loop-player has permission "aurrra.staffchat":
  15. send "&9[Staff] &b%player%: &7%arg 1%" to loop-player
  16. if arg 1 is not set:
  17. message "&7Invalid usage: /sc <context>"
  18. else:
  19. message "&cYou do not have permission to execute this command"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement