Entities

PrisonMines

Sep 30th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. on drop:
  2. if player doesn't have permission "item.drop":
  3. cancel event
  4. make player execute command "/drop"
  5. stop
  6.  
  7. command /drop:
  8. trigger:
  9. message "&7(&d!&7) &7Dropping Items is disabled. Use &d/Trade!"
  10.  
  11.  
  12. command /broadcast <string>:
  13. aliases: /bc
  14. permission: chat.broadcast
  15. permission message: &7Sorry &c%player% &7you must have &6chat.broadcast&7 to run this command!
  16. trigger:
  17. broadcast "&bPRISONMINES &7%arg-1%"
  18.  
  19. command /bc <string>:
  20. aliases: /broadcast
  21. permission: chat.broadcast
  22. permission message: &7Sorry &c%player% &7you must have &6chat.broadcast&7 to run this command!
  23. trigger:
  24. broadcast "&bPRISONMINES &7%arg-1%"
  25.  
  26. command /clearchat:
  27. aliases: /cc
  28. permission: chat.clear
  29. permission message: &c7Sorry &c%player% &7you must have &6chat.clear&7 to run this command!
  30. trigger:
  31. loop 200 times:
  32. broadcast " "
  33. broadcast "&bPRISONMINES &b%player%, &7has cleared the chat!"
Add Comment
Please, Sign In to add comment