Description
Player List Plugin
PlayerList is a lightweight, UI-based player list plugin for Hytale, providing a clean, real-time overview of online players using a fully native interface.
The plugin adds a custom player list UI that updates live as players join or leave the server. Players are resolved dynamically from the server, while operators are automatically detected and highlighted without any manual player configuration.
PlayerList uses a simple configuration system to control prefix text and colors separately for regular players and operators, including tag color and name color, allowing clear visual distinction with minimal setup.
Features:
- Custom UI-based player list.
- Real-time join and leave updates.
- Automatic operator detection and highlighting.
- Configurable prefix text, tag color, and name color.
- Separate styling for default players and operators.
- No player data stored in configuration.
- Clean, scalable layout suitable for small or large servers.
- Built using Hytale’s official UI system.
- Lightweight, stable, and safe to refresh.
Config:
default:
text: "[MEMBER] "
tagColor: "#0000FF"
nameColor: "#FFFFFF"
op:
text: "[OP] "
tagColor: "#FF0000"
nameColor: "#FFFFFF"
refreshIntervalSeconds: 10


