Default Shop

The base file with an empty shop

Empty Shop
{
  "defaultShop": []
}

Category

Empty Category
{
  "defaultShop": [
    {
      "Category Name": []
    }
  ]
}

Offer

Item

  • "price": can be any number

  • "price": "2k" = "price": 2000

  • If the number value contains letters, it must be in "


Tag

  • "tag": can be any Item Tag (vanilla & modded tags)

  • Example of modded tag: "#cobblemon:apricorns"

  • The prefix # is optional


Component

  • "components": can contain any Component (vanilla & modded)

  • In this example, the shop sells a Stick with ->

    • Rarity of Rare

    • Stackable to a max of 1

    • The enchantment Knockback level 10

Last updated