mirror of
https://github.com/nesquate-mcserver/modpack-server.git
synced 2026-06-05 21:38:55 +00:00
20 lines
639 B
JSON
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
|
|
} |