mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
Updated Commands (markdown)
20
Commands.md
20
Commands.md
@@ -1,6 +1,6 @@
|
||||
**Note**: This page assumes you are using the default configuration. Some commands may behave differently if the configuration has been customized.
|
||||
|
||||
## `skin set mojang`
|
||||
# `skin set mojang`
|
||||
|
||||
Use this command to fetch and apply a skin from a valid Minecraft username.
|
||||
|
||||
@@ -12,7 +12,7 @@ Use this command to fetch and apply a skin from a valid Minecraft username.
|
||||
- `<username>`: The Minecraft username to fetch the skin from.
|
||||
- `[<targets>]`: (Optional, for server operators) Specify one or more players to apply the skin to. If not provided, the skin is applied to the player executing the command.
|
||||
|
||||
## `skin set ely.by`
|
||||
# `skin set ely.by`
|
||||
|
||||
Fetch and apply skins using a valid [Ely.by](https://ely.by/) username.
|
||||
|
||||
@@ -24,7 +24,7 @@ Fetch and apply skins using a valid [Ely.by](https://ely.by/) username.
|
||||
- `<username>`: Ely.by username to fetch the skin from.
|
||||
- `[<targets>]`: (Optional, for server operators) Specify one or more players to apply the skin to. If not provided, the skin is applied to the player executing the command.
|
||||
|
||||
## `skin set web`
|
||||
# `skin set web`
|
||||
|
||||
Fetch and apply skins from any image URL, supporting both classic (Steve) and slim (Alex) skin models.
|
||||
|
||||
@@ -39,7 +39,7 @@ Uses [mineskin api](https://mineskin.org/) under the hood.
|
||||
- `"<url>"`: URL pointing to the skin image file (ensure it follows Minecraft's skin size and format requirements).
|
||||
- `[<targets>]`: (Optional, for server operators) Specify one or more players to apply the skin to. If not provided, the skin is applied to the player executing the command.
|
||||
|
||||
## `skin refresh`
|
||||
# `skin refresh`
|
||||
|
||||
Refetch and reapply the currently applied skins.
|
||||
|
||||
@@ -50,7 +50,7 @@ Refetch and reapply the currently applied skins.
|
||||
- **Parameters**
|
||||
- `[<targets>]`: (Optional, for server operators) Specify one or more players to apply the skin to. If not provided, the skin is applied to the player executing the command.
|
||||
|
||||
## `skin clear`
|
||||
# `skin clear`
|
||||
|
||||
Remove the currently applied skins.
|
||||
|
||||
@@ -61,7 +61,7 @@ Remove the currently applied skins.
|
||||
- **Parameters**
|
||||
- `[<targets>]`: (Optional, for server operators) Specify one or more players to apply the skin to. If not provided, the skin is applied to the player executing the command.
|
||||
|
||||
## `skin reset`
|
||||
# `skin reset`
|
||||
|
||||
Reset to the default skin or remove any custom skin.
|
||||
|
||||
@@ -73,11 +73,3 @@ If [automatic skin fetching](https://github.com/Suiranoil/SkinRestorer/wiki/Conf
|
||||
|
||||
- **Parameters**
|
||||
- `[<targets>]`: (Optional, for server operators) Specify one or more players to apply the skin to. If not provided, the skin is applied to the player executing the command.
|
||||
|
||||
# Examples
|
||||
|
||||
```
|
||||
/skin set mojang Notch
|
||||
/skin set web classic "https://example.com/skin.png"
|
||||
/skin clear @a
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user