Skip to content

Task Reference

AzureDoom edited this page Jun 8, 2026 · 1 revision

Task Reference

Task Group Purpose Typical Use
createManifestIfMissing hytale Creates a starter manifest if missing First setup
updatePluginManifest hytale Rewrites manifest from Gradle config Normal dev/build
updateAllPluginManifests hytale Rewrites manifests for all Hytale subprojects Multi-project manifest sync
downloadAssetsZip hytale Authenticates and fetches assets Before first run / troubleshooting
hytaleDoctor hytale Prints plugin, manifest, asset, and dependency diagnostics Troubleshooting
runServer hytale Launches local Hytale server Single-project dev loop
runAllMods hytale Launches one shared server with all mod subprojects Multi-project dev loop
stageAllModAssets hytale Stages each mod's asset pack into the root run/mods directory Multi-project run preparation
prepareDecompiledSourcesForIde hytale Generates source jars for IDE attachment IDE setup
validateManifest internal Verifies generated manifest values Runs automatically
validateAllManifests hytale Verifies manifests for all Hytale subprojects Multi-project validation
prepareRunServer internal Sets up run directory and mod assets Runs automatically
decompileServerJar internal Decompiles Hytale server sources Internal source pipeline
injectServerJavadocsIntoDecompiledSources internal Injects hosted Hytale API docs into decompiled server sources Internal source pipeline
setupHytaleDev hytale Prepares IDE sources and downloads assets First-time setup
hytaleJvmDoctor hytale Prints JVM debug / hot swap diagnostics Debugging hot swap setup

Home | Task Reference | Troubleshooting

Clone this wiki locally