pie-flavor / Pieconomy

An economy plugin for Sponge utilizing items as currency.
https://ore.spongepowered.org/pie_flavor/pieconomy
MIT License
3 stars 1 forks source link

Config Change Crash #19

Open CitrusHappy opened 4 years ago

CitrusHappy commented 4 years ago

My config seems to prevent Pieconomy from starting properly. I triple checked every aspect of my config and can't seem find any errors. Crashing does not occur with the default config.

crash report

CitrusHappy commented 4 years ago

OK I figured it out. After reading character by character down my config file trying to match it perfectly to the default config, it was the currency name. It will only accept all lowercase letters. The config that crashed had "WuhuCoin" as the name, and the config that works was simply "coin". The term "coin" was also in the ID of all the items that are apart of this currency, so that might also be another requirement for the currency name.