← Назад к ресурсам

Better Player List

Various Minecraft player list enhancements, such as numeric ping instead of connection bars.

Modrinth game-mechanics social utility

Описание

# Better Player List [![Gradle](https://github.com/azurejelly/better-player-list/actions/workflows/gradle.yml/badge.svg)](https://github.com/azurejelly/better-player-list/actions/workflows/gradle.yml) [![Downloads](https://img.shields.io/modrinth/dt/better-player-list?logo=modrinth&color=00AF5C)](https://modrinth.com/mod/better-player-list) [![Game version](https://img.shields.io/modrinth/game-versions/better-player-list?logo=modrinth&color=00AF5C)](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.