Skip to content

Commit efb7a3f

Browse files
committed
feat(pack): nature emoji next to participant names in player list
1 parent c12bc3f commit efb7a3f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pack/config/styledplayerlist/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
},
2525
"format": "[<white><font 'modgarden:emoji'></*>] %player:displayname%",
2626
"passthrough": false
27+
},
28+
{
29+
"require": {
30+
"type": "permission",
31+
"permission": "modgarden.participant"
32+
},
33+
"format": "[<white><font 'modgarden:emoji'></*>] %player:displayname%",
34+
"passthrough": false
2735
}
2836
]
2937
},

0 commit comments

Comments
 (0)