Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player and Server blacklisting #28

Open
wants to merge 3 commits into
base: 1.20.x
Choose a base branch
from

Conversation

JustAlittleWolf
Copy link

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"
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant