From ac1d4a8af0ac920ff1688366123062378ffd482b Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Tue, 3 Feb 2015 09:08:55 -1000 Subject: [PATCH] Changed default "skin-url" value With the new skin system introduced in 1.7.10/1.8, Mojang now hosts skins under the minecraft.net domain instead of Amazon's. Since the Amazon link now only provides outdated skins, it would be better to use the new skins.minecraft.net URL as default. --- src/main/resources/configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index b1d8c1c6..b4d27082 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -274,7 +274,7 @@ custom-colors-support: true #refreshskins: false # Customize URL used for fetching player skins (%player% is macro for name) -skin-url: "http://s3.amazonaws.com/MinecraftSkins/%player%.png" +skin-url: "http://skins.minecraft.net/MinecraftSkins/%player%.png" # Control behavior for new (1.0+) compass orientation (sunrise moved 90 degrees: east is now what used to be south) # default is 'newrose' (preserve pre-1.0 maps, rotate rose) @@ -473,4 +473,4 @@ verbose: false #debuggers: # - class: org.dynmap.debug.LogDebugger # Debug: dump blocks missing render data -dump-missing-blocks: false \ No newline at end of file +dump-missing-blocks: false