Back to mods
Hyssentials-Core project artwork

CurseForge · Hytale mod

Hyssentials-Core

Essential commands and features that didn't come in the base game.

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

Quick answer

Which Hyssentials-Core release should I use?

Updated 6 months ago
Latest stable file HyssentialsCore-1.2.1.jar
Game version Not listed
Mod system Built-in Hytale mod system

Hyssentials-Core HyssentialsCore-1.2.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 Hyssentials-Core 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 Hyssentials-Core HyssentialsCore-1.2.1.jar need?

HyssentialsCore-1.2.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 Hyssentials-Core without breaking your instance.

Built for Hyssentials-Core HyssentialsCore-1.2.1.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use HyssentialsCore-1.2.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 HyssentialsCore-1.2.1.jar. It opens that exact file at the source.

About this project

What does Hyssentials-Core add?

Some Notes

  1. Hytale is new and in Early Access. As such, mods may break at any time without warning. If something breaks, please let me know. Thanks.
  2. This description is for HyssentialsCore-1.2.1 - If the downloaded file is not this version, the upload is likely pending. Come back in a couple hours and it will probably be approved.

Features

  • Configurable Messages
  • Permissions For Every Command
  • Built for Servers (but still works in singleplayer)
  • Quality of Life Improvements

Commands

  • /back - Teleport to where you last died
  • /broadcast - Broadcast a message to all players on the server
  • /clearinventory [player] - Clear your inventory, or another player's inventory
  • /discord - Show the server's Discord link
  • /fly - Toggle your flight
  • /gma - Sets your gamemode to adventure
  • /gmc - Sets your gamemode to creative
  • /god - Toggle your invulnerability
  • /rules - Show the server's rules
  • /sethome [home] - Set a home
  • /home [home] - Teleport home
  • /homes - List your homes
  • /delhome [home] - Delete a home
  • /tpa <player> - Send a request to teleport to another player
  • /tpaccept - Accept a request to teleport to you
  • /tpdeny - Deny a request to teleport to you
  • /website - Show the server's website link

Permissions

  • hyssentials.back - Allows /back
  • hyssentials.broadcast - Allows /broadcast
  • hyssentials.clearinventory - Allows /clearinventory
  • hyssentials.clearinventory.other - Allows /clearinventory [player]
  • hyssentials.discord - Allows /discord
  • hyssentials.fly - Allows /fly
  • hyssentials.gma - Allows /gma
  • hyssentials.gmc - Allows /gmc
  • hyssentials.god - Allows /god
  • hyssentials.rules - Allows /rules
  • hyssentials.sethome - Allows /sethome
  • hyssentials.home - Allows /home
  • hyssentials.home.[number] - Allows [number] homes; up to the configured "True-Max"
  • hyssentials.homes - Allows /homes
  • hyssentials.delhome - Allows /delhome
  • hyssentials.tpa - Allows /tpa
  • hyssentials.tpaccept - Allows /tpaccept
  • hyssentials.tpdeny - Allows /tpdeny
  • hyssentials.website - Allows /website

Additional Features

  • Configurable server join message
  • Configurable server quit message

Config

As of v1.2.1:

{  "Messages": {    "Join": "&7[&2+&7] &f{player}",    "Quit": "&7[&4-&7] &f{player}",    "No-Permission": "You do not have permission to use this command.",    "Incorrect-Args": "&cIncorrect args!",    "Not-Online": "&e{player} &cis not online!",    "No-Death-Location": "&cUnable to locate a previous death location!",    "TPA-Request": "&e{player} &ahas requested to teleport to you. Type &e/tpaccept &ato accept.",    "TPA-Requested": "&aYou have sent a teleportation request to &e{player}",    "TPA-Accepted": "&e{player} &ahas accepted your teleportation request.",    "TPA-No-Pending": "&cYou have no pending teleportation requests.",    "TPA-Offline": "&cThe player who last requested a teleportation is now offline.",    "Fly-Enabled": "&aFlight has been &2enabled",    "Fly-Disabled": "&aFlight has been &4disabled",    "Godmode-Enabled": "&aGodmode has been &2enabled",    "Godmode-Disabled": "&aGodmode has been &4disabled",    "Broadcast-Message": "&f[&2Broadcast&f] &a{message}",    "Home-Set": "&aHome &e{home} &aset!",    "Home-Teleport": "&aYou have teleported to &e{home}",    "Max-Homes": "&cYou already have the maximum number of homes ({max})!",    "Home-Not-Found": "&cCould not find a home called &e{home}",    "Homes": "&aHomes ({count}): &e{homes}",    "TPA-Denied": "&e{player} &chas denied your teleportation request.",    "Discord": "&9Discord: &e{discord}",    "Website": "&9Website: &e{website}",    "Rules-Header": "&6--- Follow These Rules ---",    "Home-Removed": "&aYou have &4removed &e{home}"  },  "Home-Settings": {    "Default-Max": 1,    "True-Max": 25  },  "Info": {    "Discord": "https://discord.gg/example",    "Website": "https://example.com",    "Rules": [      "1. Be nice",      "2. Use common sense",      "3. Have fun"    ]  }}

Project description from CurseForge.

Recent files

Hyssentials-Core releases and Hytale builds

3 of 3 releases match

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