better-ping-display-fabric icon indicating copy to clipboard operation
better-ping-display-fabric copied to clipboard

Player and Server blacklisting

Open JustAlittleWolf opened this issue 1 year ago • 0 comments

Fixes #26 by adding a configurable array of players and servers to blacklist from showing their numeric ping. Can be configured as a string array in the config. Example:

{
  "autoColorPingText": true,
  "renderPingBars": false,
  "pingTextColor": "#A0A0A0",
  "pingTextFormatString": "%dms",
  "blacklistServers": [
    "play.mccisland.net"
  ],
  "blacklistPlayers": [
    "Steve",
    "Herobrine"
  ]
}

JustAlittleWolf avatar Aug 25 '23 17:08 JustAlittleWolf