Finally, a sane economy plugin for Bukkit.
Go to file
AppleDash ce7099bf8a Add more tests and version bump to 0.6.3... to fix a version numbering error ;) 2016-07-29 07:25:39 -04:00
SaneEconomyCore Add more tests and version bump to 0.6.3... to fix a version numbering error ;) 2016-07-29 07:25:39 -04:00
SaneEconomySignShop Add empty SaneEconomySignShop module and refactor POMs a bit. 2016-07-27 10:31:46 -04:00
.gitignore Add update checking and make Vault hook optional. 2016-07-11 18:53:17 -04:00
LICENSE.txt Add GPL3 as LICENSE.txt. 2016-06-14 08:37:51 -04:00
README.md Restructure project and switch to Maven. 2016-07-11 18:03:20 -04:00
pom.xml Add more tests and version bump to 0.6.3... to fix a version numbering error ;) 2016-07-29 07:25:39 -04:00

README.md

SaneEconomy

Finally, a sane economy plugin for Bukkit.

About

I was looking for an economy plugin for a server I administrate, and I noticed something quite strange.

All of the plugins are years outdated, built against Bukkit API versions as old as Minecraft 1.2.4, and often have loads of bug reports, both in the comments on BukkitDev/SpigotMC, and on GitHub, all with no response from the developer!

I decided that it was time for a change. I wanted a working, updated economy plugin for Bukkit, built against the latest API. So I wrote one myself.

Development

We manage dependencies with Maven. We try to stick to SemVer, but it's rather difficult with a Bukkit plugin so in reality our version numbers are almost meaningless. Generally, new releases should be built against the latest Spigot/Bukkit at the time the release is published.