File Details
ItemForge 1.0.0 - Hytale 0.5.4
- R
- Jun 8, 2026
- 26.20 MB
- 47
- 0.5
File Name
ItemForge-1.0.0.jar
Supported Versions
- 0.5
ItemForge 1.0.0, the initial public release.
Edit any item's properties live, from inside Hytale. Armor, weapons, tools, food, potions, recipes, anything. No JSON files, no restarts.
Install (server operators)
Drop ItemForge-1.0.0.jar (below) into your server's mods/ directory and start the server, then run /itemforge in game (needs admin permission). The Vuetale UI runtime is bundled into the jar, so there is nothing else to install. Players need no client setup; ItemForge is server-side.
Requires a Hytale server in the >=0.5.0 <0.6.0 range.
What's in 1.0.0
- Live editing of armor, weapons, tools, food, potions, gliders, containers; changes apply instantly to every copy already in the world
- Any mod: reads each item's real schema through codec introspection instead of hardcoding known types
- Dashboard: grid or table view, search, filters (type, mod, quality, slot, status), sortable columns
- Editor tabs: Properties, Defense, Damage, Recipe, General
- Recipes: edit, create from scratch, or remove; bench/panel selection, input materials with item search
- Custom name & lore, globally (the item type) or on the single stack a player is holding
- Batch operations across many items at once, with undo
- Modded-stat detection: picks up stats other mods register (weapons and armor), each labelled with its mod
- Per-item and per-stack editing
- Inspect mode: crouch and right-click a held item to open it straight in the editor
- Editor extension API: other mods can add their own panel (docs/EXTENSIONS.md)
- Audit log of every change, and per-section permissions
- Instant dashboard/editor open, even on servers running 50+ mods
Notes
- Anonymous metrics via HStats: random per-server id, player count, OS/Java, CPU cores, installed mods. No names, IPs, or world data. Disable with
metrics: { enabled: false }inconfig.yml. - License: code is MIT; name, logo, and branding artwork are reserved. Bundled third-party components keep their own licenses (THIRD-PARTY-NOTICES.md).
Credits: code by Larsonix, logo & branding by LadyPaladra.

