aarontwf / BattleNight-Core

The main CraftBukkit plugin.
http://dev.bukkit.org/bukkit-plugins/battlenight/
5 stars 5 forks source link

Additional API #84

Closed rossmcnulty closed 11 years ago

rossmcnulty commented 11 years ago

I'm currently working on integrating BattleNight with a plugin of mine, and I've noticed some information that might be useful to provide in the API in addition to what's already there (and it's possible that some of this might already be available and just be user error).

These are as follows:

And now that seems like a smaller list than I originally though. Of course, I'll just come back with more when I think of them. Thanks!

aarontwf commented 11 years ago

The API is not quite finished yet but those will be/are possible.

aarontwf commented 11 years ago

The API can be downloaded/added as a repo from https://github.com/BattleNight/BattleNight-API/tree/repo There isn't too much documentation but the Javadocs are at http://battlenight.github.io/BattleNight-API/apidocs/ Example use can be found at https://github.com/BattleNight/DeathStrike