1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00
Clone
11
Commands
Lionarius edited this page 2026-01-14 19:07:11 +03:00

Note: This page assumes you are using the default configuration. Some commands may behave differently if the configuration has been customized.

skin set

mojang

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.

ely.by

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.

web

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.

collection

Apply a random skin from the configured collection pool. A seed value is used to select the skin, allowing the same skin to be applied consistently when using the same seed.

Note: This provider is disabled by default and will not appear in the command unless enabled in the configuration.

/skin set collection <seed> [<targets>]
  • Parameters
    • <seed>: Any string used to deterministically select a skin from the collection. The same seed will always select the same skin.
    • [<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

Refetch and reapply your currently applied skin.

/skin refresh

skin clear

Set the skin to an empty state (no skin). This is different from skin reset — it sets a special empty skin rather than reverting to the player's original 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.

skin reset

Revert to the player's original skin (from their game profile) and remove the saved custom skin from storage. If the player had no original skin, this will have no effect.

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.

skin config reload

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.