
Styled Status is a lightweight server-side mod for Fabric that adds a configurable /status command and a PlaceholderAPI expansion (%styledstatus:status%) for styled player status displays. It can optionally integrate with Unplugged AFK (if installed) to reflect afk status, and uses a simple .json config to customize messages and statuses with /styledstatus reload command. I made this mod for using with Styled Player List and Styled Chat. You can also make a texture pack for status icons instead of just symbols!
Example config:
{
"joinReminderMessage": "Текущий статус: {formatted_status} {status}. §b/status§r, чтобы изменить",
"statusNotFoundMessage": "§cСтатус \u0027{status}\u0027 не найден в конфигурации!",
"setStatusMessage": "Статус установлен: {formatted_status} {status}",
"reloadConfigMessage": "StyledStatus перезагружен",
"joinShouldClearStatus": true,
"statuses": [
{
"name": "none",
"display": ""
},
{
"name": "afk",
"display": "§f🕒"
},
{
"name": "recording",
"display": "§c🔴"
},
{
"name": "streaming",
"display": "§d💜"
}
]
}

