tangled
alpha
login
or
join now
encode42.dev
/
daxecraft
0
fork
atom
Tiny client and server pack for daxe's community
modrinth.com/project/daxe
0
fork
atom
overview
issues
pulls
pipelines
Add styled stuff (nametags, player list, etc.)
encode42.dev
1 month ago
a4e2730e
dcfd270e
+162
-2
7 changed files
expand all
collapse all
unified
split
config
custom-nametags
config.json
styled-chat.json
styledplayerlist
config.json
styles
default.json
mods
cloth-config.pw.toml
styled-chat.pw.toml
styledplayerlist.pw.toml
+21
-1
config/custom-nametags/config.json
···
2
2
"nametags": [
3
3
{
4
4
"id": "default:nick",
5
5
+
"display": "%styled-nicknames:display_name%",
5
6
"update_interval": 20,
6
6
-
"literal": "%styled-nicknames:display_name%"
7
7
+
"visible_radius": -1.0,
8
8
+
"hidden_radius": -1.0
9
9
+
},
10
10
+
{
11
11
+
"id": "set_your_pronouns:has_pronouns",
12
12
+
"display": "<gray>%set_your_pronouns:pronouns%</gray>",
13
13
+
"update_interval": 20,
14
14
+
"visible_radius": 10.0,
15
15
+
"hidden_radius": -1.0,
16
16
+
"observee_predicate": {
17
17
+
"type": "negate",
18
18
+
"value": {
19
19
+
"type": "equal",
20
20
+
"value_1": {
21
21
+
"type": "placeholder",
22
22
+
"placeholder": "set_your_pronouns:pronouns"
23
23
+
},
24
24
+
"value_2": "Pronouns not set"
25
25
+
}
26
26
+
}
7
27
}
8
28
]
9
29
}
+67
config/styled-chat.json
···
1
1
+
{
2
2
+
"CONFIG_VERSION_DONT_TOUCH_THIS": 3,
3
3
+
"_comment": "Before changing anything, see https://github.com/Patbox/StyledChat#configuration",
4
4
+
"text_formatting": {
5
5
+
"legacy_formatting": false,
6
6
+
"parse_links": true,
7
7
+
"parse_mentions": false,
8
8
+
"markdown": true,
9
9
+
"respect_colors_client_setting": true
10
10
+
},
11
11
+
"auto_completion": {
12
12
+
"tags": false,
13
13
+
"tag_aliases": false,
14
14
+
"emoticons": false
15
15
+
},
16
16
+
"default": {
17
17
+
"display_name": "${default}",
18
18
+
"message_formats": {
19
19
+
"chat": "<%set_your_pronouns:displayname%> ${message}",
20
20
+
"joined_the_game": "<yellow><lang:multiplayer.player.joined:'%set_your_pronouns:displayname%'></yellow>",
21
21
+
"joined_after_name_change": "<yellow><lang:multiplayer.player.joined.renamed:'%set_your_pronouns:displayname%':'${old_name}'></yellow>",
22
22
+
"joined_for_first_time": "<yellow><lang:multiplayer.player.joined:'%set_your_pronouns:displayname%'></yellow>",
23
23
+
"left_game": "<yellow><lang:multiplayer.player.left:'%set_your_pronouns:displayname%'></yellow>",
24
24
+
"base_death": "${default_message}",
25
25
+
"advancement_task": "<lang:chat.type.advancement.task:'%set_your_pronouns:displayname%':'${advancement}'>",
26
26
+
"advancement_challenge": "<lang:chat.type.advancement.challenge:'%set_your_pronouns:displayname%':'${advancement}'>",
27
27
+
"advancement_goal": "<lang:chat.type.advancement.goal:'%set_your_pronouns:displayname%':'${advancement}'>",
28
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
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
30
+
"sent_private_message": "<gray><italic><lang:commands.message.display.outgoing:'%set_your_pronouns:displayname%':'${message}'>",
31
31
+
"received_private_message": "<gray><italic><lang:commands.message.display.incoming:'%set_your_pronouns:displayname%':'${message}'>",
32
32
+
"say_command": "[%set_your_pronouns:displayname%] ${message}",
33
33
+
"me_command": "<lang:'chat.type.emote':'%set_your_pronouns:displayname%':'${message}'>",
34
34
+
"pet_death": "${default_message}"
35
35
+
},
36
36
+
"link_style": "<underline><c:#7878ff>${link}",
37
37
+
"mention_style": "<c:#7878ff>%player:displayname%",
38
38
+
"spoiler_style": "<gray>${spoiler}",
39
39
+
"spoiler_symbol": "▌",
40
40
+
"formatting": {
41
41
+
"dark_red": false,
42
42
+
"green": false,
43
43
+
"underline": true,
44
44
+
"dark_green": false,
45
45
+
"black": false,
46
46
+
"yellow": false,
47
47
+
"bold": true,
48
48
+
"italic": true,
49
49
+
"dark_blue": false,
50
50
+
"dark_purple": false,
51
51
+
"gold": false,
52
52
+
"red": false,
53
53
+
"aqua": false,
54
54
+
"gray": false,
55
55
+
"light_purple": false,
56
56
+
"blue": false,
57
57
+
"white": false,
58
58
+
"dark_aqua": false,
59
59
+
"dark_gray": false,
60
60
+
"spoiler": true,
61
61
+
"strikethrough": true
62
62
+
},
63
63
+
"emoticons": {},
64
64
+
"custom_message_types": {}
65
65
+
},
66
66
+
"styles": []
67
67
+
}
+40
config/styledplayerlist/config.json
···
1
1
+
{
2
2
+
"config_version": 2,
3
3
+
"__comment": "Before changing anything, see https://github.com/Patbox/StyledPlayerList#configuration",
4
4
+
"default_style": "default",
5
5
+
"messages": {
6
6
+
"switch": "Your player list style has been changed to: <gold>${style}</gold>",
7
7
+
"unknown": "<red>This style doesn't exist!</red>",
8
8
+
"no_permission": "<red>You don't have required permissions!</red>"
9
9
+
},
10
10
+
"player": {
11
11
+
"modify_name": false,
12
12
+
"modify_right_text": true,
13
13
+
"modify_list_order": false,
14
14
+
"modify_visibility": false,
15
15
+
"passthrough": false,
16
16
+
"hidden": false,
17
17
+
"format": "%player:displayname%",
18
18
+
"right_text": "",
19
19
+
"update_on_chat_message": false,
20
20
+
"update_tick_time": 20,
21
21
+
"styles": [
22
22
+
{
23
23
+
"require": {
24
24
+
"type": "negate",
25
25
+
"value": {
26
26
+
"type": "equal",
27
27
+
"value_1": {
28
28
+
"type": "placeholder",
29
29
+
"placeholder": "set_your_pronouns:pronouns"
30
30
+
},
31
31
+
"value_2": "Pronouns not set"
32
32
+
}
33
33
+
},
34
34
+
"right_text": "<gray>%set_your_pronouns:pronouns%</gray>",
35
35
+
"passthrough": false
36
36
+
}
37
37
+
]
38
38
+
},
39
39
+
"client_show_in_singleplayer": true
40
40
+
}
+7
config/styledplayerlist/styles/default.json
···
1
1
+
{
2
2
+
"style_name": "Default",
3
3
+
"update_tick_time": 20,
4
4
+
"list_header": [],
5
5
+
"list_footer": [],
6
6
+
"hidden_in_commands": false
7
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
3
-
side = "server"
3
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
1
+
name = "Styled Chat"
2
2
+
filename = "styled-chat-2.11.0+1.21.11.jar"
3
3
+
side = "server"
4
4
+
5
5
+
[download]
6
6
+
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/nW0Cfq7D/styled-chat-2.11.0%2B1.21.11.jar"
7
7
+
hash-format = "sha512"
8
8
+
hash = "a4d1234e7468c9149a9b6443a8efbff1657806e965e68bc21c465102e062bbca55493ca2f2b7b6da94864e89098ba51cf6ab83e3e9377ee997c950d77a04e7cb"
9
9
+
10
10
+
[update]
11
11
+
[update.modrinth]
12
12
+
mod-id = "doqSKB0e"
13
13
+
version = "nW0Cfq7D"
+13
mods/styledplayerlist.pw.toml
···
1
1
+
name = "Styled Player List"
2
2
+
filename = "styledplayerlist-3.10.0+1.21.11.jar"
3
3
+
side = "server"
4
4
+
5
5
+
[download]
6
6
+
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/YpJjE4zz/styledplayerlist-3.10.0%2B1.21.11.jar"
7
7
+
hash-format = "sha512"
8
8
+
hash = "d971d6b9c548b1526e349de06ed66b98cc37a4d8a89d9d6d3e972b556fabf33bc3de525dfa66c4853649f0deda8f27fc496252e999ad8ddcf964bf5f6fd5514e"
9
9
+
10
10
+
[update]
11
11
+
[update.modrinth]
12
12
+
mod-id = "DQIfKUHf"
13
13
+
version = "YpJjE4zz"