This tool aims to ease the setup process for Triton, a Minecraft plugin that translates your server.
The tool itself is available on https://triton-generator.rexcantor64.com/
The best way to learn how to the use generator is to look at the translation collection repository. There you can see real examples of plugins being translated and their settings.
- Clone the repository using HTTP or SSH.
- Install dependencies using
yarn install
. - Start the development server using
yarn start
. - After coding your changes, run
yarn eslint
and fix (yarn eslint:fix
) any issues that may arise. DO NOT push your changes with linting issues. - Submit a PR and wait for approval.
- (Optional) Add your name to the list of contributors below.
- Congrats, you've just contributed to this tool! 🎉
- Diogo Correia (diogotcorreia) - Triton developer
- MadFox (XMadFoX)