mod that lets you customize the player list (tab list) and message of the day.
Go to file
Kay 448e21c9be 1.20.1 2023-06-24 01:36:35 +02:00
gradle/wrapper updoot 2023-05-30 07:11:28 +02:00
resources images 2023-05-30 10:15:50 +02:00
src/main make it send every 600ms instead of every loop like in the game code 2023-06-24 01:23:36 +02:00
.gitignore rm -rf cringe 2021-11-12 18:03:21 +01:00
LICENSE 1.19.4 and stuffs 2023-05-30 10:09:30 +02:00
README.md make it send every 600ms instead of every loop like in the game code 2023-06-24 01:23:36 +02:00
build.gradle make it send every 600ms instead of every loop like in the game code 2023-06-24 01:23:36 +02:00
gradle.properties 1.20.1 2023-06-24 01:36:35 +02:00
gradlew updoot 2023-05-30 07:11:28 +02:00
gradlew.bat updoot 2023-05-30 07:11:28 +02:00
settings.gradle rm -rf cringe 2021-11-12 18:03:21 +01:00

README.md

Fabric Tab List

fabric-api logo

screenshot showing the mod in action, it changes the tab list header and footer and shows a message of the day

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