Change player head image url to use UUID by default

This commit is contained in:
Risto Lahtela 2022-02-02 14:10:53 +02:00
parent be18734186
commit 7dd2dff8cf
2 changed files with 4 additions and 2 deletions

View File

@ -127,7 +127,8 @@ Display_options:
# More information about Themes: # More information about Themes:
# https://github.com/plan-player-analytics/Plan/wiki/Themes # https://github.com/plan-player-analytics/Plan/wiki/Themes
Theme: default Theme: default
Player_head_image_url: "https://cravatar.eu/helmavatar/${playerName}/120.png" # Can use ${playerName} or ${playerUUID}
Player_head_image_url: "https://cravatar.eu/helmavatar/${playerUUID}/120.png"
Sessions: Sessions:
Show_on_page: 50 Show_on_page: 50
# By Default World playtime pie is ordered alphabetically. # By Default World playtime pie is ordered alphabetically.

View File

@ -132,7 +132,8 @@ Display_options:
# More information about Themes: # More information about Themes:
# https://github.com/plan-player-analytics/Plan/wiki/Themes # https://github.com/plan-player-analytics/Plan/wiki/Themes
Theme: default Theme: default
Player_head_image_url: "https://cravatar.eu/helmavatar/${playerName}/120.png" # Can use ${playerName} or ${playerUUID}
Player_head_image_url: "https://cravatar.eu/helmavatar/${playerUUID}/120.png"
Sessions: Sessions:
Show_on_page: 50 Show_on_page: 50
# By Default World playtime pie is ordered alphabetically. # By Default World playtime pie is ordered alphabetically.