Skip to content

Configurations

AzureDoom edited this page Jun 8, 2026 · 1 revision

Configurations

The plugin automatically creates:

  • vineDecompileTargets
  • vineDecompileClasspath
  • vineServerJar
  • vineDependencyJars
  • vineflowerTool

Configuration Overview

Configuration Purpose
vineServerJar Hytale server binary (auto-injected)
vineImplementation Runtime dependencies
vineCompileOnly Compile-time only dependencies
vineDecompileTargets Extra dependencies to decompile for IDE sources
hytaleBundledRuntime Runtime dependency automatically added and optionally bundled

compileOnly automatically includes:

  • vineCompileOnly
  • vineServerJar
  • hytaleAssets (Assets.zip for IDE browsing)

This lets you write mods against the Hytale server API without manually declaring the server dependency.


Home | Task Reference | Troubleshooting

Clone this wiki locally