From 7302c27741a3856ce2f593179a01d937e33d21be Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Wed, 25 Jan 2012 15:22:28 +0100 Subject: [PATCH] Readme fix --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d38c4e02..93bc5226 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -MassiveCraftCore - A bukkit plugin development framework in a bukkit plugin +MCore - A bukkit plugin dev-framework in a bukkit plugin ==================== -This bukkit plugin contains components for developing other bukkit plugins. +This bukkit plugin contains components for developing other bukkit plugins. It offers no new plugin-like features on it's own. It is just a bunch of libraries and features that other plugins can make use of. + +Versioning +---------- +It is possible to have more than one version of the mcore plugin installed on your server. Bukkit consider them beeing different plugins. The plugin files will have different filenames such as "mcore1.jar", "mcore2.jar", "mcore3.jar" etc. You should not rename the jarfiles. + +When a new version of mcore is released it will take a while before the plugins using it will update. And during that phase you will probably need to have two versions of mcore installed on your server, and that is as mentioned very possible. + +For plugin devs +---------- +There is currently no documantation for mcore. You can learn how to use it by looking at other plugins that do so. License ----------