1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

update README.md

This commit is contained in:
2024-08-20 13:20:38 +03:00
parent 7fcf515790
commit d4efe0a177

View File

@@ -7,42 +7,45 @@ A server-side mod for managing and restoring player skins.
## ✨ Features
- **Set skins from Mojang Account**: Fetch and apply skins using a valid Minecraft account name.
- **Set skins from Ely.by**: Fetch and apply skins using a valid [Ely.by](https://ely.by/) account name.
- **Set skins from Mojang Account**: Fetch and apply skins using a valid Minecraft username.
- **Set skins from Ely.by**: Fetch and apply skins using a valid [Ely.by](https://ely.by/) username.
- **Set skins from URL**: Fetch and apply skins from any image URL, supporting both classic (Steve) and slim (Alex) skin models.
- **Automatic skin fetching**: Automatically fetch skins from Mojang when a player joins the server running in offline/insecure mode ([configurable](https://github.com/Suiranoil/SkinRestorer/wiki/Config)).
- **Automatic skin fetching**: Automatically fetch skin from Mojang/Ely.by when a player joins the server running in offline/insecure mode ([configurable](https://github.com/Suiranoil/SkinRestorer/wiki/Config)).
- **Singleplayer support**: Apply skins individually for each world.
- **Permissions API support**
## 📜 Command Usage Guide
### Set Mojang skin
Fetch and apply skins using a valid Minecraft account name.
Fetch and apply skins using a valid Minecraft username.
```
/skin set mojang <username> [<targets>]
```
- **Parameters**
- `<username>`: Minecraft account name to fetch the skin from.
- `<username>`: Minecraft username to fetch the skin from.
- `[<targets>]`: (Optional, server operators only) Player(s) to apply the skin to.
### Set Ely.by skin
Fetch and apply skins using a valid [Ely.by](https://ely.by/) account name.
Fetch and apply skins using a valid [Ely.by](https://ely.by/) username.
```
/skin set ely.by <username> [<targets>]
```
- **Parameters**
- `<username>`: Ely.by account name to fetch the skin from.
- `<username>`: Ely.by username to fetch the skin from.
- `[<targets>]`: (Optional, server operators only) Player(s) to apply the skin to.
### Set Web skin
Fetch and apply skins from any image URL, supporting both classic (Steve) and slim (Alex) skin models.
Uses [mineskin api](https://mineskin.org/) under the hood.
```
/skin set web (classic|slim) "<url>" [<targets>]
```