Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Blessing Skin Server | 657 | 4 days ago | April 09, 2019 | 13 | mit | PHP | ||||
Web application brings your custom skins back in offline Minecraft servers. | ||||||||||
Mccustomskinloader | 423 | 23 days ago | 3 | gpl-3.0 | Java | |||||
Customize Skin, Cape and Elytra in Minecraft 1.8-1.19.3 | ||||||||||
Skinsrestorerx | 422 | 2 days ago | 140 | gpl-3.0 | Java | |||||
SkinsRestorer development repository | ||||||||||
Skinview3d | 394 | 8 | 4 | a month ago | 33 | August 07, 2022 | 8 | mit | TypeScript | |
Three.js powered Minecraft skin viewer. | ||||||||||
Awesome Minecraft | 291 | 4 months ago | 1 | cc0-1.0 | ||||||
📝 The curated list of awesome things related to Minecraft. | ||||||||||
Mcprep | 228 | 19 days ago | 67 | gpl-3.0 | Python | |||||
Blender python addon to increase workflow for creating minecraft renders and animations | ||||||||||
Mcsniperpy | 208 | a year ago | 44 | March 20, 2022 | mit | Python | ||||
Minecraft name sniper written in python. | ||||||||||
Changeskin | 184 | 2 months ago | 56 | mit | Java | |||||
Allows your players to change their skin by command | ||||||||||
Minecraftstats | 180 | 2 days ago | 26 | other | Java | |||||
A Minecraft player statistics browser for the web - supports 1.13 and later! | ||||||||||
Skullcreator | 122 | 2 months ago | 4 | mit | Java | |||||
An easy to use library to create player skulls in minecraft |
This is the development repository for SkinsRestorer (Minecraft plugin).
Restoring offline mode skins & changing skins for Bukkit/Spigot/paper, BungeeCord/Waterfall, Sponge, CatServer and Velocity servers.
WE DO NOT SUPPORT FORGE / FABRIC
Implementation:
SkinsRestorer is licensed under GNU General Public License v3.0. Please
see LICENSE.txt
for more info.
See Contributors for a list of people that have supported this project by contributing.
🚨 Please note that this API is still WIP. Expect breaking changes! 🚨
<repository>
<id>codemc-releases</id>
<url>https://repo.codemc.org/repository/maven-releases/</url>
</repository>
Latest Version (Without the v):
<!-- SkinsRestorer API -->
<dependency>
<groupId>net.skinsrestorer</groupId>
<artifactId>skinsrestorer-api</artifactId>
<version>VERSION HERE</version>
<scope>provided</scope>
</dependency>
SkinsRestorer/SkinsRestorerAPIExample
Installing SkinsRestorer can be tricky when using a proxy server. Make sure to read on how to install here