Описание
# Better Player List [](https://github.com/azurejelly/better-player-list/actions/workflows/gradle.yml) [](https://modrinth.com/mod/better-player-list) [](https://modrinth.com/mod/better-player-list)
Various Minecraft player list enhancements, such as numeric ping instead of connection bars.
## Features
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
## Supported loaders
BetterPlayerList works on [Fabric](https://fabricmc.net), [Quilt](https://quiltmc.org) and [NeoForge](https://neoforged.net).
## Requirements
The requirements vary depending on your platform.
### Fabric and Quilt
On Fabric and Quilt, you'll need:
- [Fabric API](https://modrinth.com/mod/fabricapi)
- [Mod Menu](https://modrinth.com/mod/modmenu)
- Technically optional, but it is required to access the settings screen.
### NeoForge
You do not need any additional dependencies on NeoForge.
## Building
To build the mod, you'll need:
- Git
- JDK 25
Clone the repository:
```shell
$ git clone https://github.com/azurejelly/better-player-list
$ cd better-player-list/
```
And run:
```shell
$ ./gradlew build
```
Distributable JARs will be available under `build/libs/`.
## Credits
In some ways, this mod is inspired by [Perspective Enhancements](https://modrinth.com/mod/perspective-enhancements). You should check it out.