Skip to content
AzureDoom edited this page Aug 5, 2026 · 4 revisions

HytalePublisher

Gradle Plugin Java Hytale

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.

Start here

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

What this plugin does

  • 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.

Clone this wiki locally