(last update 09-03-17 - version 3.0)
I need API, so I develope it, and I figured why not post it on spigot for those who want. The API is perhaps still limited for the moment, it was made to help me first
More explanations here
Features
(For this feature, old configuration systeml works always but with deprecated tag)
Others features:
- Exceptions (basically for me):
- InvalidConfigurationValueException
- InvalidSectionException
- NoKeyWithThisNameException
- Abstract class (use for messages features see above):
- DisplayMessage
- ConsoleColor (set color in your console)
- Interface (basically for me):
- Register (i use it in update for clean code)
Installation
- Add jar to your plugin buildpath and use it
- Put the API in your plugin folder.
- Run the server
TO-DO
- CookedItem
- Particles API
- More images, improve wiki, videos explanations
- ...