Recent content by GlymeraCraft

  1. GlymeraCraft

    GlymeraBluestone - v9.0

    GlymeraBluestone - Changelog v9.0.0 (2026-06-04) Item Display Names — now actually working All 33 items now have proper, human-readable English display names. Previously the items showed their raw translation key in-game (e.g. server.items.BluestoneWire.name) — long, code-like, and giving no...
  2. GlymeraCraft

    GlymeraPets - v2.0

    GlymeraPets - Changelog v2.0.0 (2026-06-04) Fixed - Shop NPCs no longer duplicate. Previously the engine persisted each spawned shop NPC to the world, so on every restart a saved "ghost" copy was rehydrated and a fresh one was spawned from shops.json — the shop keeper multiplied over time...
  3. GlymeraCraft

    GlymeraMerchant - v5.0

    GlymeraMerchant - Changelog v5.0.0 (2026-06-04) Fixed - Merchant NPCs no longer duplicate. Previously the Hytale engine persisted every spawned merchant NPC to the world, so on each restart a saved copy was rehydrated and a fresh one was spawned from merchants.json — merchants multiplied over...
  4. GlymeraCraft

    GlymeraMinimap v1.0

    GlymeraMinimap A clean, server-side minimap for Hytale — no client mod required. The map is rendered on the server from the game's own world-map data and streamed straight to each player's screen. GlymeraMinimap is designed to live alongside your other HUDs. It is sent as a direct packet...
  5. GlymeraCraft

    GlymeraPets v2.0

    GlymeraPets Peaceful companion pets for your world — plus a placeable pet shop your players can buy them from. GlymeraPets lets players own and summon friendly creatures that follow them around. Almost any creature that is no bigger than a player can become a pet — small mammals, birds...
  6. GlymeraCraft

    GlymeraTrade v1.0

    GlymeraTrade - Safe Player-to-Player Trading Let your players trade items and money safely, without anyone getting scammed. A shared trade window, live offer preview, two-step confirmation and an atomic swap — plus money support through GlymeraMerchant or any VaultUnlocked economy. What is...
  7. GlymeraCraft

    GlymeraCanvas v1.0

    GlymeraCanvas Bring external images into your world and put them on a wall. Drop a picture in a folder or paste a direct image link, place a few blocks, and the image appears in-game — and everyone sees the same picture. GlymeraCanvas is an admin tool, made for things like info boards, rules...
  8. GlymeraCraft

    GlymeraInspect - v4.0

    GlymeraInspect - Changelog v4.0.0 (2026-06-02) Fixed - Compatibility with other custom-HUD plugins (e.g. FastMiniMap). GlymeraInspect used to register its overlay in the server's HudManager. Some HUD plugins — such as FastMiniMap in its single-HUD compatibility mode — intentionally stop...
  9. GlymeraCraft

    GlymeraPlotWorld - v2.0

    GlymeraPlotWorld - Changelog v2.0.0 — changes since v1.0.0 Added — Structure Guard (anti-grief) Roads and boundary stones are now truly indestructible — against any source. The roads between plots, the boundary stones that frame every plot, and the whole column of ground beneath them are...
  10. GlymeraCraft

    GlymeraPlotWorld v2.0

    GlymeraPlotWorld A complete plot world for Hytale — claim land, build freely, and stay protected. GlymeraPlotWorld turns a dedicated flat world into a clean grid of square plots separated by roads, the way plot servers have worked for years: every player claims their own plot, builds inside it...
  11. GlymeraCraft

    GlymeraPortalDoors - v4.0

    GlymeraPortalDoors - Changelog v4.0.0 (2026-05-30) Changed (performance only — no gameplay change) - The walk-through detection scan (which runs 20 times per second) now uses a primitive long-keyed, per-world spatial index of doors instead of building String lookup keys (and rebuilding a...
  12. GlymeraCraft

    GlymeraFarmWater - v4.0

    GlymeraIrrigation - Changelog v4.0.0 (2026-05-30) Changed (performance — no behaviour change) The 30-second discovery scan (which previously scanned every loaded chunk for farmland and water in a single server tick) is now amortized across many ticks in small bounded slices. This removes the...
  13. GlymeraCraft

    GlymeraCropSpread - v4.0

    GlymeraCropSpread - Changelog v4.0.0 (2026-05-30) Changed (performance only — no gameplay change) The periodic spread scan no longer scans the whole world in a single server tick. It is now amortized across many ticks in small bounded slices (each slice is capped by a block-read budget and a...
  14. GlymeraCraft

    GlymeraHUD - v3.0

    GlymeraHUD - Changelog v3.0.0 Complete rewrite. GlymeraHUD is now a HUD positioning tool. Why this version exists Earlier versions of GlymeraHUD existed to solve one problem: older Hytale only showed a single custom HUD at a time, so two HUD plugins would overwrite each other. v1/v2 worked...
  15. GlymeraCraft

    GlymeraProfiler v2.0

    GlymeraProfiler Which plugin is slowing down your Hytale server? Find out in 30 seconds — right in your browser. Local only: it never opens a port and never sends anything anywhere. Most actual version only working for Hytale stable 5 ! GlymeraProfiler samples your server's threads many times...
Top