OvaltineTheBest

Untitled

Jun 14th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command-block-overrides: []
  2. aliases:
  3. icanhasbukkit:
  4. - version $1-
  5. freeze:
  6. - tellraw $1 ["",{"text":"\nYou have been frozen by: ","color":"aqua},{"selector":"@s","color":"green"},{"text":"!\n","color":"aqua"}]
  7. - effect $1 slowness 100000 255 true
  8. - effect $1 blindness 100000 255 true
  9. defrost:
  10. - tellraw $1 ["",{"text":"\nYou have been defrosted!\n","color":"aqua"}]
  11. - effect $1 clear
  12. bc:
  13. - tellraw @a ["",{"text":"\n[","color":"yellow"},{"text":"Death","color":"yellow","bold":"true"},{"text":"Runner","color":"gold","bold":"true"},{"text":"] ","color":"yellow"},{"text":"$1-\n","color":"dark_aqua"}]
  14. broadcast:
  15. - tellraw @a ["",{"text":"\n[","color":"yellow"},{"text":"Death","color":"yellow","bold":"true"},{"text":"Runner","color":"gold","bold":"true"},{"text":"] ","color":"yellow"},{"text":"$1-\n","color":"dark_aqua"}]
  16. bar-bc:
  17. - title @a actionbar ["",{"text":"[","color":"yellow"},{"text":"Death","color":"yellow","bold":"true"},{"text":"Runner","color":"gold","bold":"true"},{"text":"] ","color":"yellow"},{"text":"$1-","color":"dark_aqua"}]
  18. bar-broadcast:
  19. - title @a actionbar ["",{"text":"[","color":"yellow"},{"text":"Death","color":"yellow","bold":"true"},{"text":"Runner","color":"gold","bold":"true"},{"text":"] ","color":"yellow"},{"text":"$1-","color":"dark_aqua"}]
Add Comment
Please, Sign In to add comment