Files 1.8 - 1.12

The plugin's configuration files

Inventories

main_shop.yml

#########################################################################################################################################
#
#  ███████╗░██████╗██╗░░██╗░█████╗░██████╗░
#  ╚════██║██╔════╝██║░░██║██╔══██╗██╔══██╗
#  ░░███╔═╝╚█████╗░███████║██║░░██║██████╔╝
#  ██╔══╝░░░╚═══██╗██╔══██║██║░░██║██╔═══╝░
#  ███████╗██████╔╝██║░░██║╚█████╔╝██║░░░░░
#  ╚══════╝╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░░░░
#
# Documentation : https://zshop.groupez.dev/
# Sponsor : https://serveur-minecraft-vote.fr/
# zMenu Documentation : https://docs.zmenu.dev/
#
#########################################################################################################################################

name: "&7zShop"
size: 54
patterns:
  - "zshop_decoration"
items:
  block:
    item:
      material: GRASS
      name: "&fBlocks"
      lore:
        - ""
        - "&f> &7Click to access the &nblocks"
    type: INVENTORY
    inventory: "blocks"
    plugin: "zShop"
    slot: 21
  farm:
    item:
      material: CARROT_ITEM
      name: "&fFarms"
      lore:
        - ""
        - "&f> &7Click to access the &nfarms"
    type: INVENTORY
    inventory: "farms"
    plugin: "zShop"
    slot: 23
  ores:
    item:
      material: IRON_INGOT
      name: "&fOres"
      lore:
        - ""
        - "&f> &7Click to access the &nores"
    type: INVENTORY
    inventory: "ores"
    plugin: "zShop"
    slot: 31
  redstone:
    item:
      material: REDSTONE_BLOCK
      name: "&fRedstone"
      lore:
        - ""
        - "&f> &7Click to access the &nredstones"
    type: INVENTORY
    inventory: "redstones"
    plugin: "zShop"
    slot: 29
  miscellaneous:
    item:
      material: HOPPER
      name: "&fMiscellaneous"
      lore:
        - ""
        - "&f> &7Click to access the &nmiscellaneous"
    type: INVENTORY
    inventory: "mics"
    plugin: "zShop"
    slot: 33
  mobs:
    item:
      material: ROTTEN_FLESH
      name: "&fMobs"
      lore:
        - ""
        - "&f> &7Click to access the &nmobs"
    type: INVENTORY
    inventory: "mobs"
    slot: 39
  armor:
    item:
      material: DIAMOND_HELMET
      name: "&fArmors"
      flags:
        - HIDE_ATTRIBUTES
      lore:
        - ""
        - "&f> &7Click to access the &narmors"
    type: INVENTORY
    inventory: "armors"
    plugin: "zShop"
    slot: 41

buy_more.yml

shop_buy.yml

shop_sell.yml

confirm.yml

ranks.yml

Categories

blocks.yml

armors.yml

farms.yml

mics.yml

mobs.yml

ores.yml

redstones.yml

Patterns

back.yml

choose_amount.yml

decoration.yml

pagination.yml

return_home.yml

Last updated