Description
List


List is a simple utility plugin that adds the /list command to your Hytale server and allows you to view players connected to your server WITHOUT connecting to it.
It shows all currently online players in a clean, readable format and works both in-game and from the server console. No configuration, no extra features — just a straightforward player list.
Perfect for admins, moderators, and server owners who want a quick way to see who’s online.
Installation
- Drop the plugin
.jarinto your server’s mods folder - Restart the server
- Grant the
list.usepermission - Done!
permissions.json Example
Simple setup (everyone can use /list)
{
"users": {
"00000000-0000-0000-0000-000000000000": {
"groups": [
"Default"
]
}
},
"groups": {
"Adventure": [
"list.use"
],
"OP": [
"*"
]
}
}
Usage
/listOutput examples
In-game:
Online (3): Allan, Steve, Alex
Console:
[AbstractCommand] Online (3): Allan, Steve, AlexWhen using a control panel (like Multicraft), always include the
//list
Permissions
| Permission | Description |
|---|---|
list.use |
Allows use of the /list command |
Features
- Lists all online players
- Works in-game and from console
- Handles multiple worlds safely
- No config files
- Lightweight and fast
- Single permission node


