xfl03 / MCCustomSkinLoader

Customize Skin, Cape and Elytra in Minecraft 1.8-1.21
GNU General Public License v3.0
495 stars 34 forks source link

incompatibility with SkinsRestorer plugin #301

Closed pavel355 closed 1 month ago

pavel355 commented 1 month ago

Describe the feature

this plugin, adds the ability to change the skin directly on the server, but with this mod skin remains the same as it was, in the CustomSkinLoader log when changing the skin through the plugin, it says that he is looking for a skin on my usual nickname, although I entered in the plugin another, you need to make CustomSkinLoader to get the skin on the nickname, which gives the plugin SkinsRestorer

Before submitting a suggestion

xfl03 commented 1 month ago

Related #237

ZekerZhayard commented 1 month ago

Parsing the skin texture information sent from the server is a MojangAPI task, so if you want to parse the skins set by the SkinRestorer plugin, you should elevate MojangAPI to the first place in the configuration file.

pavel355 commented 1 month ago

Parsing the skin texture information sent from the server is a MojangAPI task, so if you want to parse the skins set by the SkinRestorer plugin, you should elevate MojangAPI to the first place in the configuration file.

Why i cant use tlaucher skin system or my own?