Shops icon

Shops -----

Provides Shops



Code (YAML):
notify-update : true
shop
:
  main
: menu
  # for permission plugin to update player permissions
  # example for adding permission to player with command then will open shop with delay
  open-delay
: 3
sounds
:
  open
:
    type
: ENTITY_VILLAGER_AMBIENT
    volume
: 1.0
    pitch
: 1.0
  purchase
:
    type
: ENTITY_VILLAGER_YES
    volume
: 1.0
    pitch
: 1.0
  insufficient
:
    type
: ENTITY_VILLAGER_NO
    volume
: 1.0
    pitch
: 1.0
  close
:
    type
: ENTITY_VILLAGER_AMBIENT
    volume
: 1.0
    pitch
: 1.0

Code (YAML):
error:
  shop
:
    invalid
: ' {0 }&c does not exist'
commands
:
  shop
:
    exempt
: '&cYou are not allowed to open shop for&f {0 }'
insufficient-funds
:
  shop
: '&cYou do not have&a {0 }&c to open&f {1 }'
  command
: '&cYou do not have&a {0 }&c to receive commands'
  item
: '&cYou do not have&a {0 }&c to receive&f {1 }'
  money
: '&cYou do not have&a {0 }&c to receive&a {1 }'
  points
: '&cYou do not have&a {0 }&c to receive&b {1 }&c points'
insufficient-items
:
  shop
: '&cYou do not have any&f {0 }&c to open&f {1 }'
  command
: '&cYou do not have any&f {0 }&c to receive commands'
  item
: '&cYou do not have any&f {0 }&c to receive&f {1 }'
  money
: '&cYou do not have any&f {0 }&c to receive&a {1 }'
  points
: '&cYou do not have&b {0 }&c points to receive&f {1 }'

Code (YAML):
title : '&0Butcher'
size
: 18
items
:
  coins
:
    slot
: 18
    display
:
      type
: player_head
      custom
: ' %player%'
      amount
: 1
      name
: '&f %essentials_display_name%'
      lore
:
       - '&7coins&f:&a %essentials_account%'
  barrier
:
    slot
: 14
    display
:
      type
: barrier
      amount
: 1
      name
: '&fMenu'
      lore
:
       - '&7Go back to Menu'
    left
:
      reward-type
: shop
      reward
: menu
      price-type
: nothing
  rabbit
:
    slot
: 3
    display
:
      type
: rabbit
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: rabbit
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: rabbit
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  chicken
:
    slot
: 4
    display
:
      type
: chicken
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: chicken
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: chicken
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  mutton
:
    slot
: 5
    display
:
      type
: mutton
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: mutton
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: mutton
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  beef
:
    slot
: 6
    display
:
      type
: beef
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: beef
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: beef
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  porkchop
:
    slot
: 7
    display
:
      type
: porkchop
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: porkchop
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: porkchop
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
Code (YAML):
title : '&0Farmer'
size
: 27
items
:
  coins
:
    slot
: 27
    display
:
      type
: player_head
      custom
: ' %player%'
      amount
: 1
      name
: '&f %essentials_display_name%'
      lore
:
       - '&7coins&f:&a %essentials_account%'
  barrier
:
    slot
: 23
    display
:
      type
: barrier
      amount
: 1
      name
: '&fMenu'
      lore
:
       - '&7Go back to Menu'
    left
:
      reward-type
: shop
      reward
: menu
      price-type
: nothing
  carrot
:
    slot
: 3
    display
:
      type
: carrot
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: carrot
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: carrot
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  potato
:
    slot
: 4
    display
:
      type
: potato
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: potato
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: potato
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  melon_slice
:
    slot
: 5
    display
:
      type
: melon_slice
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: melon_slice
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: melon_slice
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  bamboo
:
    slot
: 6
    display
:
      type
: bamboo
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.125'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.125
      price-type
: item
      price
:
        type
: bamboo
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.125
      price-type
: itemall
      price
:
        type
: bamboo
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  egg
:
    slot
: 7
    display
:
      type
: egg
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: egg
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: egg
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  wheat
:
    slot
: 12
    display
:
      type
: wheat
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.5'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.5
      price-type
