-
Notifications
You must be signed in to change notification settings - Fork 0
Home
AzureDoom edited this page Aug 5, 2026
·
4 revisions
HytalePublisher is a Gradle plugin for publishing Hytale mods to multiple hosting platforms, including Modtale, CurseForge, Modifold, Thunderstore, GitHub Releases, and custom Maven repositories.
It provides a single Gradle DSL for configuring release metadata, platform-specific publishing options, credentials, and dependencies. Each publishing platform is opt-in, so only the platforms you enable will register publish tasks.
| Topic | Page |
|---|---|
| Installation | Installation |
| Credentials | Credentials |
| Configuration | Configuration |
| Publishing a Release | Publishing a Release |
| CI/CD Example | CI/CD Example |
| Tasks | Tasks |
| Platform Notes | Platform Notes |
| Thunderstore | Thunderstore |
- Publishes Hytale mods to Modtale, CurseForge, Modifold, Thunderstore, GitHub Releases, and custom Maven repositories.
- Centralizes release metadata, credentials, platform IDs, dependencies, and publish tasks in one Gradle DSL.
- Registers publishing tasks only for platforms you enable.