food_shop.yml
guis:
foodShop:
displayname: '&a&lFood Shop'
size: 27
empty_slots:
id: 3
material: STAINED_GLASS_PANE
slots:
10:
material: COOKED_BEEF
displayname: '&aCooked beef'
price: 5
click_action:
type: BUY_ITEM
run_action:
- ''
items:
COOKED_BEEF:
amount: 3
lore:
- '&7Price: &a{PRICE} &7coins'
- '&7Right click to buy item'
13:
material: GOLDEN_APPLE
displayname: '&aGolden apple'
price: 20
click_action:
type: BUY_ITEM
run_action:
- ''
items:
GOLDEN_APPLE:
amount: 1
lore:
- '&7Price: &a{PRICE} &7coins'
- '&7Right click to buy item'
16:
material: GOLDEN_APPLE
displayname: '&aEnchanted golden apple'
price: 35
id: 1
click_action:
type: BUY_ITEM
run_action:
- ''
items:
GOLDEN_APPLE:
amount: 1
id: 1
lore:
- '&7Price: &a{PRICE} &7coins'
- '&7Right click to buy item'
Last updated