Category Shop

The Category Shop is used for when you would like to create categorys within a shop.

Example; Building Blocks - Wood Blocks - Stone Blocks - Natural Blocks

{
  "autoPlace": true,
  "id": "categorys",
  "title": "%shop%",
  "currency": "impactor:dollars",
  "economy": {
    "EconomyId": "IMPACTOR",
    "currency": "impactor:dollars"
  },
  "closeCommand": "",
  "soundOpen": "block.chest.open",
  "soundClose": "block.chest.close",
  "rows": 6,
  "globalDiscount": 0.0,
  "type": {
    "typeShop": "PERMANENT"
  },
  "rectangle": {
    "startRow": 1,
    "startColumn": 1,
    "length": 4,
    "width": 7
  },
  "discounts": {
    "group.vip": 2.0
  },
  "display": {
    "slot": 6,
    "slots": [],
    "item": "",
    "displayname": "",
    "lore": [],
    "CustomModelData": 0,
    "nbt": ""
  },
  "itemInfoShop": {
    "slot": 51,
    "slots": [],
    "item": "",
    "displayname": "",
    "lore": [],
    "CustomModelData": 0,
    "nbt": ""
  },
  "itemBalance": {
    "slot": 47,
    "slots": [],
    "item": "",
    "displayname": "",
    "lore": [],
    "CustomModelData": 0,
    "nbt": ""
  },
  "subShops": [
    {
      "slot": 10,
      "idShop": "PERMANENT"
    },
    {
      "slot": 11,
      "idShop": "DYNAMIC"
    },
    {
      "slot": 12,
      "idShop": "WEEKLY"
    },
    {
      "slot": 13,
      "idShop": "DYNAMIC_WEEKLY"
    },
    {
      "slot": 14,
      "idShop": "CALENDAR"
    },
    {
      "slot": 15,
      "idShop": "DYNAMIC_CALENDAR"
    }
  ],
  "products": [],
  "itemPrevious": {
    "slot": 45,
    "slots": [],
    "item": "",
    "displayname": "",
    "lore": [],
    "CustomModelData": 0,
    "nbt": ""
  },
  "itemClose": {
    "slot": 49,
    "slots": [],
    "item": "",
    "displayname": "",
    "lore": [],
    "CustomModelData": 0,
    "nbt": ""
  },
  "itemNext": {
    "slot": 53,
    "slots": [],
    "item": "",
    "displayname": "",
    "lore": [],
    "CustomModelData": 0,
    "nbt": ""
  },
  "panels": [
    {
      "fill": {
        "slot": 0,
        "slots": [],
        "item": "minecraft:gray_stained_glass_pane",
        "displayname": "",
        "lore": [],
        "CustomModelData": 0,
        "nbt": ""
      },
      "slots": [
        0,
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        8,
        9,
        10,
        11,
        12,
        13,
        14,
        15,
        16,
        17,
        18,
        19,
        20,
        21,
        22,
        23,
        24,
        25,
        26,
        27,
        28,
        29,
        30,
        31,
        32,
        33,
        34,
        35,
        36,
        37,
        38,
        39,
        40,
        41,
        42,
        43,
        44,
        45,
        46,
        47,
        48,
        49,
        50,
        51,
        52,
        53
      ]
    }
  ]
}

Last updated