Thank you for your interest in the UI File Plugin! 🎉
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR-USERNAME/hytale-ui-plugin.git cd hytale-ui-plugin - Open the project in IntelliJ IDEA
- Make sure JDK 17+ is installed
./gradlew runIdeThis starts a test IDE with the plugin installed.
./gradlew test./gradlew buildPluginThe built plugin can be found under build/distributions/.
- Create a new branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Use 4 spaces for indentation
- Follow Java naming conventions
- Comment complex code
Feel free to open an issue in the repository!