See Entity Info Plugin
Until the ui system hytale uses better supports "realtime" guis, the shown world/entity data is not always accurate.
Note: not fully tested in a multi-player environment so usage bugs may occur.
A plugin for Hytale that lets you open a gui to view a list of entities per world.
Features
Entity List
- Open with
/entityinfoor with the Debug Stick. - Can see a list of entities per world.
- Can select an entity to view basic information:
- Name
- Component list
- Last position
- Last rotation
- Model path (if available)
- Model asset id (if available)
- UUID
Actions
- Tp to the selected world.
- Tp to a player.
- Tp to a teleporter.
- Tp to an entity.
- Tp an entity to you.
- Kill an entity.
Debug Stick
- Can be found in the
Editor Toolscreative tab. - Smack an entity to open it in the gui.
- Sneak click to open the gui.
Filtering
The entity list can be filtered (search at the top-right) by the following:
c:searches by component nameuuid:searches by uuid- No prefix searches by name
Building
Prerequisites
- Java 25 JDK - Download here
- IntelliJ IDEA - Download here (Community Edition is fine)
- Git - Download here
1. Clone or Download
git clone https://github.com/nomnomab/HytaleSeeEntityInfo.git
cd HytaleSeeEntityInfo
2. Build
# Windows
gradlew.bat shadowJar
# Linux/Mac
./gradlew shadowJar
Your plugin JAR will be in: build/libs/HytaleSeeEntityInfo-X.X.X.jar
Contributing
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request

