From e6ca25fe7c80b9c331cc5a9dae2c75d088237c28 Mon Sep 17 00:00:00 2001 From: AppleDash Date: Tue, 14 Jun 2016 06:30:44 -0400 Subject: [PATCH] Add README. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..92914b0 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +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 + +Our dependencies are managed with Gradle instead of Maven. Other than that, it's a pretty standard development workflow. +We try to stick to [SemVer](http://semver.org/), 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.