Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. command-block-overrides: []
  2. aliases:
  3. icanhasbukkit:
  4. - version $1-
  5. spawn:
  6. - warp Spawn
  7. warn:
  8. - tellraw $$1 ["",{"text":"You have received a warning for $2","color":"red"}]
  9. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" warned","color":"red"},{"text":" $1","color":"gold"},{"text":" for $2","color":"red"}]
  10. p_swear:
  11. - tellraw $$1 ["",{"text":"You have been muted for swearing for 10 minutes.","color":"red"}]
  12. - mute $$1 10m
  13. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" muted","color":"red"},{"text":" $1","color":"yellow"},{"text":" for swearing for 10 minutes.","color":"red"}]
  14. p_racism:
  15. - tellraw $$1 ["",{"text":"You have been muted for racism for 1 hour.","color":"red"}]
  16. - mute $$1 1h
  17. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" muted","color":"red"},{"text":" $1","color":"yellow"},{"text":" for racism for 1 hour.","color":"red"}]
  18. p_caps:
  19. - tellraw $$1 ["",{"text":"You have been muted for caps overuse for 5 minutes.","color":"red"}]
  20. - mute $$1 5m
  21. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" muted","color":"red"},{"text":" $1","color":"yellow"},{"text":" for caps overuse for 5 minutes.","color":"red"}]
  22. p_spam:
  23. - tellraw $$1 ["",{"text":"You have been muted for spam for 30 minutes.","color":"red"}]
  24. - mute $$1 30m
  25. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" muted","color":"red"},{"text":" $1","color":"yellow"},{"text":" for spam 30 minutes.","color":"red"}]
  26. p_adv:
  27. - tellraw $$1 ["",{"text":"You have been muted for advertising for 1 hour.","color":"red"}]
  28. - mute $$1 1h
  29. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" muted","color":"red"},{"text":" $1","color":"yellow"},{"text":" for advertising for 1 hour.","color":"red"}]
  30. p_dis:
  31. - tellraw $$1 ["",{"text":"You have been muted for staff disrespect for 1 hour.","color":"red"}]
  32. - mute $$1 1h
  33. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" muted","color":"red"},{"text":" $1","color":"yellow"},{"text":" for staff disrespect for 1 hour.","color":"red"}]
  34. p_bypass:
  35. - tellraw $$1 ["",{"text":"You have been banned for punishment bypass for 2 hours.","color":"red"}]
  36. - tempban $$1 2h Punishment bypass
  37. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" banned","color":"red"},{"text":" $1","color":"yellow"},{"text":" for punishment bypass for 2 hours.","color":"red"}]
  38. p_hack:
  39. - tellraw $$1 ["",{"text":"You have been banned for hacking for 2 hours.","color":"red"}]
  40. - tempban $$1 2h Hacking
  41. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" banned","color":"red"},{"text":" $1","color":"yellow"},{"text":" for hacking (minor) for 2 hours.","color":"red"}]
  42. p_hack2:
  43. - tellraw $$1 ["",{"text":"You have been permanently banned for hacking.","color":"red"}]
  44. - ban $$1 Hacking
  45. - tellraw @a[tag=Staff] ["",{"selector":"@p","color":"yellow"},{"text":" permanently banned","color":"red"},{"text":" $1","color":"yellow"},{"text":" for hacking (severe).","color":"red"}]
  46. s_chat:
  47. - tellraw @a[tag=Staff] ["",{"text":"[Staff Chat] ","color":"blue"},{"selector":"@p[c=1]","color":"yellow"},{": $$1 $2"}]
  48. bc:
  49. - tellraw @a ["",{"text":"Biokour ","color":"green","bold":true},{"text":"» ","color":"dark_gray","bold":true},{"text":"$$1- ","color":"gray"}]
  50. cc:
  51. - 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!"}]
  52. rules:
  53. - tellraw @p ["",{"text":" Biokour Rules\n","color":"green","bold":true},{"text":" vvvvvvvvv\n","color":"dark_gray","bold":true},{"text":"༚ Don't Hack\n","color":"gold","bold":false},{"text":"༚ Don't Swear \n","color":"gold"},{"text":"༚ Don't Be Racist\n","color":"gold"},{"text":"༚ Don't Advertise \n","color":"gold"},{"text":"༚ Don't Spam\n","color":"gold"},{"text":"༚ Don't Overuse Caps\n","color":"gold"}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement