MassiveCore/README.md
Olof Larsson f59d4a9f22 readme
2012-08-14 17:41:30 +02:00

27 lines
2.0 KiB
Markdown

![MCore](http://massivecraft.com/wp-content/uploads/mcore/mcore150.png "MCore")<br>
MCore - A bukkit plugin dev-framework in a bukkit plugin
====================
<b>[BukkitDev](http://dev.bukkit.org/server-mods/mcore/)</b>
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 Developers
----------
The source code is embeded in all the jarfiles for your convenience. There is currently no documantation for mcore. You can learn how to use it by looking at other plugins that do so. [Most plugins by MassiveCraft](https://github.com/MassiveCraft) use MCore. [The Vampire Plugin](http://massivecraft.com/plugins/vampire) is a good example.
For Contributors
----------
This project is open source and pullrequests are welcome.<br>
Read more about our plugin developent team at [MassiveCraft.com/plugins](http://massivecraft.com/plugins).
License
----------
This project is open source. We are using [The MIT Licence](http://www.opensource.org/licenses/MIT)<br>
This project includes [GSON](http://code.google.com/p/google-gson/) which has an [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).<br>
This project includes [the MongoDB driver for Java](https://github.com/mongodb/mongo-java-driver/) which has an [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).