Skip to content

Releases: xX-Alberto-Xx/ExplicitPlayerListPing

Explicit Player List Ping 1.9.0

09 Mar 19:08
v1.9.0
c24c658

Choose a tag to compare

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

09 Feb 16:05
v1.8.1+old
7a3102f

Choose a tag to compare

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 (resetMaxPingLength and computeMaxPingLength) into a stateless one (computeMaxPingWidth)
    • using a slightly more abstract procedure (through the SessionService) to get a PlayerListEntry's textures (this had the effect of making shouldShowPing no longer static)
  • Renamed PlayerListPingMixin.changeEntryWidth to changeEntryPingWidth
  • Made PlayerListPingMixin.getLatencyText return the string with a space already prepended in order to simplify its two usages
  • Moved PlayerListPingMixin.getLatencyText after shouldShowPing
  • 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

09 Feb 15:59
v1.8.0+old
7a3102f

Choose a tag to compare

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

09 Feb 15:58
v1.7.0+old
7a3102f

Choose a tag to compare

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

09 Feb 15:57
v1.6.0+old
7a3102f

Choose a tag to compare

Built on 12th December 2023

Changes:

  • Updated to Minecraft 1.20.2 and Fabric Loader 0.14.21
  • Made PlayerListPingMixin.getLatencyText receive the PlayerListEntry instead of its latency

Explicit Player List Ping 1.5.1

09 Feb 15:56
v1.5.1+old
7a3102f

Choose a tag to compare

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 PlayerListPingMixin crash 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

09 Feb 15:55
v1.5.0+old
7a3102f

Choose a tag to compare

Built on 18th July 2023

Changes:

  • Updated to Minecraft 1.20.1 and Fabric Loader 0.14.21
  • Made PlayerListPingMixin.getLatencyText static

Explicit Player List Ping 1.4.0

09 Feb 15:54
v1.4.0+old
7a3102f

Choose a tag to compare

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

09 Feb 15:53
v1.3.0+old
7a3102f

Choose a tag to compare

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

09 Feb 15:52
v1.2.0+old
7a3102f

Choose a tag to compare

Built on 2nd January 2022

Changes:

  • Updated to Minecraft 1.17.1 and Fabric Loader 0.11.3
  • Removed useless mod initializer
  • Improved the PlayerListPingMixin with proper annotations