Finally, a sane economy plugin for Bukkit.
Go to file
AppleDash 8e0ba1f322 Bump version to 0.10.2 2017-01-20 06:53:06 -05:00
SaneEconomyCore Bump version to 0.10.2 2017-01-20 06:53:06 -05:00
SaneEconomyMobKills Bump version to 0.10.2 2017-01-20 06:53:06 -05:00
SaneEconomySignShop Bump version to 0.10.2 2017-01-20 06:53:06 -05:00
.gitignore Begin working on SaneEconomySignShop (100th commit!) 2016-10-03 09:08:13 -04:00
LICENSE.txt Add GPL3 as LICENSE.txt. 2016-06-14 08:37:51 -04:00
README.md Improve README. 2017-01-20 00:54:10 -05:00
pom.xml Bump version to 0.10.2 2017-01-20 06:53:06 -05: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.

Components

  • SaneEconomyCore - The main economy provider.
  • SaneEconomySignShop - A side project written for a specific server. Unsupported.
  • SaneEconomyMobKills - Another side project for the same server. Unsupported, unfinished.

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.