From 756fb044afe72c13e11a0196c158686671c1091d Mon Sep 17 00:00:00 2001 From: AppleDash Date: Fri, 20 Jan 2017 00:54:10 -0500 Subject: [PATCH] Improve README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2fe3f09..b78b4b6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ both in the comments on BukkitDev/SpigotMC, and on GitHub, all with no response 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.