HytaleKit
Hyssential

Hyssential

by Project8gbDeRam

utilityserver

Hyssential provides essential server commands for Hytale including teleport requests (TPA), homes, warps, spawn management, and utility commands like /back. Fully configurable with permission support.

Running a Hytale server without basic teleportation and home commands can be frustrating for both admins and players. Hyssential brings the essential commands you know from other games to Hytale, including TPA requests, personal homes, server warps, and more.

What Does This Mod Do?

Hyssential adds a comprehensive set of server utility commands covering teleportation, homes, warps, and spawn management. Everything is configurable and supports Hytale’s permission system.

Command Reference

Teleport Requests (TPA)

CommandDescription
/tpa <player>Request to teleport to a player
/tpahere <player>Request a player to teleport to you
/tpacceptAccept a teleport request
/tpdenyDeny a teleport request
/tpcancelCancel your outgoing request

Homes

CommandDescription
/sethome [name]Set a home (default: “home”)
/home [name]Teleport to a home
/delhome <name>Delete a home
/homesList your homes

Warps

CommandDescription
/setwarp <name>Create a server warp (admin)
/warp <name>Teleport to a warp
/delwarp <name>Delete a warp (admin)
/warpsList all warps

Spawn

CommandDescription
/spawnTeleport to spawn
/setspawnSet custom spawn point (admin)

Utilities

CommandDescription
/backReturn to previous location (works after death)
/tp <player>Teleport to a player (admin)
/tphere <player>Teleport a player to you (admin)

Configuration

Edit config.json to customize Hyssential:

OptionDescriptionDefault
MaxHomesMaximum homes per player5
TpaTimeoutSeconds before TPA expires60
TpaCooldownSeconds between TPA requests30
TeleportDelayDelay before teleport3
BackHistorySizeLocations remembered for /back5

Permissions

Admin commands require operator status or specific permissions:

  • hytale.command.hyssentials.setspawn - Set server spawn
  • hytale.command.hyssentials.setwarp - Create warps
  • hytale.command.hyssentials.delwarp - Delete warps
  • hytale.command.hyssentials.tp - Teleport to players
  • hytale.command.hyssentials.tphere - Teleport players to you

Data Storage

All data is stored in JSON files:

  • homes.json - Player homes
  • warps.json - Server warps
  • spawn.json - Custom spawn point

Who Is This Mod For?

This mod is ideal for:

  • Server owners who need basic teleportation features
  • Communities that want player homes and warps
  • Admins who need quick teleportation commands
  • Any multiplayer server

You might not need this if:

  • You’re playing singleplayer only
  • You already have another essentials mod

Compatibility

  • Hytale Version: Early Access and above
  • License: All Rights Reserved
  • Conflicts: May conflict with other teleportation mods

About the Author

Project8gbDeRam creates essential server mods for Hytale.


Frequently Asked Questions

How many homes can players set?

By default, 5 homes per player. Change MaxHomes in config.json to adjust.

Does /back work after dying?

Yes, /back remembers your death location so you can return to retrieve items.

Can I disable certain commands?

Use permissions to control who can access specific commands.