TaleLibs
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
Categories
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.
Related Misc Mods
View all modsYmmersive Melodies
Conczin
Upload and play MIDI files in-game on various instruments to annoy your friends with custom melodies!
MultipleHUD
Buuz135
A simple mod that allows you to have multiple HUDs present at once.
Spanish Translation
Plexu5
A Spanish language translation for Hytale. Includes UI, items, and menus.
YUNG's HyDungeons
YUNGNICKYOUNG
Adds new procedurally generated dungeon instances!
Just Enough Tales (JEI mod)
uwudwagon
A JEI mod for Hytale.
[NoCube's] Simple Bags
NoCube
Adds bags that you can put anything in!