Since the new API was introduced in version 5.0, there was some need for some spring cleaning. This is a bug fix, and also introduces asymmetric encryption between minecraft server and API. The future release features can be found in 5.0 release thread.
- Removed Inventory sharing, ( will return in a separate plugin.)
- Added asymmetric encryption for upcoming plugins ( MCPlug.in )
- This can be enabled for all communications by changing "encryption: true" in the plugin.yml. If you cannot find "encryption:" add it to the bottom of the file.
- Client asymmetric keys auto-generated for each connection. ( Client.java:72 )