Guides

Guides on how to

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 ->

How to add custom Kill Message ->

How to add custom Island Topper ->

How to add custom Glyph ->

How to add custom Death Cry ->

Last updated

Was this helpful?