Various Minecraft player list enhancements, such as numeric ping instead of connection bars.
This mod allows you to:
- Replace the default connection bars with the exact latency each player has
- Change between hold/toggle for the Player List keybind
- Disable server headers and footers
- Disable player heads
- Force player heads on offline mode servers
BetterPlayerList works on Fabric, Quilt and NeoForge.
The requirements vary depending on your platform.
On Fabric and Quilt, you'll need:
- Fabric API
- Mod Menu
- Technically optional, but it is required to access the settings screen.
You do not need any additional dependencies on NeoForge.
To build the mod, you'll need:
- Git
- JDK 25
Clone the repository:
$ git clone https://github.com/azurejelly/better-player-list
$ cd better-player-list/And run:
$ ./gradlew buildDistributable JARs will be available under build/libs/.
In some ways, this mod is inspired by Perspective Enhancements. You should check it out.