From a323b1a4c8b0ab14f2672055404cb1cc4fb79216 Mon Sep 17 00:00:00 2001 From: ruan <2369127-ruany@users.noreply.gitlab.com> Date: Mon, 12 Oct 2020 17:00:59 +0200 Subject: [PATCH] Update documentation for settings.php --- inc/settings.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/inc/settings.php b/inc/settings.php index dda108a..2ea8396 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -75,10 +75,7 @@ class Settings { $this->avatar_source = 'https://cravatar.eu/avatar/{uuid}/25'; // `avatar_source_offline_mode` controls where avatars for offline-mode players are fetched from. - // Offline-mode UUIDs are substituted for player names unless the `avatar_allow_offline_mode_uuids` option is enabled. - // (This is done because avatar sources generally serve the default "Steve" avatar for *all* offline-mode UUIDs, including those of premium players) // Crafatar no longer supports names, so it cannot be used as an offline-mode player-name avatar source as of 2018-02-16 (https://crafatar.com/#meta-usernames) - // Since "skins.minecraft.net" is no longer available, this could pose a problem for other avatar sources as well. $this->avatar_source_offline_mode = 'https://minotar.net/avatar/{name}/25'; // If enabled, names will be shown below avatars instead of being shown next to them.