Skull bug with slimefun
chenxuuu opened this issue · 17 comments
Skulls display not right :
I can solve it on version 1.8.x by set enableSkull
to false
but!
I can't find any way to solve this in version 1.12.2 :
"enableDynamicSkull": false,
"enableTransparentSkin": true,
"ignoreHttpsCertificate": false,
"forceLoadAllTextures": false,
"cacheExpiry": 10,
"enableUpdateSkull": false,
"enableLocalProfileCache": false,
"enableCacheAutoClean": false
plugin : CustomSkinLoader_Forge-14.7
minecraft version : 1.12.2
how to solve it?
噫我还以为外国人写的插件呢
简单来说就是粘液科技里面的头颅显示不正常,1.8版本服务器的话还能通过配置文件禁用掉头颅功能,但是1.12.2里好像就没这个选项了
forge版本和其他mod的话等晚上我再看看。。。
请您附上在理想正确的加载情况下的GUI贴图
以及CSL加载头颅时产生的日志
(请您节选一下,或者用pastebin附上完整日志)
如果是Mod还有可能自己实现了加载..
插件给客户的塞头颅材质的路就那么一条..
感觉应该是CSL哪里设计出问题了..
大体重新看了下Minecraft相关的代码
突然发现了一个大坑..
//com.mojang.authlib.GameProfile
@Override
public int hashCode() {
int result = id != null ? id.hashCode() : 0;
result = 31 * result + (name != null ? name.hashCode() : 0);
return result;
}
也就是说,同时没有uuid和name的头颅的hashCode将会是0
而非常大数量的服务器返回的插件头颅是双无
导致基于HashMap的缓存失效
还希望可以进一步通过日志来确认
CustomSkinLoader.log:
[2018-02-03 15:03:10] [pool-4-thread-1 INFO] CustomSkinLoader 14.7
[2018-02-03 15:03:10] [pool-4-thread-1 INFO] DataDir: G:\Minecraft server\糖拌苦力怕客户端v9.2(1.12.2)\.minecraft\CustomSkinLoader
[2018-02-03 15:03:10] [pool-4-thread-1 INFO] Minecraft: 1.12.2(1.12.2)
[2018-02-03 15:03:10] [pool-4-thread-1 INFO] Config File: G:\Minecraft server\糖拌苦力怕客户端v9.2(1.12.2)\.minecraft\CustomSkinLoader\CustomSkinLoader.json
[2018-02-03 15:03:10] [pool-4-thread-1 INFO] Config file not found, use default instead.
[2018-02-03 15:03:10] [pool-4-thread-1 INFO] Successfully create config.
[2018-02-03 15:03:10] [pool-4-thread-1 INFO] EnableDynamicSkull:true, EnableTranSkin:true, IgnoreHttpsCertificate:false, CacheExpiry:10, EnableUpdateSkull:false, EnableLocalProfileCache:false, EnableCacheAutoClean:false, LoadList:5
[2018-02-03 15:03:10] [chenxuuu INFO] Loading chenxuuu's profile.
[2018-02-03 15:03:10] [chenxuuu INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 15:03:10] [chenxuuu INFO] Try to request 'https://api.mojang.com/users/profiles/minecraft/chenxuuu'.
[2018-02-03 15:03:11] [chenxuuu INFO] Successfully request (Response Code: 200 , Content Length: 59)
[2018-02-03 15:03:11] [chenxuuu INFO] Saved to cache (Length: 59 , Path: 'G:\Minecraft server\糖拌苦力怕客户端v9.2(1.12.2)\.minecraft\CustomSkinLoader\caches\d40eb7c7e1bf97139726453930f2d1dcbfd887df' , Expire: 1517727796)
[2018-02-03 15:03:11] [chenxuuu INFO] Content: {"id":"9719d166e74d43d98ab5f80520b67994","name":"chenxuuu"}
[2018-02-03 15:03:12] [MHF_Cow's skull INFO] Loading MHF_Cow's profile.
[2018-02-03 15:03:12] [MHF_Cow's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 15:03:12] [MHF_Cow's skull INFO] Default profile will be used.
[2018-02-03 15:03:12] [MHF_Cow's skull INFO] MHF_Cow's profile loaded.
[2018-02-03 15:03:12] [MHF_Cow's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/5d6c6eda942f7f5f71c3161c7306f4aed307d82895f9d2b07ab4525718edc5 , Model: default , CapeUrl: null , Expiry: 1517641405)
[2018-02-03 15:03:12] [MHF_Spider's skull INFO] Loading MHF_Spider's profile.
[2018-02-03 15:03:12] [MHF_Spider's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 15:03:12] [MHF_Spider's skull INFO] Default profile will be used.
[2018-02-03 15:03:12] [MHF_Spider's skull INFO] MHF_Spider's profile loaded.
[2018-02-03 15:03:12] [MHF_Spider's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/cd541541daaff50896cd258bdbdd4cf80c3ba816735726078bfe393927e57f1 , Model: default , CapeUrl: null , Expiry: 1517641406)
[2018-02-03 15:03:12] [chenxuuu INFO] chenxuuu's profile loaded.
[2018-02-03 15:03:12] [chenxuuu INFO] (SkinUrl: http://textures.minecraft.net/texture/30a0d71940ce74d5a853ae21121813585616f5e966a265c72a0791e1ca917 , Model: default , CapeUrl: null , Expiry: 1517641404)
[2018-02-03 15:03:27] [chenxuuu INFO] Loading chenxuuu's profile.
[2018-02-03 15:03:27] [chenxuuu INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 15:03:27] [chenxuuu INFO] Default profile will be used.
[2018-02-03 15:03:27] [chenxuuu INFO] chenxuuu's profile loaded.
[2018-02-03 15:03:27] [chenxuuu INFO] (SkinUrl: http://textures.minecraft.net/texture/30a0d71940ce74d5a853ae21121813585616f5e966a265c72a0791e1ca917 , Model: default , CapeUrl: null , Expiry: 1517641422)
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/9343ce58da54c79924a2c9331cfc417fe8ccbbea9be45a7ac85860a6c730 , Model: default , CapeUrl: null , Expiry: 1517641424)
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/40cb1e67b512ab2d4bf3d7ace0eaaf61c32cd4681ddc3987ceb326706a33fa , Model: default , CapeUrl: null , Expiry: 1517641420)
[2018-02-03 15:03:29] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/ce8f5adb14d6c9f6b810d027543f1a8c1f417e2fed993c97bcd89c74f5e2e8 , Model: default , CapeUrl: null , Expiry: 1517641422)
启用CSL运行时的截图(就是上面log运行后的东西):
禁用CSL之后运行的截图:
如果需要,我可以提供客户端和测试服务器环境
感谢!
这真的是..唉..都不知道让谁来背这个锅比较好了
所有头颅的名字都叫做“CSCoreLib”..
而CSL最外层的缓存是根据name进行的缓存..
我稍微改一下吧..
虽然Mojang已经在1.7.6的更新中就倡导了使用uuid而不是name来标记玩家..
不过感觉现在还是以name居多..唉
我现在采用了同时使用UUID和Name作为凭据
希望可以麻烦您在百忙之中抽出时间进行测试
下载地址:https://pan.baidu.com/s/1qZbb6FE
ok,一切正常,辛苦了
话说issues可以直接上传zip包的啊。。不用百度云。。
log也显示都获取到了:
[2018-02-03 18:48:49] [pool-4-thread-1 INFO] CustomSkinLoader 14.8-SNAPSHOT-null
[2018-02-03 18:48:49] [pool-4-thread-1 INFO] DataDir: G:\Minecraft server\糖拌苦力怕客户端v9.2(1.12.2)\.minecraft\CustomSkinLoader
[2018-02-03 18:48:49] [pool-4-thread-1 INFO] Minecraft: 1.12.2(1.12.2)
[2018-02-03 18:48:49] [pool-4-thread-1 INFO] Config File: G:\Minecraft server\糖拌苦力怕客户端v9.2(1.12.2)\.minecraft\CustomSkinLoader\CustomSkinLoader.json
[2018-02-03 18:48:49] [pool-4-thread-1 INFO] Try to load config.
[2018-02-03 18:48:49] [pool-4-thread-1 INFO] Successfully load config.
[2018-02-03 18:48:50] [pool-4-thread-1 INFO] EnableDynamicSkull:true, EnableTranSkin:true, IgnoreHttpsCertificate:false, CacheExpiry:10, EnableUpdateSkull:false, EnableLocalProfileCache:false, EnableCacheAutoClean:false, LoadList:5
[2018-02-03 18:48:50] [pool-4-thread-1 INFO] Config File is out of date: 14.7
[2018-02-03 18:48:50] [pool-4-thread-1 INFO] Successfully update config.
[2018-02-03 18:48:50] [chenxuuu INFO] Loading chenxuuu's profile.
[2018-02-03 18:48:50] [chenxuuu INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:48:50] [chenxuuu INFO] Try to request 'https://api.mojang.com/users/profiles/minecraft/chenxuuu'.
[2018-02-03 18:48:50] [chenxuuu INFO] Cache file found (Length: 59 , Path: 'G:\Minecraft server\糖拌苦力怕客户端v9.2(1.12.2)\.minecraft\CustomSkinLoader\caches\d40eb7c7e1bf97139726453930f2d1dcbfd887df' , Expire: 0')
[2018-02-03 18:48:50] [chenxuuu INFO] Try to load from cache 'G:\Minecraft server\糖拌苦力怕客户端v9.2(1.12.2)\.minecraft\CustomSkinLoader\caches\d40eb7c7e1bf97139726453930f2d1dcbfd887df'.
[2018-02-03 18:48:50] [chenxuuu INFO] Successfully to load from cache
[2018-02-03 18:48:50] [chenxuuu INFO] chenxuuu's profile loaded.
[2018-02-03 18:48:50] [chenxuuu INFO] (SkinUrl: http://textures.minecraft.net/texture/30a0d71940ce74d5a853ae21121813585616f5e966a265c72a0791e1ca917 , Model: default , CapeUrl: null , Expiry: 1517654943)
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/7a2569415c14e31c98ec993a2f99e6d64846db367a13b199965ad99c438c86c , Model: default , CapeUrl: null , Expiry: 1517654945)
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:48:52] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/d78f2b7e5e75639ea7fb796c35d364c4df28b4243e66b76277aadcd6261337 , Model: default , CapeUrl: null , Expiry: 1517654947)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/40cb1e67b512ab2d4bf3d7ace0eaaf61c32cd4681ddc3987ceb326706a33fa , Model: default , CapeUrl: null , Expiry: 1517654962)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/9343ce58da54c79924a2c9331cfc417fe8ccbbea9be45a7ac85860a6c730 , Model: default , CapeUrl: null , Expiry: 1517654966)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/ce8f5adb14d6c9f6b810d027543f1a8c1f417e2fed993c97bcd89c74f5e2e8 , Model: default , CapeUrl: null , Expiry: 1517654965)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/94da97f080e395b842c4cc82a840823d4dbd8ca688a206853e5783e4bfdc012 , Model: default , CapeUrl: null , Expiry: 1517654963)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/a5a5c4a0a16dabc9b1ec72fc83e23ac15d0197de61b138babca7c8a29c820 , Model: default , CapeUrl: null , Expiry: 1517654966)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/2a8f1f70e85825607d28edce1a2ad4506e732b4a5345a5ea6e807c4b313e88 , Model: default , CapeUrl: null , Expiry: 1517654964)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/5584432af6f382167120258d1eee8c87c6e75d9e479e7b0d4c7b6ad48cfeef , Model: default , CapeUrl: null , Expiry: 1517654966)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/a14216d10714082bbe3f412423e6b19232352f4d64f9aca3913cb46318d3ed , Model: default , CapeUrl: null , Expiry: 1517654967)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/b0c9c1a022f40b73f14b4cba37c718c6a533f3a2864b6536d5f456934cc1f , Model: default , CapeUrl: null , Expiry: 1517654965)
[2018-02-03 18:49:12] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/e510bc85362a130a6ff9d91ff11d6fa46d7d1912a3431f751558ef3c4d9c2 , Model: default , CapeUrl: null , Expiry: 1517654962)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/1e4883a1e22c324e753151e2ac424c74f1cc646eec8ea0db3420f1dd1d8b , Model: default , CapeUrl: null , Expiry: 1517654970)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/2769f8b78c42e272a669d6e6d19ba8651b710ab76f6b46d909d6a3d482754 , Model: default , CapeUrl: null , Expiry: 1517654972)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/8262c445bc2dd1c5bbc8b93f2482f9fdbef48a7245e1bdb361d4a568190d9b5 , Model: default , CapeUrl: null , Expiry: 1517654970)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/6ee97649bd999955413fcbf0b269c91be4342b10d0755bad7a17e95fcefdab0 , Model: default , CapeUrl: null , Expiry: 1517654972)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/d5fe6c718fba719ff622237ed9ea6827d093effab814be2192e9643e3e3d7 , Model: default , CapeUrl: null , Expiry: 1517654972)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/a04e54bf255ab0b1c498ca3a0ceae5c7c45f18623a5a02f78a7912701a3249 , Model: default , CapeUrl: null , Expiry: 1517654972)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/cbc826aaafb8dbf67881e68944414f13985064a3f8f044d8edfb4443e76ba , Model: default , CapeUrl: null , Expiry: 1517654969)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/99172226d276070dc21b75ba25cc2aa5649da5cac745ba977695b59aebd , Model: default , CapeUrl: null , Expiry: 1517654973)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/477dd842c975d8fb03b1add66db8377a18ba987052161f22591e6a4ede7f5 , Model: default , CapeUrl: null , Expiry: 1517654969)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/1514c8b461247ab17fe3606e6e2f4d363dccae9ed5bedd012b498d7ae8eb3 , Model: default , CapeUrl: null , Expiry: 1517654973)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/fcd6d67320c9131be85a164cd7c5fcf288f28c2816547db30a3187416bdc45b , Model: default , CapeUrl: null , Expiry: 1517654972)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/3ff48578b6684e179944ab1bc75fec75f8fd592dfb456f6def76577101a66 , Model: default , CapeUrl: null , Expiry: 1517654970)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/d7eddd82e575dfd5b7579d89dcd2350c991f0483a7647cffd3d2c587f21 , Model: default , CapeUrl: null , Expiry: 1517654970)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/9bd3802e5fac03afab742b0f3cca41bcd4723bee911d23be29cffd5b965f1 , Model: default , CapeUrl: null , Expiry: 1517654969)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/ed53a42495fa27fb925699bc3e5f2953cc2dc31d027d14fcf7b8c24b467121f , Model: default , CapeUrl: null , Expiry: 1517654971)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Loading CSCoreLib's profile.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] 1/5 Try to load profile from 'Mojang'.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/cbb311f3ba1c07c3d1147cd210d81fe11fd8ae9e3db212a0fa748946c3633 , Model: default , CapeUrl: null , Expiry: 1517654972)
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] Default profile will be used.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] CSCoreLib's profile loaded.
[2018-02-03 18:49:19] [CSCoreLib's skull INFO] (SkinUrl: http://textures.minecraft.net/texture/6d27ded57b94cf715b048ef517ab3f85bef5a7be69f14b1573e14e7e42e2e8 , Model: default , CapeUrl: null , Expiry: 1517654971)
感谢!
@HeartyYF 这个文件才83k欸😂
@HeartyYF 主要原因是这个
@xfl03 没有遇到,我现在用的就是上面发的快照版本,一切正常