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

Simple Player List

Introduces the ability to customize server's player list

541 загрузок5 подписчиковLGPL-3.0-onlyfabric

Обновлён 13 января 2026 г. · опубликован 16 августа 2024 г.

Simple Player List

Simple Player List is a Minecraft mod which introduces the ability to customize server's player list (Tab list) using Placeholder API. It supports colored text as well as server and player information.

Configuration

Upon loading the mod for the first time, a default configuration file will be generated at config/simpleplayerlist.json:

{
  "header": [
    "<bold>Default Config</bold>",
    2.0,
    "<gray>To change this, edit",
    "config/simpleplayerlist.json</gray>",
    2.0,
    "<aqua><st>                                        </st></aqua>"
  ],
  "footer": [
    "<aqua><st>                                        </st></aqua>",
    2.0,
    "<gray>TPS: %server:tps_colored_alt%<dark_gray>/</dark_gray>%server:mspt_colored_alt% <dark_gray>-</dark_gray> Ping: %player:ping_colored_alt%</gray>"
  ],
  "tick_update_interval": 20
}

Each entry in the header and footer arrays can be either a text line or a number. Number how many blank lines to insert.

This file uses Placeholder API's formatting system. Refer to:

This mod also adds three new alternatives to the default placeholders: %server:tps_colored_alt, %server:mspt_colored_alt% and %player:ping_colored_alt%. These variants provide improved color logic and presentation.

Commands

To apply changes made to the configuration file, use the in-game command /simpleplayerlist reload. Players can run /simpleplayerlist to toggle the mod on their end.

Dependencies

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.0.1+1.21.11Релиз1.21.11fabric13 января 2026 г.Скачать (34 КБ)
2.0.1+1.21.10Релиз1.21.9, 1.21.10fabric7 декабря 2025 г.Скачать (34 КБ)
2.0.0+1.21.10Релиз1.21.9, 1.21.10fabric3 декабря 2025 г.Скачать (33 КБ)
1.1Релиз1.21, 1.21.1fabric8 сентября 2024 г.Скачать (13 КБ)
1.0Релиз1.21, 1.21.1fabric16 августа 2024 г.Скачать (13 КБ)

Ченджлог

2.0.1+1.21.11Релиз1.21.11 · 13 января 2026 г.
  • Update to 1.21.11
2.0.1+1.21.10Релиз1.21.9, 1.21.10 · 7 декабря 2025 г.
  • Fix incompatibility with my other mods
2.0.0+1.21.10Релиз1.21.9, 1.21.10 · 3 декабря 2025 г.
  • Integrated Placeholder API to format text and provide placeholders
  • Updated header and footer to take arrays of lines instead of single string
  • Renamed the /playerlist command to /simpleplayerlist
  • Removed enable_mod option and its associated command
  • Added an icon for the mod
1.1Релиз1.21, 1.21.1 · 8 сентября 2024 г.
  • Fix non-op player command permissions
1.0Релиз1.21, 1.21.1 · 16 августа 2024 г.
  • Initial release

Комментарии

Загружаем…