Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #Chat by StrategyJr
  2. #Beta 1.0
  3.  
  4. on chat:
  5. cancel event
  6. broadcast "<gray>%player% <dark grey>: <gray>%message%" to world
  7. command /staffchat [<text>]:
  8. aliases: /sc
  9. permission: staffchat.perm
  10. permission message: &cYou dont have permission this command!
  11. trigger:
  12. loop all players:
  13. if loop-player has permission "staffchat.view":
  14. send "&8(&3Staff&8) &3%player's display name% &7: &b%arg-1%" to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement