This is a HUUGE update to JsonApi. It has been completely re-written and features tons of new features, ease-of-use and a better documentation.
Attention developers: You will have to refactor your plugins depending on this API, however it is highly recommend to update as soon as possible as version 2.x will no longer be updated and therefore not support Minecraft 1.11 etc.
To all server owners: From now on, you're going to have to install this API as a plugin. However, it is fair to say that it is going to take the plugins depending on this API a while to update, so you should consider waiting some time before updating.
Changelog:
- Added support for Minecraft 1.10.x, 1.11.x
- Class prefix is now "Json" instead of "JSON"
- Removed JSONComponent(Simple) in favor of only one JsonMsg class
- Added extras to JsonMsg
- Added a command "/jsonapi" to display version information
- Click and hover action construction changed to the format JsonClickEvent#runCommand(String).