Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Velocity
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
VelocityPlayerListQuery
A Velocity plugin that shows current players in the server list.
Inspired by https://github.com/rtm516/SimplePlayerListQuery.
Configuration options
option | default | description |
---|---|---|
playerListMode |
"REPLACE" |
Configure how players are shown in the player list.
|
serverListEntryFormat |
"%1$s" |
Configure how players are shown in the server list.
|
maxListEntries |
16 |
Configure how many players are shown in the server list. <= 0 for unlimited (for backwards compatibility). |
replaceOnlinePlayerCount |
false |
Should the online player count be replaced with the number of players currently connected to Velocity? Useful when using ping-passthrough = "all" . |
replaceMaxPlayerCount |
false |
Should the maximum player count be replaced with the Velocity configured amount? Useful when using ping-passthrough = "all" . |
fillMissingVersionInfo |
false |
Should the version information be replaced with what is set in versionProtocol and versionName , when no version is detected? Useful when the backend server/s is/are unavailable or still starting. |
replaceVersionInfo |
false |
Should the version information always be replaced with what is set in versionProtocol and versionName ? Extends fillMissingVersionInfo . Useful when using ping-passthrough = "all" . |
versionProtocol |
4 (= 1.7.2) |
The protocol number to be set. You can find all available protocol versions at https://minecraft.fandom.com/wiki/Protocol_version#Java_Edition_2. Used by fillMissingVersionInfo and replaceVersionInfo . |
versionName |
"Velocity" |
The version name to be set. Used by fillMissingVersionInfo and replaceVersionInfo . |