Advertisement
AidanStitched

Untitled

Aug 13th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. command /cc:
  2. description: Clears chat for all players.
  3. permission: clearchat.allow
  4. permission message: &cNo Permission!
  5. trigger:
  6. loop 175 times:
  7. broadcast " "
  8. broadcast "&b&lSHEPCREATIVE &8> &7Chat was cleared by&9 %player%."
  9. command /announce [<text>]:
  10.  
  11. permission: announce.allow
  12.  
  13. permission message: &cYou cannot do this command.
  14.  
  15. trigger:
  16.  
  17. if arg 1 is not set:
  18.  
  19. send "&3Use &b/announce <message>"
  20.  
  21. if arg 1 is set:
  22.  
  23. broadcast "&8[&b&lSHEPCREATIVE&8] &f&l%arg-1%"
  24. command /adminchat <text>:
  25. Musis napisat: &6/adminchat <message>
  26. permission: adminchat.allow
  27. executable by: player and console
  28. aliases: /ach,/ac
  29. trigger:
  30. loop all players:
  31. loop-player has permission "adminchat.allow":
  32. send "&b&lAdminChat &4&l>> &9&l%player% &3%arg%" to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement