Skip to content

Commit 118e9dc

Browse files
committed
Change default head image provider URL
New URL is https://crafthead.net/helm/${playerUUIDNoDash}/120 Affects issues: - #4460
1 parent ec2d459 commit 118e9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Plan/common/src/main/resources/assets/plan/bungeeconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Display_options:
181181
Theme: default
182182
Night_mode: false
183183
# Can use ${playerName} or ${playerUUID} or ${playerUUIDNoDash}
184-
Player_head_image_url: "https://crafatar.com/avatars/${playerUUID}?size=120&default=MHF_Steve&overlay"
184+
Player_head_image_url: "https://crafthead.net/helm/${playerUUIDNoDash}/120"
185185
Sessions:
186186
Show_on_page: 50
187187
# By Default World playtime pie is ordered alphabetically.

Plan/common/src/main/resources/assets/plan/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Display_options:
185185
Theme: default
186186
Night_mode: false
187187
# Can use ${playerName} or ${playerUUID} or ${playerUUIDNoDash}
188-
Player_head_image_url: "https://crafatar.com/avatars/${playerUUID}?size=120&default=MHF_Steve&overlay"
188+
Player_head_image_url: "https://crafthead.net/helm/${playerUUIDNoDash}/120"
189189
Sessions:
190190
Show_on_page: 50
191191
# By Default World playtime pie is ordered alphabetically.

0 commit comments

Comments
 (0)