Gamehero2

UnlimitedPlots

Jul 9th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. icanhasbukkit:
  4. - version $1-
  5. warn:
  6. - tellraw $$1 ["",{"text":"You have received a warning for $2 $3 $4 $5 $6 $7 $8 $9 $10","color":"red"}]
  7. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" warned","color":"red"},{"text":" $1","color":"gold"},{"text":" for $2 $3 $4 $5 $6 $7 $8 $9 $10","color":"red"}]
  8. p_swear:
  9. - tellraw $$1 ["",{"text":"You have been muted for swearing for 10 minutes.","color":"red"}]
  10. - mute $$1 10m
  11. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" muted","color":"red"},{"text":" $1","color":"gold"},{"text":" for swearing for 10 minutes.","color":"red"}]
  12. p_racism:
  13. - tellraw $$1 ["",{"text":"You have been muted for racism for 1 hour.","color":"red"}]
  14. - mute $$1 1h
  15. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" muted","color":"red"},{"text":" $1","color":"gold"},{"text":" for racism for 1 hour.","color":"red"}]
  16. p_caps:
  17. - tellraw $$1 ["",{"text":"You have been muted for caps overuse for 5 minutes.","color":"red"}]
  18. - mute $$1 5m
  19. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" muted","color":"red"},{"text":" $1","color":"gold"},{"text":" for caps overuse for 5 minutes.","color":"red"}]
  20. p_spam:
  21. - tellraw $$1 ["",{"text":"You have been muted for spam for 30 minutes.","color":"red"}]
  22. - mute $$1 30m
  23. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" muted","color":"red"},{"text":" $1","color":"gold"},{"text":" for spam 30 minutes.","color":"red"}]
  24. p_adv:
  25. - tellraw $$1 ["",{"text":"You have been muted for advertising for 1 hour.","color":"red"}]
  26. - mute $$1 1h
  27. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" muted","color":"red"},{"text":" $1","color":"gold"},{"text":" for advertising for 1 hour.","color":"red"}]
  28. p_dis:
  29. - tellraw $$1 ["",{"text":"You have been muted for staff disrespect for 1 hour.","color":"red"}]
  30. - mute $$1 1h
  31. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" muted","color":"red"},{"text":" $1","color":"gold"},{"text":" for staff disrespect for 1 hour.","color":"red"}]
  32. p_bypass:
  33. - tellraw $$1 ["",{"text":"You have been banned for punishment bypass for 2 hours.","color":"red"}]
  34. - tempban $$1 2h Punishment bypass
  35. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" banned","color":"red"},{"text":" $1","color":"gold"},{"text":" for punishment bypass for 2 hours.","color":"red"}]
  36. p_hack:
  37. - tellraw $$1 ["",{"text":"You have been banned for hacking for 2 hours.","color":"red"}]
  38. - tempban $$1 2h Hacking
  39. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" banned","color":"red"},{"text":" $1","color":"gold"},{"text":" for hacking (minor) for 2 hours.","color":"red"}]
  40. p_hack2:
  41. - tellraw $$1 ["",{"text":"You have been permanently banned for hacking.","color":"red"}]
  42. - ban $$1 Hacking
  43. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"gold"},{"text":" permanently banned","color":"red"},{"text":" $1","color":"gold"},{"text":" for hacking (severe).","color":"red"}]
  44. sc:
  45. - tellraw @a[tag=Staff] ["",{"text":"[Staff Chat] ","color":"blue"},{"selector":"@p","color":"gold"},{"text":" $$1-","color":"gray"}]
  46. bc:
  47. - tellraw @a ["",{"text":"UnlimitedPlots ","color":"blue","bold":true},{"text":"ยป ","color":"dark_gray","bold":true},{"text":"$$1- ","color":"gray"}]
  48. cc:
  49. - tellraw @a ["",{"text":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"},{"text":"\u00a79ClearChat \u00a77ยป "},{"selector":"@a[c=1]","color":"green"},{"text":" \u00a77Cleared the server's chat!"}]
  50. Rules:
  51. - trigger rules set 1
Add Comment
Please, Sign In to add comment