VelocityPlayerListQuery
A Velocity plugin that shows current players in the server list.
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
VelocityPlayerListQuery
# VelocityPlayerListQuery
A Velocity plugin that shows current players in the server list.
Inspired by .
## Configuration options
| option | default | description |
| -------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `playerListMode` | `"REPLACE"` | Configure how players are shown in the player list.
- `"UNCHANGED"`: Keep the player list as it is.
- `"ADD"`: Add players to the player list. `serverListEntryFormat` and `maxListEntries` are only applied for the added players.
- `"REPLACE"`: Replace the player list with players according to `serverListEntryFormat` and `maxListEntries`.
- `%1$s`: placeholder for the player name
- `%2$s`: placeholder for the server name, on which that player is currently playing on