Hytale template plugin.
https://zogg.fr/me
- Java 98.9%
- Batchfile 1.1%
| .github/workflows | ||
| .vscode | ||
| doc | ||
| gradle/wrapper | ||
| libs | ||
| src/main | ||
| stripped | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierrc | ||
| build.gradle | ||
| build.gradle.kts | ||
| CHANGELOG.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| hytale-template-plugin.md | ||
| javadocexport.cmd | ||
| LICENSE | ||
| patcher.cmd | ||
| README.md | ||
| settings.gradle | ||
Hytale Plugin Template
Builds immediately without any changes! Clone and run
./gradlew shadowJarto get a working plugin JAR.
Features
- Modern Build System - Gradle with Kotlin DSL
- Automated Testing - Custom Gradle plugin for one-command server testing
- Java 25 - Latest Java features
- ShadowJar - Automatic dependency bundling
- CI/CD Ready - GitHub Actions workflow included
- Minimal Structure - Only essential files, write your own code
Quick Start
See: QUICKSTART
VScode
If you use 'Visual Studio Code'.
See: VSCODE
Project Structure
See: PROJECT STRUCTURE
Development Workflow
See: DEVELOPMENTWORK FLOW
Patcher
You may want to browse Hytale's sources :)
See: PATCHER
Customization
See: CUSTOMIZATION
CI/CD
See: CI/CD
Best Practices
See: BEST PRACTICES
Troubleshooting
See: TROUBLESHOOTING
Source code documentation
See: SOURCECODE
Contributing
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
License
This template is released under the MIT License.
You are free to use it for any purpose.
Credits
Created by the Hytale modding community.
Based on best practices from production Hytale plugins.
Happy Modding!
Sources
See: SOURCES
Changelog
See CHANGELOG.md