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.
- 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.
- 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.
- 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.
- 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 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.
- 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.
- 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.