clystian / MCCustomSkinLoader

Custom Skin Loader for Minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomSkinLoader

What's this?

Custom Skin Loader mod for Minecraft.
It's a mod which can load skins and capes from any online source or from your local.

Download

由于发布周期的原因,从 GitHub Release 页面下载到的 CustomSkinLoader 可能已经过时,不一定能兼容最新的 Minecraft/Forge/Fabric,请访问 https://littlesk.in/csl-latest 获取最新的下载链接。
CustomSkinLoader which downloaded from GitHub Release page may have been outdated because of the release lifecycle, and may not be compatible with the latest Minecraft/Forge/Fabric, please check https://littlesk.in/csl-latest to get the latest download link.

Build Server : CircleCI & Infinity Studio CI
Release Page : MCBBS & GitHub & CurseForge

Contact Us

QQ Group: 651287593
Telegram: @customskinloader

Feature

Support Plenty of Skin Load API and Customizable Skin Load List

Supported Skin Load APIs:

You can use this feature to customize your skin load list so as to load your skins from any skin server you want.
If you are the owner of skin server, you can use CustomSkinLoader to load skins from your server if one of the APIs has been actualized by your server.

HD Skins Support

Even though you don't have OptiFine and MCPatcher, CustomSkinLoader can still load and render HD skins.
You can easily to get a better view of skins.

Skull Support

Fixed skull loading bug, you can apply any skin to your skull now.
Dynamic skull supported.

Profile Cache

  • Decrease the frenquency of using the network.
  • Meanwhile, you can still load profiles when network is unavailable.(*)

*Only when it is opened in configratulation.

Local Skin

Load skins without a skin server.
Furthermore, by using this function you can preview your skins in game and even change the default skin and model.
You can load local skins by using any API (excluding MojangAPI).
*While using default configratulation, just put your skins into .minecraft/CustomSkinLoader/LocalSkin/(skin|cape)s/{USERNAME}.png.

Extra List

A json file generated by skin servers which supports this feature.
To add a server to your load list, users just need to put the file into .minecraft/CustomSkinLoader/ExtraList .

Transparent Skin Support

The problem of incorrectly rendering textures has been fixed.

Spectator Menu Fixed

By using this mod, you can see correct avatar of players in Spectator Menu rather than steve and alex.

Default Load List

  • Mojang (Mojang API)
  • LittleSkin (CustomSkinAPI)
  • Blessing Skin (CustomSkinAPI)
  • ElyBy (ElyByAPI)
  • SkinMe (UniSkinAPI)
  • LocalSkin (Legacy)
    If you want to apply to add other skin server to default list, please go to issue.

To Skin Server Owner

CustomSkinLoader is designed for loading from any server, which makes the mod complex.
It's not a good idea to refer to CustomSkinLoader's source code to develop your own skin mod.
It's recommended to use CustomSkinLoader for your server directly.
Furthermore, you can add your server to 'Default Load List'.
You can also use 'ExtraList' which makes it easier for users to add your server into load list.

Development and Contribution

See CONTRIBUTING.md

Copyright & LICENSE

Binary File

You could not modify binary file.
Feel free to use and share this mod and unmodified file in anyway like modpack.
When using in modpack, you must put 'CustomSkinLoader' in mod list.
You could not repost this mod to any website without permission.
You could not earn money with this mod excluding modpack.

Source Code

Package 'customskinloader'

Including some codes from

Copyright © 2013-2014 Jeremy Lam "JLChnToZ".
Copyright © 2014-2019 Alexander Xia "xfl03".

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

GPLv3: http://www.gnu.org/licenses/gpl.html

You should change the name of the package to avoid others' misunderstanding.

About

Custom Skin Loader for Minecraft


Languages

Language:Java 87.1%Language:JavaScript 12.9%