Shop.
Olivo123 opened this issue ยท 3 comments
Hello, I love your plugin but I can't find how to change the Price of the spells of the shop, can you tell me how to do it please? Thanks.
You have two options here:
- Customize spells (use spells.yml) to change the "worth" value for each spell, like so
blink:
worth: 1000
- OR Create your own spell shop with a specific set of spells and prices.
myshop:
icon: iron_hoe
category: npc
hidden: true
actions:
cast:
- class: SpellShop
parameters:
quiet: true
confirm_filler: stained_glass:5
spells:
blink: 1000
fling: 900