View difference between Paste ID: D833zWiy and pM0unCPr
SHOW: | | - or go back to the newest paste.
1
command-block-overrides: []
2
aliases:
3
    icanhasbukkit:
4
    - version $1-
5
    srsly:
6
    - manuaddp $$1 bukkit.command.tellraw minecraft.command.tellraw
7
    - tellraw @a ["",{"selector":"@a[c=1]"},{"text":" says :I","color":"dark_aqua"}]
8
    - manudelp $$1 bukkit.command.tellraw minecraft.command.tellraw 
9
    warn:
10-
    - tellraw @a ["",{"text":"\n$1","color":"dark_red"},{"text":" has been warned for: ","color":"gray"},{"text":"$2- \n\n","color":"dark_red"}]
10+
    - tellraw @a [{"text":"$1","color":"dark_red"},{"text":" has been warned for: ","color":"dark_gray"},{"text":"$2-","color":"dark_red"}]
11-
    - playsound minecraft:item.totem.use master @a
11+
    - playsound minecraft:item.totem.use master @a
12
    - tellraw $$1 [{"text":"You have been warned by: ","color":"dark_gray"},{"selector":"@a[c=1]","color":"gold"},{"text":"for: ","color":"dark_gray"},{"text":"$2-","color":"dark_red"}]