Advertisement
pdxryanpdx

/bc

Feb 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. command /bc [<text>]:
  2. permission: staff.bc
  3. permission message: &cYou do not have access to this command!
  4. aliases: broadcast
  5. trigger:
  6. if player has the permission "Staff.bc":
  7. if arg-1 is not set:
  8. send "&cIncorect usage &7/bc <message>
  9. if arg-1 is set:
  10. loop all players:
  11. if loop-player has the permission "default.*":
  12. send "&c&l>&7&l> &e&lCrystal&6&lX &c- &e%colored arg-1%" to loop-player
  13. else:
  14. send "&cYou do not have permission!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement