Magic

Magic

190k Downloads

Shop.

Olivo123 opened this issue ยท 3 comments

commented

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.

commented

I've got the same problem :(

commented

Yes please help

commented

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