mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-23 07:41:19 +01:00
Change player head image url to use UUID by default
This commit is contained in:
parent
be18734186
commit
7dd2dff8cf
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user