File Details
GlymeraVault-2.0.0.jar
- R
- Jun 15, 2026
- 39.05 KB
- 29
- 0.5
File Name
GlymeraVault-2.0.0.jar
Supported Versions
- 0.5
GlymeraVault — Changelog
v2.0.0 (2026-06-15)
Fix: the vault command no longer collides with Hytale's native /gmc.
/gmc is Hytale's built-in gamemode-creative alias, and it always took priority over the
vault — so typing /gmc just returned "You are already in this gamemode" and the vault never
opened (most noticeable for operators, who have the native command). The vault command has
moved to /glc.
- Default command is now
/glc—/glc,/glc give|take|list|reload. - The command name is configurable: set
commandNameinplugins/GlymeraVault/config.json. - Registration is now collision-aware — if the chosen name is already taken by another
plugin, the vault registers under a free fallback and logs which name it used, instead of
silently failing (which is what hid the original
/gmcclash). /gmchas been dropped entirely; it could never work next to the native command.
If your players learned the old /gmc, point them at /glc now.
v1.0.0 (2026-06-08)
Initial release. A purely command-based personal mega-storage, spun off from GlymeraMegaChest — with no block and no item: nothing to craft, place, break, or lose.
/gmcopens your own personal vault: 1080 slots (10 pages × 108), up to 999,999 items per slot (~a billion total). One vault per player, keyed to the account UUID so contents survive name changes.- Admin-controlled access via a self-managed whitelist (no external setup):
/gmc give <player>//gmc take <player>— grant or revoke access/gmc list— show who has access/gmc reload— reload config + access list- Operators always have access.
- Reuses the proven MegaChest storage engine: paginated Custom UI, friendly search, one-click Deposit Inventory (single slot / Storage / Backpack / All; hotbar never touched), auto-sort on close, crash-safe atomic saves, dupe-proof transfers, durability + metadata preserved.
- Separate data directory (
plugins/GlymeraVault/) and renamed UI assets, so it coexists with GlymeraMegaChest — run the block chest and the command vault together.