: item
      price
:
        type
: wheat
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.5
      price-type
: itemall
      price
:
        type
: wheat
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  beetroot
:
    slot
: 13
    display
:
      type
: beetroot
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.5'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.5
      price-type
: item
      price
:
        type
: beetroot
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.5
      price-type
: itemall
      price
:
        type
: beetroot
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  pumpkin
:
    slot
: 14
    display
:
      type
: pumpkin
      amount
: 1
      lore
:
       - '&7sell price&f:&a €1'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 1
      price-type
: item
      price
:
        type
: pumpkin
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 1
      price-type
: itemall
      price
:
        type
: pumpkin
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  sugar_cane
:
    slot
: 15
    display
:
      type
: sugar_cane
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: sugar_cane
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: sugar_cane
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  cocoa_beans
:
    slot
: 16
    display
:
      type
: cocoa_beans
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: cocoa_beans
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: cocoa_beans
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
Code (YAML):
title : '&0Fisherman'
size
: 18
items
:
  coins
:
    slot
: 18
    display
:
      type
: player_head
      custom
: ' %player%'
      amount
: 1
      name
: '&f %essentials_display_name%'
      lore
:
       - '&7coins&f:&a %essentials_account%'
  barrier
:
    slot
: 14
    display
:
      type
: barrier
      amount
: 1
      name
: '&fMenu'
      lore
:
       - '&7Go back to Menu'
    left
:
      reward-type
: shop
      reward
: menu
      price-type
: nothing
  cod
:
    slot
: 3
    display
:
      type
: cod
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.5'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.5
      price-type
: item
      price
:
        type
: cod
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.5
      price-type
: itemall
      price
:
        type
: cod
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  salmon
:
    slot
: 4
    display
:
      type
: salmon
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.5'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.5
      price-type
: item
      price
:
        type
: salmon
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.5
      price-type
: itemall
      price
:
        type
: salmon
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  pufferfish
:
    slot
: 6
    display
:
      type
: pufferfish
      amount
: 1
      lore
:
       - '&7sell price&f:&a €2'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 2
      price-type
: item
      price
:
        type
: pufferfish
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 2
      price-type
: itemall
      price
:
        type
: pufferfish
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  tropical_fish
:
    slot
: 7
    display
:
      type
: tropical_fish
      amount
: 1
      lore
:
       - '&7sell price&f:&a €4'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 4
      price-type
: item
      price
:
        type
: tropical_fish
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 4
      price-type
: itemall
      price
:
        type
: tropical_fish
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
Code (YAML):
title : '&0Hunter'
size
: 18
items
:
  coins
:
    slot
: 18
    display
:
      type
: player_head
      custom
: ' %player%'
      amount
: 1
      name
: '&f %essentials_display_name%'
      lore
:
       - '&7coins&f:&a %essentials_account%'
  barrier
:
    slot
: 14
    display
:
      type
: barrier
      amount
: 1
      name
: '&fMenu'
      lore
:
       - '&7Go back to Menu'
    left
:
      reward-type
: shop
      reward
: menu
      price-type
: nothing
  feather
:
    slot
: 2
    display
:
      type
: feather
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: feather
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: feather
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  spider_eye
:
    slot
: 3
    display
:
      type
: spider_eye
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: spider_eye
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: spider_eye
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  string
:
    slot
: 4
    display
:
      type
: string
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: string
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: string
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  rotten_flesh
:
    slot
: 6
    display
:
      type
: rotten_flesh
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: rotten_flesh
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: rotten_flesh
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  bone
:
    slot
: 7
    display
:
      type
: bone
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: bone
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: bone
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  gunpowder
:
    slot
: 8
    display
:
      type
: gunpowder
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.5'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.5
      price-type
: item
      price
:
        type
: gunpowder
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.5
      price-type
: itemall
      price
:
        type
: gunpowder
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
Code (YAML):
title : '&0Menu'
size
: 9
items
:
  butcher
:
    slot
: 2
    display
:
      type
: beef
      amount
: 1
      name
: '&fButcher'
      lore
:
       - '&7Go to Butcher Shop'
    left
:
      reward-type
: shop
      reward
