Compatibility
Minecraft: Java Edition
1.21
1.20โ1.20.1
1.19.x
1.18.x
1.16.5
Platforms
Supported environments
Creators
Details
Fabric Tab List

Note: this mod is server side only and won't work on clients
A Fabric mod that lets you customize the player list (tab list) and message of the day.
The config file is located in the config directory (config/fabric-tab.json) and looks like this:
{
// used internally do not change
"configVersion": 2,
// header of the player list (any string)
"header": "ยง7ยงlยงoCOOL#N SERVER #N#Nยง6very coolยงf#N",
// footer of the player list (any string)
"footer": "#Nยงb#TPS tps - #MSPT mspt - #PLAYERCOUNT players - #UPTIME uptime#N",
// sent when logging in (any string)
"motd": "ยง7ยงoWelcome to the server.ยงf",
// amount of game ticks between each header/footer send (any number above 1)
"refreshTickInterval": 20,
// enable or disable the entire mod functionality (a boolean)
"enabled": true
}
Formatting
ยง0 is black
ยง1 is dark blue
ยง2 is dark green
ยง3 is dark aqua
ยง4 is dark red
ยง5 is dark purple
ยง6 is gold
ยง7 is gray
ยง8 is dark gray
ยง9 is blue
ยงa is green
ยงb is aqua
ยงc is red
ยงd is light purple
ยงe is yellow
ยงf is white
----------------------------------------------------
ยงk is obfuscated
ยงl is bold
ยงm is strikethrough
ยงn is underline
ยงo is italic
----------------------------------------------------
#N next line
#UPTIME show uptime
#TPS show ticks per second
#MSPT ms per tick
#PLAYERCOUNT show how many players are online



