Back to Mods
KTale

KTale

qolsavagejar

Kotlin runtime provider for Hytale

About KTale

KTale provides the Kotlin runtime required to make and run Kotlin plugins & mods for Hytale without needing to shade Kotlin into each project.

Usage

Simply add this to your manifest.json

"Dependencies": { "Flux:KTale": ">=1.0.0" } If your using Gradle, you may need to modify your build.gradle

plugins { id 'org.jetbrains.kotlin.jvm' version '2.2.20' id 'com.gradleup.shadow' version '9.1.0' }

shadowJar { archiveClassifier.set("") from(sourceSets.main.output) exclude("kotlin/**") include("com/google/**") // Include required dependencies include("not/savage/hytale/**") // Include your root package. include("**/*.json") // Include resources mergeServiceFiles() }

Downloads
38
Created
Jan 17, 2026
Updated
Jan 17, 2026
Version
Early Access

Categories

Quality of LifeUtilityLibrary

Download Mod

Download on CurseForge
Free download • 38 total downloads

Need a Server?

Run KTale on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is KTale?

Kotlin runtime provider for Hytale

How do I download KTale?

You can download KTale for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created KTale?

KTale was created by savagejar. The mod has been downloaded 38 times.

Is KTale compatible with Hytale servers?

KTale is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install KTale?

To install KTale: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.