
Essentials Teleport
teleport request among players, use /tpa <playername> to send a request of teleport from player requesting to <playername>, accept or deny with /tpa yes or...
00—hytaleServer2026.1mod
Essentials Teleport
- Added a new server-side teleport utility plugin with
/tpa,/home,/sethome, and/back. /tpa <player>sends a teleport-to-player request; the target responds with/tpa yes(accept) or/tpa no(deny). Requests expire after about a minute and are tracked per target.- Successful teleports push your previous location into a history stack so
/backreturns you to where you were before the last teleport (and can hop between recent spots). /sethomestores your current world position and facing as your home;/hometeleports you back there. Homes persist between restarts in a simple homes.properties file under the mod's data folder.- Teleports use the in-game teleport component to move players (respecting world availability); feedback messages guide the player when something isn’t available (e.g., missing home or offline requester).
Notes & Limitations
- Only one pending
/tparequest is kept per target player at a time; new requests overwrite older ones. /backhistory is in-memory (clears on server restart) and limited to recent locations.- Home teleports require the stored world to be loaded; if it is unavailable, the player is informed instead of being teleported.