If you set purchase-able to false, that cosmetics won't be able to be purchased anymore. (v1.4 or above is needed)
How to add custom Shopkeeper Skin ->
id:
rarity: COMMON
price: 5000
item: "BARRIER:0" # 0 is damage
entity-type: "VILLAGER"
Shopkeeper Skin with Custom Player Skin ->
id:
rarity: COMMON
price: 5000
item: "BARRIER:0" # 0 is damage
# Skin value and signature is needed
# mirror: true for mirror skin
skin-value: ""
skin-sign: ""
How to add custom Spray ->
id:
url: "somelink.com/image.png"
# file: can be used to use file instead of URL,
# place the file in Sprays folder
item: "BARRIER:0" # 0 is damage
price: 15000
rarity: COMMON
How to add custom Projectile Trail ->
id:
price: 5000
rarity: COMMON
item: "BARRIER:0" # 0 is damage
particle: "REDSTONE"
How to add custom Kill Message ->
id:
price: 15000
rarity: COMMON
item: "BARRIER:0" # 0 is damage
PvP-Kill:
- "{victim} &7was killed by {killer}."
Void-Kill:
- "{victim} &7slipped into void for {killer}."
Explosion-Kill:
- "{victim} be shot with cannon by {killer}"
Shoot-Kill:
- "{victim} was shot down by {killer}"
How to add custom Island Topper ->
id:
item: "BARRIER:0" # here 0 is damage
price: 5000
file: "file.schematic" # put the file into islandtoppers folder
rarity: COMMON
How to add custom Glyph ->
id:
item: "BARRIER:0" # here 0 is damage
price: 5000
file: "image.png" # put the file into glyphs folder
rarity: COMMON
How to add custom Death Cry ->
id:
sound: "ENTITY_VILLAGER_YES" # use the sounds from latest version of minecraft
item: "BARRIER:0" # here 0 is the damage
volume: 1
pitch: 1
price: 5000
rarity: COMMON