diff --git a/README.md b/README.md index cdc56f26..e0373aa7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# blessing-skin-server +# Blessing Skin Server Just a simple open-source Minecraft skin server write in PHP. @@ -73,3 +73,21 @@ Cape: http://skins.minecraft.net/MinecraftCloaks/%s.png Skin: http://fuck.io/path/to/root/skin/%s.png Cape: http://fuck.io/path/to/root/cape/%s.png ``` + +FAQ +------------ +If everything works well, you will get an awesome skin in game: + +![screenshot2](https://img.prinzeugen.net/image.php?di=EV1E) + +And the log will be like this: +``` +[16:23:56] [launcher/INFO] [UniSkinMod]: Loading configuration ... @D:\Minecraft\1.8\.minecraft\config\UniSkinMod.cfg +[16:23:56] [launcher/INFO] [UniSkinMod]: Root Url Added: http://127.0.0.1/blessing-skin-server + +[16:24:23] [Client thread/INFO] [UniSkinMod]: Filling profile for player: 621sama +[16:24:23] [Client thread/INFO] [UniSkinMod]: Fetching URL: http://127.0.0.1/blessing-skin-server/621sama.json +[16:24:23] [Client thread/INFO] [UniSkinMod]: Player Skin Selected: 621sama default 3f14a21723023642b9e8d2bc008b443780698aaedbb7d4e29960e8a2c754a771 +[16:24:23] [Client thread/INFO] [UniSkinMod]: Player Cape Selected: 621sama aed8c3fc67aae4906b72fa74c27e15866c89752f0838f6b2a1c44bb4d59cec1e +``` +If not, please check your log to locate where error occured.