Skip to content

an Economy plugin that does not care what database you use

License

Notifications You must be signed in to change notification settings

NinekoTheCat/Catconomy

Repository files navigation

Catconomy

a simple and modular economy plugin with database addon support

Modularity

This is purely an Economy plugin, It manages and secures player transactions and that's it. If you want it to do more than that I suggest you download a plugin that either supports CC or Vault API.

FAQ:

Q: How do I make an addon for an unsupported database?

A: implement the IDatabase interface in a class and then register it as a service in your onLoad() function. with a higher priority than LOW.

spigot page: https://www.spigotmc.org/resources/catconomy.97210/ .

curseforge/bukkit page: https://dev.bukkit.org/projects/catconomy .