36 lines
772 B
YAML
36 lines
772 B
YAML
items:
|
|
'20':
|
|
price: 500
|
|
commands:
|
|
- 'give %player% diamond 1'
|
|
- 'eco give %player% 100'
|
|
item:
|
|
material: DIAMOND
|
|
amount: 1
|
|
name: '&bDiament'
|
|
lore:
|
|
- '&7Bardzo rzadki diament.'
|
|
- '&7Kup go już teraz!'
|
|
'22':
|
|
price: 100
|
|
commands:
|
|
- 'give %player% iron_ingot 16'
|
|
item:
|
|
==: org.bukkit.inventory.ItemStack
|
|
v: 3901
|
|
type: IRON_INGOT
|
|
amount: 16
|
|
name: '&fSztabka Żelaza'
|
|
lore:
|
|
- '&7Podstawowy materiał do craftingu.'
|
|
- '&7Przydatny w wielu przepisach.'
|
|
'24':
|
|
price: 1000
|
|
commands:
|
|
- 'give %player% netherite_ingot 1'
|
|
item:
|
|
==: org.bukkit.inventory.ItemStack
|
|
v: 3901
|
|
type: NETHERITE_INGOT
|
|
amount: 1
|