
Portals
mod that saves locations and can open a portal to teleport to any of the saved locations with a nice user interface for saving and renaming locations
00—hytaleServer2026.1mod
Portals mod adds per-player saved portal locations with built-in UI pages for selection and naming.
Usage
- Use /portal or /portals to open the portal list UI (search bar + click entries to teleport).
- Use /portal save [name] to open a naming UI and save your current position and facing direction.
- Use /portal rename <name> to open a rename prompt for an existing portal.
- Use /portal delete <name> to remove an entry.
Details
- Teleports apply via the Teleport component and log the previous spot to teleport history.
- UI reuses Hytale layouts (WarpListPage and NameRespawnPointPage) for a familiar feel.
- Saved data is stored per-player in locations.db in the mod data folder; names are trimmed and "|" is replaced with "_" to keep the file stable.
Limitations
- The destination world must be loaded; otherwise teleport requests will be rejected with a chat message.
- Portal names are unique per player; renaming fails if the target name already exists.