Tiny client and server pack for daxe's community modrinth.com/project/daxe
at main 40 lines 1.2 kB view raw
1{ 2 "config_version": 2, 3 "__comment": "Before changing anything, see https://github.com/Patbox/StyledPlayerList#configuration", 4 "default_style": "default", 5 "messages": { 6 "switch": "Your player list style has been changed to: <gold>${style}</gold>", 7 "unknown": "<red>This style doesn't exist!</red>", 8 "no_permission": "<red>You don't have required permissions!</red>" 9 }, 10 "player": { 11 "modify_name": false, 12 "modify_right_text": true, 13 "modify_list_order": false, 14 "modify_visibility": false, 15 "passthrough": false, 16 "hidden": false, 17 "format": "%player:displayname%", 18 "right_text": "", 19 "update_on_chat_message": false, 20 "update_tick_time": 20, 21 "styles": [ 22 { 23 "require": { 24 "type": "negate", 25 "value": { 26 "type": "equal", 27 "value_1": { 28 "type": "placeholder", 29 "placeholder": "set_your_pronouns:pronouns" 30 }, 31 "value_2": "Pronouns not set" 32 } 33 }, 34 "right_text": "<gray>%set_your_pronouns:pronouns%</gray>", 35 "passthrough": false 36 } 37 ] 38 }, 39 "client_show_in_singleplayer": true 40}