← All plugins
GlymeraWebMap icon

GlymeraWebMap

A live webmap of your world in any browser — like Dynmap for Hytale. Served by the plugin itself, no web hosting needed. Persistent exploration, live player markers, pan & zoom, multi-world. Install the jar, share the link.

v2.0.0 Hytale 0.6.x UtilityMiscellaneousQuality of Life

Gallery

Description

GlymeraWebMap — Your World, Live in the Browser

A live map of your server world that anyone can open in a web browser — like Dynmap, for Hytale. The plugin serves the map itself from your game server: no web hosting, no external services, no accounts. Install the jar, open http://<your-server-ip>:8123, and share the link with your players.


What is GlymeraWebMap?

A persistent, ever-growing map of your server. While players explore in-game, the plugin renders the world from Hytale's own cartography into map tiles and serves them on a built-in web page. Everything mapped once stays on the map forever — it keeps growing across restarts, slowly building a complete picture of your world that visitors can browse from anywhere, on any device, without launching the game.


Features

  • Live player markers. See who is online and where they are, updated every few seconds. Click a name in the online list to jump straight to that player and watch them uncover new land as they travel.
  • Pan & zoom viewer. Drag to pan, scroll to zoom, with a coordinate readout under the cursor. Clean dark theme, works on phones and tablets too.
  • Multi-world support. Every world gets its own map; switch between them with the world selector. New worlds appear automatically once a player visits them.
  • Persistent exploration. The map never forgets: terrain stays visible even when chunks unload or everyone logs off. Over days of play it grows into a full atlas of your server.
  • Completely self-hosted. The page, the tiles and all data live on your server and nowhere else. Nothing is sent to any external service.

For Admins — Setup in Two Steps

  1. Drop the jar into your server's mods/ folder and start the server. That's the whole installation — the config writes itself with working defaults.
  2. Open TCP port 8123 in your firewall or hoster panel (the one thing a plugin cannot do for you). The port can be changed in the config if 8123 is taken.

Then give the map your server's name — in-game, as OP:

/webmap title My Awesome Server

The name appears on the page within seconds. /webmap (OP-only) shows status and the URL to share.

Optional settings in mods/de.glymera_GlymeraWebMap/config.json:

  • playerMarkers: false — hide live player positions from the page (privacy)
  • port / bindAddress — where the web server listens
  • title — the page title, if you prefer editing the file over the command
  • render cadence and budget — sensible defaults, no tuning needed

Good to Know

  • The map is rendered from the game's own cartography at its native resolution, so it always matches what players see on their in-game map.
  • Tiles render near online players only, on background threads, with a hard per-pass budget — no impact on world tick performance, and an idle server does no map work at all.
  • Tiles are plain PNG files under mods/de.glymera_GlymeraWebMap/tiles/ — trivially easy to back up, and deleting them simply resets the map (it re-fills as players explore).
  • Browsers cache tiles aggressively; the page only re-downloads a tile when its pixels actually changed. A handful of open map pages costs your server next to nothing.
  • Works standalone — no other plugin required.

Data directory: mods/de.glymera_GlymeraWebMap/


Made with care by Glymera for the Hytale community

Changelog

GlymeraWebMap — Changelog

v2.0.0 (2026-08-28) — Hytale 0.6.0 (Update 6)

  • Rebuilt for Hytale 0.6.0 (Update 6). Requires server 0.6.0 or newer; this version does not run on 0.5.x, and older versions of this plugin do not run on 0.6.0.
  • Migrated to the 0.6.0 APIs (network protocol hytale/3, new command-permission API, block/chunk/entity API changes). Everything that was open to players before is open to players again.
  • Upgrade: delete the old jar from mods/, drop in the new one and keep the plugin's data folder — configs and saved data carry over unchanged. Restart the server.

v1.0.0 — Initial release: your world, live in the browser

A live map of your server world that anyone can open in a web browser — like Dynmap
for Hytale. The plugin serves the map itself on its own port (default 8123): no web
hosting, no external services, no setup beyond installing the plugin. Open
http://<your-server-ip>:8123 and share the link.

Features
- Persistent world map: terrain is rendered from Hytale's native cartography while
players explore. Everything mapped once stays on the map — it keeps growing across
restarts, building up a complete picture of your world over time.
- Live player markers: see who is online and where they are, updated every few
seconds. Click a name to jump to that player. Can be disabled in the config
(playerMarkers: false) if you prefer privacy.
- Pan & zoom viewer: drag to pan, scroll to zoom, works on phones too. Dark theme,
coordinate readout under the cursor, world selector for multi-world servers.
- Fully self-contained: the web page, tiles and data live entirely on your server.
Nothing is sent anywhere else.

Admin notes
- /webmap title <your server name> (OP-only, in-game) puts your server's name on
the web page - no file editing needed. The open page updates within seconds.
- Config: mods/de.glymera_GlymeraWebMap/config.json (port, bind address, page title,
player markers, render cadence). /webmap (OP-only) shows status in-game.
- Remember to open the chosen TCP port in your server's firewall.
- Map tiles are plain PNG files under mods/de.glymera_GlymeraWebMap/tiles/ — easy to
back up or wipe (wiping just resets the map; it re-fills as players explore).
- Rendering is budgeted and runs on background threads near online players only — no
impact on world tick performance.

Public — visible to everyone. No account needed.

Only Marc can read this.