Commands - Suiranoil/SkinRestorer GitHub Wiki
Note: This page assumes you are using the default configuration. Some commands may behave differently if the configuration has been customized.
Fetch and apply a skin from a valid Minecraft username.
/skin set mojang <username> [<targets>]
-
Parameters
-
<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.
-
Fetch and apply a skin using a valid Ely.by username.
/skin set ely.by <username> [<targets>]
-
Parameters
-
<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.
-
Fetch and apply a skin from any image URL, supporting both classic (Steve) and slim (Alex) skin models.
Uses mineskin api under the hood.
/skin set web (classic|slim) "<url>" [<targets>]
-
Parameters
-
(classic|slim)
: Type of the skin model (classic
for Steve model,slim
for Alex model). -
"<url>"
: URL pointing to the skin image file (ensure it follows Minecraft's skin size and format requirements). Double quotes are mandatory! -
[<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.
-
Refetch and reapply the currently applied skin.
/skin refresh [<targets>]
-
Parameters
-
[<targets>]
: (Optional, for server operators) Specify one or more players to apply the skin to. If not provided, the skin is refreshed for the player executing the command.
-
Remove the currently applied skin.
/skin clear [<targets>]
-
Parameters
-
[<targets>]
: (Optional, for server operators) Specify one or more players to apply the skin to. If not provided, the skin is cleared for the player executing the command.
-
Reset to the default skin or remove any custom skin.
If automatic skin fetching is enabled, a new skin will be fetched when the player rejoins the server.
/skin reset [<targets>]
-
Parameters
-
[<targets>]
: (Optional, for server operators) Specify one or more players to apply the skin to. If not provided, the skin is reset for the player executing the command.
-
Available only to server operators.
Reload the configuration and refresh internal skin provider caches. This command is useful when changes have been made to the configuration file without restarting the server.