A Bukkit Plugin API to make localization easy for plugin developers, programmed for Java 8.
Build or download the latest release from the
releases tab and place HippOutLocalizationLib.jar into your Bukkit Server's plugins folder. You must also remove any
previous versions.
- install Apache Maven and Java JDK 8 or greater.
- run the command
mvn packagefrom the root project directory to compile a JAR. To also install to your local maven repository, runmvn installinstead. You do not have to run both.
For installation, refer to the Installation section.
Pull requests are welcome from licensed developers (effectively HippOut employees). For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project follows Semantic Versioning 2.0.0.
Extra developer notes:
- For code style, see CODE-STYLE.md.
- You can find the Javadoc on the HippOut website. Currently under construction. It may not always be completely up to date as there is no automation yet.
HippOutLocalizationLib does not currently have a license and therefore falls under exclusive Copyright. A license may be added in the future.