Перейти к содержимому
Mineforgian

Fabric Tab List

a mod to customize the player tab list and motd on fabric servers

Загрузки
15K
Подписчики
56
Обновлён
30 июля 2024 г.
Лицензия
GPL-3.0-only

Опубликован 25 января 2021 г.

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

Ченджлог

2.0.1Релиз1.21 · 30 июля 2024 г.

1.21

2.0.0Релиз1.20.1 · 23 июня 2023 г.
  • [feature] add option to set amount of ticks between header/footer packet send
  • [feature] add option to enable/disable globally in config
  • [improvement] add migration logic for new configuration versions
  • [improvement] better handling of absent values in config
2.0.0Релиз1.20 · 23 июня 2023 г.
  • [feature] add option to set amount of ticks between header/footer packet send
  • [feature] add option to enable/disable globally in config
  • [improvement] add migration logic for new configuration versions
  • [improvement] better handling of absent values in config
1.4.0Релиз1.16.5 · 30 мая 2023 г.

1.16.5

1.4.0Релиз1.18 · 30 мая 2023 г.

1.18

1.4.0Релиз1.18.1 · 30 мая 2023 г.

1.18.1

1.4.0Релиз1.18.2 · 30 мая 2023 г.

1.18.2

1.4.0Релиз1.19 · 30 мая 2023 г.

1.19

Комментарии

Загружаем…