View difference between Paste ID: y5e2tDzD and aAqtKHJW
SHOW: | | - or go back to the newest paste.
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"}]
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":"\n[","color":"yellow"},{"text":"Death","color":"yellow","bold":"true"},{"text":"Runner","color":"gold","bold":"true"},{"text":"] ","color":"yellow"},{"text":"$1-\n","color":"dark_aqua"}]
13+
    - tellraw @a ["",{"text":"[DeathRunner]","color":"dark_aqua"},{"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"}]
15+
    - tellraw @a ["",{"text":"[DeathRunner]","color":"dark_aqua"},{"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"}]
17+
    - title @a actionbar ["",{"text":"[DeathRunner]","color":"dark_aqua"},{"text":"$1-\n","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"}]
19+
    - title @a actionbar ["",{"text":"[DeathRunner]","color":"dark_aqua"},{"text":"$1-\n","color":"dark_aqua"}]