Advertisement
OvaltineTheBest

For miku

Jun 14th, 2017
77
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"}]
  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":"[DeathRunner]","color":"dark_aqua"},{"text":"$1-\n","color":"dark_aqua"}]
  14. broadcast:
  15. - tellraw @a ["",{"text":"[DeathRunner]","color":"dark_aqua"},{"text":"$1-\n","color":"dark_aqua"}]
  16. bar-bc:
  17. - title @a actionbar ["",{"text":"[DeathRunner]","color":"dark_aqua"},{"text":"$1-\n","color":"dark_aqua"}]
  18. bar-broadcast:
  19. - title @a actionbar ["",{"text":"[DeathRunner]","color":"dark_aqua"},{"text":"$1-\n","color":"dark_aqua"}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement