You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
James Fitzpatrick edited this page Dec 2, 2013
·
2 revisions
We have tried to provide a extensive API for MineKart so that anything can be altered or added to without changing the main source of the plugin.
To include MineKart API in your plugin the easiest way is to build using maven and include us as a dependency. You can do this via our maven repository which is linked bellow.
Once you have MineKart included you can do anything from adding a new racecourse type, to adding new powerup types.
We will be adding more functionality to the APIas we go along and if you have any suggestions on what to add feel free to post them on the issue tracker or create a pull request including the requested feature.