LMBishop / MoneyPouch

MoneyPouch plugin for Spigot, which adds pouches containing random amounts of money.
GNU General Public License v3.0
7 stars 14 forks source link

prefix #4

Closed dotxzxc closed 3 years ago

dotxzxc commented 3 years ago

cannot change the economy prefix

dotxzxc commented 3 years ago

tried to change the ITEM it gives me STONE

LMBishop commented 3 years ago

well what have you tried?

dotxzxc commented 3 years ago

item: paper item: experience_bottle

LMBishop commented 3 years ago

i can't replicate the bug, ensure your config follows the following format

economy:
  xp:
    prefix: ""
    suffix: " XP"
  vault:
    prefix: "$"
    suffix: ""
  lemonmobcoins:
    prefix: ""
    suffix: " Mob Coins"

as for the item bug, a fix will be pushed soon