Back to Mods
TaleLibs

TaleLibs

miscssquadteam

A Flexible Library For Hytale Development

About TaleLibs

TaleLib

A powerful Kotlin library for Hytale plugin development. TaleLib provides essential tools and utilities to make creating Hytale plugins easier and faster.

Features

Command System - Create commands with arguments, subcommands, and tab completion

Event System - Type-safe event handling with priorities

Camera System - Presets for Top-Down, Isometric, Side-Scroller, and more

UI System - HUDs and interactive pages

Hologram System - Floating text displays

Entity System - Spawn and manage entities with models

Scheduler - Async tasks, delays, and repeating tasks

Config System - JSON configuration management

Inventory System - Give, remove, and check items

Permission System - Permission checking and groups

Sound System - 2D and 3D sound playback

Teleportation - Player teleportation utilities

Rich Text - MiniMessage-style formatting with gradients and hex colors

For Server Owners

TaleLib is a library plugin - it doesn't do anything on its own. Install it if another plugin requires it as a dependency.

Download TaleLib

Place in your server's plugins folder

Install any plugins that depend on TaleLib

Start your server

For Developers

TaleLib makes plugin development simple:

class MyPlugin(init: JavaPluginInit) : TalePlugin(init) {

override fun onStart() { // Register a command taleCommands.register(MyCommand())

// Listen for events taleEvents.on<PlayerReadyEvent> { event -> event.player.sendMessage("Welcome!".success()) } } } Documentation

Full documentation, API reference, and examples are available on GitHub:

View Documentation on GitHub

Dependencies

TaleLib includes:

HytaleMiniFormat - Rich text formatting

Links

GitHub Repository

Documentation

Issue Tracker

License

MIT License

Downloads
811
Created
Jan 16, 2026
Updated
Jan 16, 2026
Version
Early Access

Categories

LibraryMiscellaneousQuality of LifeUtility

Download Mod

Download on CurseForge
Free download • 811 total downloads

Need a Server?

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

Get Hytale Hosting

Frequently Asked Questions

What is TaleLibs?

A Flexible Library For Hytale Development

How do I download TaleLibs?

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

Who created TaleLibs?

TaleLibs was created by ssquadteam. The mod has been downloaded 811 times.

Is TaleLibs compatible with Hytale servers?

TaleLibs 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 TaleLibs?

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