The duplicate classes are one problem but not the primary one. You will easily run into problems in the simple situation where two plugins are bundling two different versions of statslite; only one will be loaded. Therefore if the API has slightly changed there will be always one plugin which breaks while the other one is working.
As a general rule, never shade anything in the default package if you can expect others to shade the same.
You should also compile your plugin with at least 4.0.3 or 4.1.0-SNAPSHOT because < 4.0.2 generate invalid plugin metadata files for optional dependencies, currently your plugin is not loading without Updatifier installed.
Edit: Your plugin actually doesnāt contain a mcmod.info, so the issue is somewhere inside SpongeVanilla. However, you should update your SpongeAPI dependency anyway so it can generate one for you.
hi ! I upgrade your plugin but i make command to pay to go in world but i have an error, i change my pom.xml for v1.2.1 but error still here,
you change the code ? I want to edit my plugin but i cant found the doc http://flibio.github.io/EconomyLite/ (404)
EconomyLite now has a brand new documentation website, that can be viewed here! If you would like to contribute to the site, the repository can be found here.
I have an issue where users are losing money slowly, for example a user will have 100$ and after a few hours of playing will have $60. An idea whatās causing it?
I believe that this is caused by another plugin. I have run just EconomyLite on a Sponge server for an extended period of time and never lost any money. If it was caused by crashes or logging out, it would still be due to another plugin, as EconomyLite saves the data to permanent storage as soon as another plugin tells it to.