: butcher
      price-type
: nothing
  hunter
:
    slot
: 3
    display
:
      type
: bow
      amount
: 1
      name
: '&fHunter'
      lore
:
       - '&7Go to Hunter Shop'
    left
:
      reward-type
: shop
      reward
: hunter
      price-type
: nothing
  fisherman
:
    slot
: 4
    display
:
      type
: fishing_rod
      amount
: 1
      name
: '&fFisherman'
      lore
:
       - '&7Go to Fisherman Shop'
    left
:
      reward-type
: shop
      reward
: fisherman
      price-type
: nothing
  miner
:
    slot
: 6
    display
:
      type
: iron_pickaxe
      amount
: 1
      name
: '&fMiner'
      lore
:
       - '&7Go to Miner Shop'
    left
:
      reward-type
: shop
      reward
: miner
      price-type
: nothing
  farmer
:
    slot
: 7
    display
:
      type
: iron_hoe
      amount
: 1
      name
: '&fFarmer'
      lore
:
       - '&7Go to Farmer Shop'
      enchantments
:
        replant
: 1
    left
:
      reward-type
: shop
      reward
: farmer
      price-type
: nothing
  shepherd
:
    slot
: 8
    display
:
      type
: shears
      amount
: 1
      name
: '&fShepherd'
      lore
:
       - '&7Go to Shepherd Shop'
    left
:
      reward-type
: shop
      reward
: shepherd
      price-type
: nothing
Code (YAML):
title : '&0Miner'
size
: 18
items
:
  coins
:
    slot
: 18
    display
:
      type
: player_head
      custom
: ' %player%'
      amount
: 1
      name
: '&f %essentials_display_name%'
      lore
:
       - '&7coins&f:&a %essentials_account%'
  barrier
:
    slot
: 14
    display
:
      type
: barrier
      amount
: 1
      name
: '&fMenu'
      lore
:
       - '&7Go back to Menu'
    left
:
      reward-type
: shop
      reward
: menu
      price-type
: nothing
  copper_ingot
:
    slot
: 3
    display
:
      type
: copper_ingot
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: copper_ingot
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: copper_ingot
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  iron_ingot
:
    slot
: 4
    display
:
      type
: iron_ingot
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: iron_ingot
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: iron_ingot
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  gold_ingot
:
    slot
: 5
    display
:
      type
: gold_ingot
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: gold_ingot
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: gold_ingot
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  redstone
:
    slot
: 6
    display
:
      type
: redstone
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: redstone
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: redstone
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  amethyst_shard
:
    slot
: 7
    display
:
      type
: amethyst_shard
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: amethyst_shard
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: amethyst_shard
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
Code (YAML):
title : '&0Shepherd'
size
: 18
items
:
  coins
:
    slot
: 18
    display
:
      type
: player_head
      custom
: ' %player%'
      amount
: 1
      name
: '&f %essentials_display_name%'
      lore
:
       - '&7coins&f:&a %essentials_account%'
  barrier
:
    slot
: 14
    display
:
      type
: barrier
      amount
: 1
      name
: '&fMenu'
      lore
:
       - '&7Go back to Menu'
    left
:
      reward-type
: shop
      reward
: menu
      price-type
: nothing
  brown_wool
:
    slot
: 3
    display
:
      type
: brown_wool
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: brown_wool
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: brown_wool
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  white_wool
:
    slot
: 4
    display
:
      type
: white_wool
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: white_wool
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: white_wool
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  light_gray_wool
:
    slot
: 5
    display
:
      type
: light_gray_wool
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: light_gray_wool
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: light_gray_wool
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  gray_wool
:
    slot
: 6
    display
:
      type
: gray_wool
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: gray_wool
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: gray_wool
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
  black_wool
:
    slot
: 7
    display
:
      type
: black_wool
      amount
: 1
      lore
:
       - '&7sell price&f:&a €0.25'
        - '&9Shift + Right Click to Sell All'
    right
:
      reward-type
: money
      reward
: 0.25
      price-type
: item
      price
:
        type
: black_wool
        amount
: 1
      message
: '&6You sold&f {0 } {1 }&6 for&a {2 }'
    shift_right
