Back to mods
Hycore Essentials project artwork

CurseForge · Hytale mod

Hycore Essentials

Essential features for your Hytale server: Chat colors, prefix, broadcast, etc

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Hycore Essentials release should I use?

Updated 6 months ago
Latest stable file Hycore-0.0.1-PRE.1.jar
Game version Not listed
Mod system Built-in Hytale mod system

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

Where should Hycore Essentials 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.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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 Hycore Essentials Hycore-0.0.1-PRE.1.jar need?

Hycore-0.0.1-PRE.1.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

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 Hycore Essentials without breaking your instance.

Built for Hycore Essentials Hycore-0.0.1-PRE.1.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Hycore-0.0.1-PRE.1.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 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.

  3. 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.

  4. 04

    Pick the file you checked

    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

What does Hycore Essentials add?

Hycore

Hycore brings essential features and commands to your server:

  • 🔈 Message of the day with colors
  • 📢 Scheduled broadcast messages
  • ✉ Chat format and colors the Minecraft way
  • 🗣 Chat prefix with colors: perfect for roles!
  • ✨ Essential commands (/tpa, /broadcast, /back, etc)

Philosophy

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.

Getting started

1. Install

Download the Hycore.jar plugin and put it inside your server mods folder.

2. Update permissions

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": ["*"]
  }
}

3. Start your server 🚀

You can configure Hycore by editing the mods/Hycore_Hycore/config.json file.

Chat format and colors

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 - Strikethrough (not supported yet)
  • &r - Reset

Chat prefix

You 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}: ",
  }
}

Motd

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.

Broadcast messages

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
}

Commands

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.

Other Permissions

Permission Description
hycore.chat.format Ability to use color codes in chat

Project description from CurseForge.

Recent files

Hycore Essentials releases and Hytale builds

2 of 2 releases match

Looking for an older file? The official CurseForge project page is in Resources.