Back to mods
Lait's Entity Inspector project artwork

CurseForge · Hytale mod

Lait's Entity Inspector

Allows modders to inspect entities and components with live updates

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

Quick answer

Which Lait's Entity Inspector release should I use?

Updated 7 months ago
Latest stable file laits-entity-inspector-0.1.5.jar
Game version Not listed
Mod system Built-in Hytale mod system

Lait's Entity Inspector laits-entity-inspector-0.1.5.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 Lait's Entity Inspector 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 Lait's Entity Inspector laits-entity-inspector-0.1.5.jar need?

laits-entity-inspector-0.1.5.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 Lait's Entity Inspector without breaking your instance.

Built for Lait's Entity Inspector laits-entity-inspector-0.1.5.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use laits-entity-inspector-0.1.5.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 laits-entity-inspector-0.1.5.jar. It opens that exact file at the source.

About this project

What does Lait's Entity Inspector add?

Warning: This is an experimental debugging tool intended for local development servers only. Do not use on production or public servers. Use at your own risk.


Quick Installation

  • Clone the repo and run laits-entity-inspector-gui/update.ps1 (Windows) or update.sh (Linux/Mac)
  • Enable the mod in-game
  • Open laits-entity-inspector-gui/index.html in a browser

Run the updater again on new releases for auto-updating - you'll be notified on the dashboard.


Real-time entity debugging tools for Hytale modding.

Hytalor Integration: The inspector automatically detects when Hytalor is loaded, unlocking the Asset Browser and live asset patching — apply changes to game assets without restarting the server.

NPC Inspection: If you want in-depth NPC inspection, check out Alec's mod!
Alec's NPC Debug UI


Lait's Entity Inspector

alt text

Warning: This is an experimental debugging tool intended for local development servers only. Do not use on production or public servers. Use at your own risk.

Real-time entity debugging tools for Hytale modding.


What's New in v0.1.5

Live Instruction Inspector - A new Instructions tab in the component inspector shows the full instruction tree for any NPC entity. See which Instructions and InteractionInstructions are triggered, with a live event log feed of every sensor evaluation and action execution in real time.

  • Rename nodes - Right-click any instruction row (or click the Rename text) to give it a custom name. Custom names show up in the event log and are applied per entity type, so all Sheep share the same labels. Persists across sessions.
  • Collapse/expand - Click to collapse or expand instruction nodes. Alt+click to collapse or expand all sub-nodes at once.
  • Resizable event log - Drag the handle between the instruction tree and event log to resize. Size is persisted.
  • Fullscreen mode - Expand the component/instruction inspector to fill the entire viewport.
  • Font scaling - Adjust instruction text size from 90% to 150% with a slider. Persisted.

Debug Feature Toggles - A new Debug tab in Settings lets you enable/disable individual inspector subsystems at runtime. Useful for isolating side effects during debugging or reducing overhead when you only need specific features.

Toggle What it controls
Position Tracking Entity position polling each tick
Entity Lifecycle Spawn/despawn event processing
On-Demand Refresh Fresh data fetch before detail queries
Alarm Inspection inspector_get_entity_alarms
Timer Inspection inspector_get_entity_timers
Instruction Inspection inspector_get_entity_instructions
Lazy Expansion Field expansion requests
Asset Browser Asset scanning and browsing
Patch Management Hytalor patch publish/draft/delete
Entity Actions Surname changes, teleport

All toggles default to on and persist to the config file.


Components

Entity Inspector Plugin

Hytale server plugin that collects live entity/component data via WebSocket.

Features:

  • Real-time entity spawn/despawn/update events
  • Component data serialization
  • WebSocket server on port 8765
  • Configurable update rate and entity filters

Commands:

  • /inspector - Show status
  • /inspector on|off - Toggle inspector
  • /inspector rate <ms> - Set update interval
  • /inspector pause|resume - Pause/resume updates
  • /inspector reload - Reload config

Inspector Web UI (clone from github)

ASCII/terminal-styled web interface for viewing entity data.

Features:

  • Real-time entity list with animations
  • Component inspector panel
  • Search/filter entities
  • Auto-reconnect

Manual Installation

  1. Build the plugin:
   cd laits-entity-inspector
   gradle build -x test

Output: build/libs/laits-entity-inspector-<version>.jar

  1. Copy the JAR to your world's mods folder:
   %APPDATA%/Hytale/UserData/Saves/<world>/Mods/
  1. Start the Hytale server

  2. Open laits-entity-inspector-gui/index.html in a browser (clone it from github)


License

MIT

Project description from CurseForge.

Recent files

Lait's Entity Inspector releases and Hytale builds

6 of 6 releases match

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