ferdinland-server-config/styledplayerlist/config.json
2025-03-04 10:06:01 -06:00

22 lines
695 B
JSON

{
"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": false,
"modify_right_text": false,
"passthrough": false,
"hidden": false,
"format": "%player:displayname%",
"right_text": "",
"update_on_chat_message": false,
"update_tick_time": -1,
"styles": []
},
"client_show_in_singleplayer": true
}