Hycore-0.0.1-PRE.1.jar
15 Jan 2026
CurseForge · Hytale mod
Essential features for your Hytale server: Chat colors, prefix, broadcast, etc
Quick answer
Hycore Essentials Hycore-0.0.1-PRE.1.jar targets 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. No required dependencies listed for this file.
Where it goes
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.
Hycore-0.0.1-PRE.1.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
Built for Hycore Essentials Hycore-0.0.1-PRE.1.jar. Pick another file and the loader, install side or required mods may change.
Use Hycore-0.0.1-PRE.1.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
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.
Use the “Get this file” button beside Hycore-0.0.1-PRE.1.jar. It opens that exact file at the source.
About this project
Hycore brings essential features and commands to your server:
The goal of Hycore is to bring the well-known commands and features common to every Minecraft server.
In the future we will begin to move away from the "Minecraft style" and build features specifically for Hytale. But for now, let's bring the utilities we all know.
Download the Hycore.jar plugin and put it inside your server mods folder.
Update your permissions.json to allow your players to use the commands. Make sure to tweak depending on your needs.
{
// ...
"groups": {
"Default": [
"hycore.command.back",
"hycore.command.motd",
"hycore.command.tpa",
"hycore.command.tpaccept",
"hycore.command.tpahere",
"hycore.command.tpdeny"
],
"OP": ["*"]
}
}
You can configure Hycore by editing the mods/Hycore_Hycore/config.json file.
Users with the permission chat.format are able to send formatted messages using color codes.
&1 - Dark Blue&2 - Dark Green&3 - Dark Aqua&4 - Dark Red&5 - Dark Purple&6 - Gold&7 - Gray&8 - Dark Gray&9 - Blue&a - Green&b - Aqua&c - Red&d - Light Purple&e - Yellow&f - White&l - Bold&o - Italic&n - Underline (not supported yet)&m - &r - ResetYou can assign chat prefix to specific groups by editing the config.json. The key correspond to the group. If a player has multiple groups, the first entry will be used.
The DEFAULT group is used as the default prefix.
{
"ChatFormat": {
"OP": "&c[Admin] &r{player_username}: ",
"DEFAULT": "&7[Player] &r{player_username}: ",
}
}
The Motd (message of the day) is a message sent to the user as soon as he connects to the server.
You can edit the file motd.txt in the configuration folder. It accepts line breaks and colors formatting.
The BroadcastMessage configuration option allows you to broadcast random messages on a regular interval.
{
"BroadcastMessages": [
"Join us on &6Discord",
"&6It supports &bcolor code!",
"Give us some feedback"
],
"BroadcastInterval": 30
}
| Command | Permission | Description |
|---|---|---|
| /motd | hycore.command.motd | Teleport to the latest saved location |
| /broadcast <message> | hycore.command.broadcast | Broadcast message to every user |
| /motd | hycore.command.motd | Display the message of the day |
| /tpa <player> | hycore.command.tpa | Request teleportation to a player location |
| /tpahere <player> | hycore.command.tpahere | Request player to teleport to you |
| /tpaccept | hycore.command.tpaccept | Accept a teleportation request |
| /tpdeny | hycore.command.tpdeny | Refuse a teleportation request |
You can find more detailed help directly on Hytale using the /help.
| Permission | Description |
|---|---|
| hycore.chat.format | Ability to use color codes in chat |
Project description from CurseForge.
Recent files
15 Jan 2026
15 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.