ericgrandt / TotalEconomy

All in one economy plugin for Minecraft.
https://ericgrandt.github.io/TotalEconomy/
31 stars 33 forks source link

Fix growthTrait/exp confusion in jobSets configuration. #310

Closed MarkL4YG closed 5 years ago

MarkL4YG commented 5 years ago

~ Change literal 'growth-trait' to the 'growthTrait' which is used in the default config ~ Change literal 'id-trait' to 'idTrait' in order to match the growthTrait casing ~ Update default configuration to use the correct number types as queried in the TEAction class

Fixes: #306 Fixes: #282