Version 2.0 Multi-language update
This update is to add multi-language support. The jar file size has increased due mostly to the inclusion of the Mojang client language files. These have been simplified as far as possible, by removing everything apart from block and item names, to use as little space as necessary.
The plugin will now display the item details in the same language the player is using locally. If the name has not been set in the local language file, then it will revert to "en_us" and display the English equivalent.
Change Log:
- include simplified Mojang language files
- add DataHandler class to process the translations and text formatting
- removed colour codes from 'drop' items to allow more room for the name
- add EnumLang class (thanks Meow J) to handle lang files