Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T12:12:04.000Z (20 days ago)
- Last Synced: 2024-12-22T02:10:05.426Z (1 day ago)
- Topics: elyby, fabric-mod, minecraft-mod, minecraft-server-mod, minecraft-skin, mineskin, singleplayer
- Language: Java
- Homepage: https://modrinth.com/mod/FabricTailor
- Size: 1.5 MB
- Stars: 110
- Watchers: 6
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fabric Tailor
[![GitHub license](https://img.shields.io/github/license/samolego/FabricTailor)](https://github.com/samolego/FabricTailor/blob/master/LICENSE)
[![build](https://github.com/samolego/FabricTailor/actions/workflows/building.yml/badge.svg)](https://github.com/samolego/FabricTailor/actions/workflows/building.yml)
![Serverside](https://img.shields.io/badge/Working-server--side%20only-blue)
![Singleplayer](https://img.shields.io/badge/Working-singleplayer-darkblue)
[![Curseforge downloads](http://cf.way2muchnoise.eu/full_fabrictailor_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/fabrictailor)
[![Discord](https://img.shields.io/discord/797713290545332235)](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)![2020-12-16_10 (1)](https://user-images.githubusercontent.com/34912839/103739608-24a0d000-4ff6-11eb-871c-234408ebf11e.png)
Client screen (*optional*)
![2020-12-16_10](https://user-images.githubusercontent.com/34912839/103739615-266a9380-4ff6-11eb-9753-fbf7c53a8659.png)
## Who can see skins?
tl;dr:
* vanilla skins - all players
* hd + custom capes - those with modPlease 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.