https://github.com/samolego/fabrictailor
A server-side or singleplayer skin changing mod for fabric.
https://github.com/samolego/fabrictailor
elyby fabric-mod minecraft-mod minecraft-server-mod minecraft-skin mineskin singleplayer
Last synced: about 1 year ago
JSON representation
A server-side or singleplayer skin changing mod for fabric.
- Host: GitHub
- URL: https://github.com/samolego/fabrictailor
- Owner: samolego
- License: lgpl-3.0
- Created: 2020-06-04T12:46:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T10:59:23.000Z (over 1 year ago)
- Last Synced: 2025-04-05T05:04:03.435Z (about 1 year ago)
- Topics: elyby, fabric-mod, minecraft-mod, minecraft-server-mod, minecraft-skin, mineskin, singleplayer
- Language: Java
- Homepage: https://modrinth.com/mod/FabricTailor
- Size: 1.42 MB
- Stars: 114
- Watchers: 5
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fabric Tailor
[](https://github.com/samolego/FabricTailor/blob/master/LICENSE)
[](https://github.com/samolego/FabricTailor/actions/workflows/building.yml)


[](https://www.curseforge.com/minecraft/mc-mods/fabrictailor)
[](https://discord.gg/9PAesuHFnp)
A server-side or singleplayer skin changing / restoring mod.
Download it on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabrictailor)
or [Modrinth](https://modrinth.com/mod/FabricTailor)

Client screen (*optional*)

## Who can see skins?
tl;dr:
* vanilla skins - all players
* hd + custom capes - those with mod
Please see the [wiki](https://github.com/samolego/FabricTailor/wiki) :wink:.
## Permissions
FabricTailor provides permission support for permission manager of your choice. Skin changing is granted by default.
* `/skin` command permission
```
fabrictailor.command.skin
```
* You can also disable skin clearing / setting only
```
fabrictailor.command.skin.set
```
* Or setting by URL only
```
fabrictailor.command.skin.set.url
```
* In general, each command subnode has its own permission node, lowercase and separated by dots.
## Setup
1. Clone the repository. Then run `./gradlew genSources`
2. Edit the code you want.
3. To build run the following command:
```
./gradlew build
```
## Thanks
This mod exists thanks to:
* [MineSkin API](https://mineskin.org) (Skin uploading & signing)
* [ely.by API](https://ely.by) (Skin values & signatures)
## License
This mod is licensed under `LGPLv3` license.