Releases: xX-Alberto-Xx/ExplicitPlayerListPing
Explicit Player List Ping 1.9.0
Changes:
- Updated to Minecraft 1.21.10 and Fabric Loader 0.17.2
- Added links to
fabric.mod.json - Added an exception from CubeKrowd's new minigames player list
Explicit Player List Ping 1.8.1
Built on 18th October 2025
Changes:
- Made exceptions identified not only by UUID, but also by timestamp, so that if a player on the list is legitimately in the server, their entry won't be excluded from showing the ping (if they've changed their skin in the meanwhile)
- Made
PlayerListPingMixin(and so the mod) more robust by:- combining the two
@Injections that calculate the ping layout (resetMaxPingLengthandcomputeMaxPingLength) into a stateless one (computeMaxPingWidth) - using a slightly more abstract procedure (through the
SessionService) to get aPlayerListEntry'stextures(this had the effect of makingshouldShowPingno longerstatic)
- combining the two
- Renamed
PlayerListPingMixin.changeEntryWidthtochangeEntryPingWidth - Made
PlayerListPingMixin.getLatencyTextreturn the string with a space already prepended in order to simplify its two usages - Moved
PlayerListPingMixin.getLatencyTextaftershouldShowPing - Qualified all references to fields and methods of
this
Note:
All versions up to and including this one have the build date in these release notes and have the sources jar attached, because they were built prior to this mod's source being published here (or tracked in version control even) so, for the sake of having previous versions open source too, I'm including as much of the specific resources needed to build them as possible. This pretty much corresponds to the sources jar generated at the time, because the rest of the files, like build.gradle and gradle.properties, can be obtained from the commit of fabric-example-mod with the correct Minecraft version.
Because of the previous lack of version control, the changelogs and tag messages are reconstructed from the code changes.
Explicit Player List Ping 1.8.0
Built on 8th August 2025
Changes:
- Updated to Minecraft 1.21.8 and Fabric Loader 0.16.14
- Slightly reformatted
PlayerListPingMixin.renderLatencyText
Explicit Player List Ping 1.7.0
Built on 28th February 2024
Changes:
- Updated to Minecraft 1.20.4 and Fabric Loader 0.15.0
- Reformatted some code
Explicit Player List Ping 1.6.0
Built on 12th December 2023
Changes:
- Updated to Minecraft 1.20.2 and Fabric Loader 0.14.21
- Made
PlayerListPingMixin.getLatencyTextreceive thePlayerListEntryinstead of its latency
Explicit Player List Ping 1.5.1
Built on 19th August 2023
Changes:
- Introduced exceptions: ping is no longer shown for a set of known "fake players" in the player list, currently only identified by UUID
- Made the
PlayerListPingMixincrash on load instead of on opening the player list if the mod is loaded on a Minecraft version where the@Injections fail
Explicit Player List Ping 1.5.0
Built on 18th July 2023
Changes:
- Updated to Minecraft 1.20.1 and Fabric Loader 0.14.21
- Made
PlayerListPingMixin.getLatencyTextstatic
Explicit Player List Ping 1.4.0
Built on 2nd June 2023
Changes:
- Updated to Minecraft 1.19.4 and Fabric Loader 0.14.19
Explicit Player List Ping 1.3.0
Built on 21st January 2023
Changes:
- Updated to Minecraft 1.19.3 and Fabric Loader 0.14.11
Explicit Player List Ping 1.2.0
Built on 2nd January 2022
Changes:
- Updated to Minecraft 1.17.1 and Fabric Loader 0.11.3
- Removed useless mod initializer
- Improved the
PlayerListPingMixinwith proper annotations