Skip to content

Commit

Permalink
Add StyledPlayerList configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Jul 29, 2024
1 parent 9ff178a commit 30761cf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/styledplayerlist/player_list_style/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"style_name": "Default",
"update_tick_time": 20,
"list_header": [
"",
" <color:#c76035>♥</color><gr:#afe0d0:#ffffff><bold> Love Tropics '23</bold></gr> <color:#c76035>♥</color> ",
"<color:gold>%ltdonations:total%</color> raised",
"",
"<color:#5ebfa1><strikethrough> </strikethrough>[ </color><color:#c76035>%server:online%<color:#6666676>/</color>%server:max_players%</color><color:#5ebfa1> ]<strikethrough> </strikethrough></color>",
""
],
"list_footer": [
"",
"<color:#5ebfa1><strikethrough> </strikethrough></color>",
"Next up: <color:#c76035>%ltextras:schedule/next/hosts%",
"at <color:aqua>%ltextras:schedule/next/start%</color> (in <color:aqua>%ltextras:schedule/next/time_until%</color>)"
],
"hidden_in_commands": false
}
11 changes: 11 additions & 0 deletions data/styledplayerlist/styled_player_list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"config_version": 2,
"__comment": "Before changing anything, see https://github.com/Patbox/StyledPlayerList#configuration",
"player": {
"modify_name": false,
"passthrough": false,
"hidden": false,
"format": "%player:displayname%"
},
"client_show_in_singleplayer": true
}

0 comments on commit 30761cf

Please sign in to comment.