diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2021-12-03 23:55:20 -0500 |
---|---|---|
committer | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2021-12-03 23:55:20 -0500 |
commit | 35a49f1c8e01dfd064bc0c4ad7681c24029ef5f7 (patch) | |
tree | 2a21767a0f3419f37e297bc728f14cb8940d59dd /config.example.json | |
parent | ability to specify custom avatar provider (diff) | |
download | shulker-35a49f1c8e01dfd064bc0c4ad7681c24029ef5f7.tar.gz shulker-35a49f1c8e01dfd064bc0c4ad7681c24029ef5f7.zip |
switched to mc-heads.net avatar api
Diffstat (limited to '')
-rw-r--r-- | config.example.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.json b/config.example.json index 2aef660..33b0ff6 100644 --- a/config.example.json +++ b/config.example.json @@ -34,7 +34,7 @@ "SERVER_NAME": "Shulker", "SERVER_IMAGE": "", - "HEAD_IMAGE_URL": "https://minotar.net/helm/%uuid%/256.png", + "HEAD_IMAGE_URL": "https://mc-heads.net/avatar/%uuid%/256", "DEFAULT_PLAYER_HEAD": "c06f89064c8a49119c29ea1dbd1aab82", "SHOW_SERVER_STATUS": false, "SHOW_PLAYER_CONN_STAT": false, |