1
0
mirror of https://github.com/nesquate-mcserver/modpack-server.git synced 2026-06-06 05:48:55 +00:00
Files
2023-07-24 17:09:23 +08:00

20 lines
639 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": true,
"passthrough": false,
"hidden": false,
"format": "%player:displayname%",
"update_on_chat_message": true,
"update_tick_time": 20,
"styles": []
},
"client_show_in_singleplayer": true
}