Tiny client and server pack for daxe's community modrinth.com/project/daxe

Add styled stuff (nametags, player list, etc.)

+162 -2
+21 -1
config/custom-nametags/config.json
··· 2 2 "nametags": [ 3 3 { 4 4 "id": "default:nick", 5 + "display": "%styled-nicknames:display_name%", 5 6 "update_interval": 20, 6 - "literal": "%styled-nicknames:display_name%" 7 + "visible_radius": -1.0, 8 + "hidden_radius": -1.0 9 + }, 10 + { 11 + "id": "set_your_pronouns:has_pronouns", 12 + "display": "<gray>%set_your_pronouns:pronouns%</gray>", 13 + "update_interval": 20, 14 + "visible_radius": 10.0, 15 + "hidden_radius": -1.0, 16 + "observee_predicate": { 17 + "type": "negate", 18 + "value": { 19 + "type": "equal", 20 + "value_1": { 21 + "type": "placeholder", 22 + "placeholder": "set_your_pronouns:pronouns" 23 + }, 24 + "value_2": "Pronouns not set" 25 + } 26 + } 7 27 } 8 28 ] 9 29 }
+67
config/styled-chat.json
··· 1 + { 2 + "CONFIG_VERSION_DONT_TOUCH_THIS": 3, 3 + "_comment": "Before changing anything, see https://github.com/Patbox/StyledChat#configuration", 4 + "text_formatting": { 5 + "legacy_formatting": false, 6 + "parse_links": true, 7 + "parse_mentions": false, 8 + "markdown": true, 9 + "respect_colors_client_setting": true 10 + }, 11 + "auto_completion": { 12 + "tags": false, 13 + "tag_aliases": false, 14 + "emoticons": false 15 + }, 16 + "default": { 17 + "display_name": "${default}", 18 + "message_formats": { 19 + "chat": "<%set_your_pronouns:displayname%> ${message}", 20 + "joined_the_game": "<yellow><lang:multiplayer.player.joined:'%set_your_pronouns:displayname%'></yellow>", 21 + "joined_after_name_change": "<yellow><lang:multiplayer.player.joined.renamed:'%set_your_pronouns:displayname%':'${old_name}'></yellow>", 22 + "joined_for_first_time": "<yellow><lang:multiplayer.player.joined:'%set_your_pronouns:displayname%'></yellow>", 23 + "left_game": "<yellow><lang:multiplayer.player.left:'%set_your_pronouns:displayname%'></yellow>", 24 + "base_death": "${default_message}", 25 + "advancement_task": "<lang:chat.type.advancement.task:'%set_your_pronouns:displayname%':'${advancement}'>", 26 + "advancement_challenge": "<lang:chat.type.advancement.challenge:'%set_your_pronouns:displayname%':'${advancement}'>", 27 + "advancement_goal": "<lang:chat.type.advancement.goal:'%set_your_pronouns:displayname%':'${advancement}'>", 28 + "sent_team_chat": "<lang:'chat.type.team.sent':'<hover\\:\\'<lang\\:chat.type.team.hover>\\'><suggest_command\\:\\'/teammsg \\'>${team}':'%set_your_pronouns:displayname%':'${message}'>", 29 + "received_team_chat": "<lang:'chat.type.team.text':'<hover\\:\\'<lang\\:chat.type.team.hover>\\'><suggest_command\\:\\'/teammsg \\'>${team}':'%set_your_pronouns:displayname%':'${message}'>", 30 + "sent_private_message": "<gray><italic><lang:commands.message.display.outgoing:'%set_your_pronouns:displayname%':'${message}'>", 31 + "received_private_message": "<gray><italic><lang:commands.message.display.incoming:'%set_your_pronouns:displayname%':'${message}'>", 32 + "say_command": "[%set_your_pronouns:displayname%] ${message}", 33 + "me_command": "<lang:'chat.type.emote':'%set_your_pronouns:displayname%':'${message}'>", 34 + "pet_death": "${default_message}" 35 + }, 36 + "link_style": "<underline><c:#7878ff>${link}", 37 + "mention_style": "<c:#7878ff>%player:displayname%", 38 + "spoiler_style": "<gray>${spoiler}", 39 + "spoiler_symbol": "▌", 40 + "formatting": { 41 + "dark_red": false, 42 + "green": false, 43 + "underline": true, 44 + "dark_green": false, 45 + "black": false, 46 + "yellow": false, 47 + "bold": true, 48 + "italic": true, 49 + "dark_blue": false, 50 + "dark_purple": false, 51 + "gold": false, 52 + "red": false, 53 + "aqua": false, 54 + "gray": false, 55 + "light_purple": false, 56 + "blue": false, 57 + "white": false, 58 + "dark_aqua": false, 59 + "dark_gray": false, 60 + "spoiler": true, 61 + "strikethrough": true 62 + }, 63 + "emoticons": {}, 64 + "custom_message_types": {} 65 + }, 66 + "styles": [] 67 + }
+40
config/styledplayerlist/config.json
··· 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 + }
+7
config/styledplayerlist/styles/default.json
··· 1 + { 2 + "style_name": "Default", 3 + "update_tick_time": 20, 4 + "list_header": [], 5 + "list_footer": [], 6 + "hidden_in_commands": false 7 + }
+1 -1
mods/cloth-config.pw.toml
··· 1 1 name = "Cloth Config API" 2 2 filename = "cloth-config-21.11.153-fabric.jar" 3 - side = "server" 3 + side = "both" 4 4 5 5 [download] 6 6 url = "https://cdn.modrinth.com/data/9s6osm5g/versions/xuX40TN5/cloth-config-21.11.153-fabric.jar"
+13
mods/styled-chat.pw.toml
··· 1 + name = "Styled Chat" 2 + filename = "styled-chat-2.11.0+1.21.11.jar" 3 + side = "server" 4 + 5 + [download] 6 + url = "https://cdn.modrinth.com/data/doqSKB0e/versions/nW0Cfq7D/styled-chat-2.11.0%2B1.21.11.jar" 7 + hash-format = "sha512" 8 + hash = "a4d1234e7468c9149a9b6443a8efbff1657806e965e68bc21c465102e062bbca55493ca2f2b7b6da94864e89098ba51cf6ab83e3e9377ee997c950d77a04e7cb" 9 + 10 + [update] 11 + [update.modrinth] 12 + mod-id = "doqSKB0e" 13 + version = "nW0Cfq7D"
+13
mods/styledplayerlist.pw.toml
··· 1 + name = "Styled Player List" 2 + filename = "styledplayerlist-3.10.0+1.21.11.jar" 3 + side = "server" 4 + 5 + [download] 6 + url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/YpJjE4zz/styledplayerlist-3.10.0%2B1.21.11.jar" 7 + hash-format = "sha512" 8 + hash = "d971d6b9c548b1526e349de06ed66b98cc37a4d8a89d9d6d3e972b556fabf33bc3de525dfa66c4853649f0deda8f27fc496252e999ad8ddcf964bf5f6fd5514e" 9 + 10 + [update] 11 + [update.modrinth] 12 + mod-id = "DQIfKUHf" 13 + version = "YpJjE4zz"