Skip to content

tritonmc/triton-collection-generator

Repository files navigation

Triton Collection Generator

GitHub package.json version GitHub last commit Maintainability Node.js CI Code Climate technical debt Discord David GitHub issues GitHub pull requests GitHub

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/

Using the generator

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.

Contributing

  1. Clone the repository using HTTP or SSH.
  2. Install dependencies using yarn install.
  3. Start the development server using yarn start.
  4. 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.
  5. Submit a PR and wait for approval.
  6. (Optional) Add your name to the list of contributors below.
  7. Congrats, you've just contributed to this tool! 🎉

Contributors