:
      reward-type
: money
      reward
: 0.25
      price-type
: itemall
      price
:
        type
: black_wool
      message
: '&6You sold all&f {0 }&6 for each&a {1 }'
Code (YAML):
title : '&0Test Shop'
size
: 54
items
:
  barrier
:
    slot
: 50
    display
:
      type
: barrier
      amount
: 1
      name
: '&fMenu'
      lore
:
       - '&7Go back to Menu'
    left
:
      reward-type
: shop
      reward
: menu
      price-type
: nothing
  book
:
    slot
: 1
    display
:
      type
: book
      amount
: 1
      name
: '&fClick me to Fly!'
      lore
:
       - '&7this book can make you fly.'
    left
:
      reward-type
: command
      reward
:
       - 'fly %player%'
      price-type
: nothing
      message
: '&6You toggle fly!'
  unbreaking_1
:
    slot
: 2
    display
:
      type
: enchanted_book
      amount
: 1
      name
: '&fClick me to get Unbreaking 1!'
      lore
:
       - '&7this book contains unbreaking 1.'
      enchantments
:
        unbreaking
: 1
    left
:
      reward-type
: item
      reward
:
        type
: enchanted_book
        amount
: 1
        enchantments
:
          unbreaking
: 1
      price-type
: nothing
      message
: '&6You received&f Unbreaking 1 Book&6!'
  iron_chestplate_unbreaking_1
:
    slot
: 3
    display
:
      type
: iron_chestplate
      amount
: 1
      name
: '&fClick me to get Iron Chestplate with Unbreaking 1!'
      lore
:
       - '&7this iron chestplate contains unbreaking 1 and costs 4 points.'
      enchantments
:
        unbreaking
: 1
    left
:
      reward-type
: item
      reward
:
        type
: iron_chestplate
        amount
: 1
        enchantments
:
          unbreaking
: 1
      price-type
: points
      price
: 4
      message
: '&6You received&f 1 Iron Chestplate&6 with&f Unbreaking 1&6!'
  customhead
:
    slot
: 4
    display
:
      type
: player_head
      amount
: 1
      custom
: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk4ODQxOWRkNWIzODZmNjk4YTk2OTEzZGIxZDk3YzI0MThlMTZkNDE2ZDdmNDM5ZDQ4YWNkNDFlM2E0MzZjZSJ9fX0='
      name
: 'Bookshelf'
      lore
:
       - '&7this is a custom head.'
    left
:
      reward-type
: item
      reward
:
        type
: player_head
        amount
: 1
        custom
: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk4ODQxOWRkNWIzODZmNjk4YTk2OTEzZGIxZDk3YzI0MThlMTZkNDE2ZDdmNDM5ZDQ4YWNkNDFlM2E0MzZjZSJ9fX0='
      price-type
: nothing
      message
: '&6You reveiced a custom player head!'
  spawner
:
    slot
: 5
    display
:
      type
: spawner
      amount
: 1
      name
: 'Spawner'
      lore
:
       - '&7this is a pig spawner.'
    left
:
      reward-type
: command
      reward
:
       - 'spawner give %player% pig 1'
      price-type
: nothing
      message
: '&6You reveiced a pig spawner!'
  permission
:
    slot
: 6
    permission
: essentials.command.sethome.multiple.default
    display
:
      type
: gray_dye
      amount
: 1
      name
: '&f4 Homes'
      lore
:
       - '&7buy price&f:&c 1 Nether Star'
        - '&9Able to set 4 homes'
    left
:
      reward-type
: command
      reward
:
       - 'lp user %player% permission set essentials.command.sethome.multiple.default_2 true'
      price-type
: item
      price
:
        type
: nether_star
        amount
: 1
      message
: '&6You can now set homes up to 4!'
  permission_2
:
    slot
: 6
    permission
: essentials.command.sethome.multiple.default_2
    display
:
      type
: lime_dye
      amount
: 1
      name
: '&f4 Homes'
      lore
:
       - '&7You can set homes up to 4'
Resource Information
Author:
----------
Total Downloads: 76
First Release: Jul 5, 2025
Last Update: Jul 7, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings