This bukkit plugin contains components for developing other bukkit plugins.
Go to file
2012-01-25 13:40:19 -07:00
src/com/massivecraft/mcore2dev Un-needed function 2012-01-25 13:40:19 -07:00
.gitignore Added inventory gson type adapter as well as some other derp. 2011-12-08 22:56:52 +01:00
plugin.yml Renamed to mcore2dev 2012-01-25 16:20:19 +01:00
README.md rm 2012-01-25 18:29:32 +01:00

MCore
MCore - A bukkit plugin dev-framework in a bukkit plugin

Download Latest Version | Source Code | BukkitDev

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

There is currently no documantation for mcore. You can learn how to use it by looking at other plugins that do so. The source code is embeded in all the jarfiles for your convenience.

For Contributors

This project is open source and pullrequests are welcome.
Read more about our plugin developent team at MassiveCraft.com/plugins.

License

This project is open source. We are using The MIT Licence
This project includes GSON which has an Apache 2.0 license.