forked from Upstream/mmocore
30 lines
438 B
YAML
30 lines
438 B
YAML
|
|
GOLD_COIN:
|
|
item: GOLD_NUGGET
|
|
name: '&6Gold Coin'
|
|
lore:
|
|
- '&eWorth: 1g'
|
|
|
|
NOTE:
|
|
item: PAPER
|
|
name: '&6Note'
|
|
lore:
|
|
- '&eWorth: {worth}g'
|
|
|
|
DEPOSIT_ITEM:
|
|
item: BOOK
|
|
name: '&eDeposit {worth}g'
|
|
lore: {}
|
|
|
|
GOLD_POUCH:
|
|
item: LEATHER
|
|
name: '&fGold Pouch'
|
|
lore:
|
|
- '&7Right-Click to open.'
|
|
|
|
MOB_GOLD_POUCH:
|
|
item: LEATHER
|
|
name: '&fGold Pouch'
|
|
lore:
|
|
- '&7Right-Click to open.'
|