1
0
mirror of https://github.com/nesquate-mcserver/modpack-server.git synced 2026-06-06 05:48:55 +00:00

Configurated Styled Chat & Styled Player List

This commit is contained in:
Nesquate
2023-07-24 17:09:23 +08:00
parent 410b844b5b
commit 2140aabb19
5 changed files with 164 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
{
"config_version": 2,
"__comment": "Before changing anything, see https://github.com/Patbox/StyledPlayerList#configuration",
"default_style": "default",
"messages": {
"switch": "Your player list style has been changed to: <gold>${style}</gold>",
"unknown": "<red>This style doesn't exist!</red>",
"no_permission": "<red>You don't have required permissions!</red>"
},
"player": {
"modify_name": true,
"passthrough": false,
"hidden": false,
"format": "%player:displayname%",
"update_on_chat_message": true,
"update_tick_time": 20,
"styles": []
},
"client_show_in_singleplayer": true
}

View File

@@ -0,0 +1,50 @@
{
"style_name": "Default",
"update_tick_time": 2,
"list_header": {
"change_rate": 1,
"values": [
[
"<rb:1:1:0>Nesuqate's Server</rb>",
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
],
[
"<rb:1:1:0.1>Nesuqate's Server</rb>",
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
],
[
"<rb:1:1:0.2>Nesuqate's Server</rb>",
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
],
[
"<rb:1:1:0.3>Nesuqate's Server</rb>",
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
],
[
"<rb:1:1:0.4>Nesuqate's Server</rb>",
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
],
[
"<rb:1:1:0.5>Nesuqate's Server</rb>",
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
],
[
"<rb:1:1:0.6>Nesuqate's Server</rb>",
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
],
[
"<rb:1:1:0.7>Nesuqate's Server</rb>",
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
],
[
"<rb:1:1:0.8>Nesuqate's Server</rb>",
"<color:#555555><strikethrough> </strikethrough>[ </color><color:#FF5555>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#555555> ]<strikethrough> </strikethrough></color>"
]
]
},
"list_footer": [
"<color:#555555><strikethrough> </strikethrough></color>",
"<gray>TPS: %server:tps_colored% <dark_gray>|</dark_gray> <gray>MSPT: %server:mspt_colored% <dark_gray>|</dark_gray> <gray>Ping: <color:#ffba26>%player:ping%</color>"
],
"hidden_in_commands": false
}