Back to mods
ItemDumper project artwork

CurseForge · Hytale mod

ItemDumper

A Hytale server plugin that dumps all item IDs from the game to a text file.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which ItemDumper release should I use?

Updated 6 months ago
Latest stable file ItemDumper-1.1.0.jar
Game version Not listed
Mod system Built-in Hytale mod system

ItemDumper-1.1.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should ItemDumper be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does ItemDumper-1.1.0.jar need?

ItemDumper-1.1.0.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add ItemDumper without breaking your instance.

Built for ItemDumper-1.1.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use ItemDumper-1.1.0.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside ItemDumper-1.1.0.jar. It opens that exact file at the source.

About this project

What does ItemDumper add?

ItemDumper Plugin

A Hytale server plugin that dumps all item IDs from the game to a text file.

Version

1.1.0

Description

ItemDumper automatically extracts and exports all item IDs available in your Hytale server to a sorted, easy-to-read text file. This is useful for:

  • Plugin development
  • Server configuration
  • Creating custom loot tables
  • Debugging item-related issues
  • Understanding available game content

Installation

  1. Copy ItemDumper-1.0.0.jar to your server's mods/ directory
  2. Start or restart your Hytale server
  3. The plugin will automatically run on startup

Output

The plugin generates a file at:

<server-directory>/data/plugins/ItemDumper/all_item_ids.txt

The file contains:

  • A header with generation information
  • Total count of items
  • Alphabetically sorted list of all item IDs
  • Translation keys for each item (if available)

Output Format

Item Type Indicators

Each item in the output is prefixed with a type indicator:

  • [BLOCK] - Placeable blocks that can be placed in the world (e.g., rocks, wood, furniture, decorations)
  • [ITEM] - Inventory-only items that cannot be placed as blocks (e.g., armor, weapons, tools, food, potions)

Understanding Placeable vs Non-Placeable

Placeable items ([BLOCK]) include:

  • Building blocks (Rock_, Wood_, Soil_*)
  • Furniture and decorations (Furniture_, Deco_)
  • Plants and vegetation (Plant_, Flower_)
  • Benches and containers (Bench_, Container_)

Non-placeable items ([ITEM]) include:

  • Armor pieces (Armor_*)
  • Weapons (Weapon_*)
  • Tools (Tool_*)
  • Food and potions (Food_, Potion_)
  • Crafting ingredients (Ingredient_*)
  • Fish items (Fish_*)

Example Output

================================================================================
ALL ITEM IDS IN HYTALE SERVER
Generated by ItemDumper v1.1.0
Total Items: 3011
  - Placeable Blocks: 2275
  - Inventory Only: 736
================================================================================

    1. [BLOCK] *Container_Bucket_State_Filled_Milk [server.items.Container_Bucket_Milk.name]
    2. [BLOCK] *Container_Bucket_State_Filled_Mosshorn_Milk [server.items.Container_Bucket_Mosshorn_Milk.name]
    3. [BLOCK] *Container_Bucket_State_Filled_Water [server.items.Container_Bucket_Water.name]
    4. [BLOCK] *Deco_Bucket_State_Filled_Milk [server.items.Deco_Bucket_Milk.name]
    5. [BLOCK] *Deco_Bucket_State_Filled_Mosshorn_Milk [server.items.Deco_Bucket_Mosshorn_Milk.name]
    6. [BLOCK] *Deco_Bucket_State_Filled_Water [server.items.Deco_Bucket_Water.name]
    7. [BLOCK] *Deco_Mug_State_Filled_Water [server.items.Deco_Mug_Water.name]
    8. [BLOCK] *Deco_Tankard_State_Filled_Water [server.items.Deco_Tankard_Water.name]
    9. [ITEM]  *Fish_Bluegill_Item_State_Epic [server.npcRoles.Bluegill.name]
   10. [ITEM]  *Fish_Bluegill_Item_State_Legendary [server.npcRoles.Bluegill.name]
   11. [ITEM]  *Fish_Bluegill_Item_State_Rare [server.npcRoles.Bluegill.name]
   12. [ITEM]  *Fish_Bluegill_Item_State_Uncommon [server.npcRoles.Bluegill.name]
   13. [ITEM]  *Fish_Catfish_Item_State_Epic [server.npcRoles.Catfish.name]
   14. [ITEM]  *Fish_Catfish_Item_State_Legendary [server.npcRoles.Catfish.name]
   15. [ITEM]  *Fish_Catfish_Item_State_Rare [server.npcRoles.Catfish.name]
   16. [ITEM]  *Fish_Catfish_Item_State_Uncommon [server.npcRoles.Catfish.name]
   17. [ITEM]  *Fish_Clownfish_Item_State_Epic [server.npcRoles.Clownfish.name]
   18. [ITEM]  *Fish_Clownfish_Item_State_Legendary [server.npcRoles.Clownfish.name]
    ...

Using the Output

When building prefabs or selecting blocks for world editing:

  • ✅ Use items marked with [BLOCK] - these will work in prefabs
  • ❌ Avoid items marked with [ITEM] - these are inventory-only and will cause errors if used in prefabs

Project description from CurseForge.

Recent files

ItemDumper releases and Hytale builds

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.