HelpChat Toolbox is a toolbox of useful tools for HelpChat's Minecraft plugins, configs, and more!
It currently includes the following features:
- DeluxeChat to ChatChat Config Converter
- EssentialsChat to ChatChat Config Converter
- VentureChat to ChatChat Config Converter
- Yaml Config Validator
- Properties Config Validator
- Toml Config Validator
- Hocon Config Validator
- XML Config Validator
HelpChat's Toolbox is hosted at toolbox.helpch.at.
- Clone the repository
- Install NPM, and NodeJS for your respective platform
- Install yarn globally (
npm i -g yarn
) - Install the dependencies of this project (
yarn install
) - Run the dev server (
yarn dev
) - Start making changes! They'll be automatically reloaded @ http://localhost:3000/
Run the command yarn generateschema
, and pass it to the Converter. It will validate types for you at runtime.
Run yarn dev
, and it will automatically reload the UI at http://localhost:3000/ as you make changes.
Pages are generated from the pages/
directory, so to add a new page simply just create that file in the directory.
Converters are currently written in their own folder (converters/
), directory.
To test a newly created one you'll need to create a new page for it to see live updates in your browser, refer to the UI Development & Design section above for more information on developing with live-updates