HyBar
A Hytale server plugin that displays real-time player coordinates as a HUD overlay.
Features
- Displays X, Y, Z coordinates on the player's screen
- Updates approximately 10 times per second
- Lightweight and non-blocking (async updates)
- Automatic HUD creation for all players
Requirements
- Hytale Server with plugin support
- Java 25+
Installation
-
Build the plugin using Maven:
mvn clean package -
Copy the resulting JAR from
target/to your Hytale server's plugins folder -
Restart the server
Building
This project requires the Hytale Server API JAR. Place HytaleServer.jar in the depends/ folder before building.
mvn clean package
License
MIT License - see LICENSE for details.
