Good Economy Plugin
Hi there!
Does anyone know a good economy plugin with commands like /pay, /money and such? It should stay supported for all the new Minecraft versions in the next few years (which you can't guarantee) or should be open source.
7 Replies
essentials?
or you wanting something that isnt an all in 1 plugin
TheNewEco
essentialsX + vault, any other desition will have its own issues, if you don't wana use it you could use coinsengine as an alternative, or cmi (or sunlight) or really anything most will work fine. if you have a question about different plugins id suggest asking.
I'm now using CoinsEngine. TME as recommended by INFIxbean has too much, too complex functionality for my usecase and EssentialsX and similiar stuff isn't an option as I've already programmed my own "Essentials-like" solution for most of the functionality I need.
Thank you all for answering!
np
could always implement your own economy system with vault, it's not really that hard
https://github.com/MilkBowl/VaultAPI/blob/master/src/main/java/net/milkbowl/vault/economy/Economy.java
Will take a look at that! Thanks :D