Files
Custom_Launcher_mc/modpack/_upload/objects/3c/38/3c389c6e4f50199bec067b8b83c3ed59321cb675
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

16 lines
649 B
Plaintext

#The color of the ping display text, written in hex format. Default: #A0A0A0
#Has no effect if 'autoColorText' is set to true
textColor = "#A0A0A0"
#Customize the display text of the ping display
#Must contain a '%d', which will be replaced with the ping number
#Example: '%dms' will transform into '123ms' if the player's ping is 123
#Default: %dms
textFormatString = "%dms"
#Whether to also draw the default Minecraft ping bars
renderPingBars = false
#Whether to color a player's ping based on their latency.
#Example: low latency = green, high latency = red
#If this setting is true, then the 'textColor' setting is ignored
autoColorText = true