CurseForge · Hytale mod
HySkript
Simple English style scripting system.
Quick answer
Which HySkript release should I use?
HySkript-1.7.0.jar targets 0.5. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Where should HySkript be installed in Hytale?
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
What else does HySkript-1.7.0.jar need?
HySkript-1.7.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Add HySkript without breaking your instance.
Built for HySkript-1.7.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use HySkript-1.7.0.jar. It targets 0.5; another release may target a different game build or dependency set.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Enable it on the world host
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
- 04
Pick the file you checked
Use the “Get this file” button beside HySkript-1.7.0.jar. It opens that exact file at the source.
About this project
What does HySkript add?
HySkript: Natural Language Scripting for Hytale
HySkript brings the power of intuitive, high-level scripting to the Hytale universe. Inspired by the legendary Minecraft plugin Skript, HySkript allows server owners to customize their world using a natural, English-like syntax.
Stop wrestling with complex IDEs and boilerplate Java code. Whether you are a seasoned developer looking to prototype quickly or a server owner with zero programming experience, HySkript lets you bring your vision to life instantly.
🚀 Key Features:
- English-Like Syntax: Write logic that reads like a sentence. If you can describe a feature in English, you can probably script it in HySkript.
- Hot-Reloading: No more restarting the server to see changes. Save your script, run the reload command, and watch your updates go live in seconds.
- Hytale Native Integration: Direct access to Hytale-specific events, such as block interaction, player movement, and combat triggers.
- Lightweight & Performant: Built with a focus on low overhead, ensuring your custom mechanics don't compromise server TPS.
- Extensible: A modular system that allows for "Add-ons" to further expand the syntax and capabilities of the language.
🛠️ What can you build?
With HySkript, the only limit is your imagination. Popular use cases include:
- Custom Commands: Create
/warp,/home, or unique staff tools in minutes. - Game Mechanics: Custom classes, leveling systems, or specialized item abilities.
- World Management: Automated broadcasts, custom join messages, and world-based events.
- Economy Systems: Integrated shops and currency handling without needing bulky external plugins.
📝 Example Snippet:
# A simple example of a custom command and event
command /greet:
trigger:
send "Welcome to the server, %player%!" to player
on player break a block:
if item type of player's held item = Tool_Pickaxe_Copper:
send "You are mining with style!" to player
📦 Installation:
- Drop the HySkript.jar into your server’s mods folder.
- Restart the server to generate the scripts directory.
- Create your first
.skfile and start creating!
Note: HySkript is currently in active development. We recommend checking our documentation frequently for updated syntax and new event triggers.
Docs/Tutorials:
Docs are available on SkriptHub:
You can find some tutorials on our Wiki
Support:
You can find us on the SkriptHub Discord server
Make sure to check out the "HySkript" channels!
Requirements:
- Java 25
- Hytale Server
Issues:
If you find any issues, please report them on our issues page
License:
HySkript is licensed under the MIT License
Project description from CurseForge.
Pick your setup
HySkript releases for each Hytale build.
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
HySkript releases and Hytale builds
HySkript-1.7.0.jar
26 May 2026
HySkript-1.6.0.jar
26 Mar 2026
HySkript-1.5.0.jar
21 Mar 2026
HySkript-1.4.0.jar
7 Mar 2026
HySkript-1.3.0.jar
4 Mar 2026
HySkript-1.2.0.jar
28 Feb 2026
HySkript-1.1.1.jar
23 Feb 2026
HySkript-1.1.0.jar
22 Feb 2026
HySkript-1.0.0.jar
18 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.