> For the complete documentation index, see [llms.txt](https://docs.cheddah-development.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cheddah-development.net/plugin-documentaion/skin-statues.md).

# Skin Statues

SkinStatues turns any valid Minecraft player's skin into a towering, fully 3D block statue built directly in your world. It supports classic and slim player models, transparent pixels, and modern outer skin layers such as hats, jackets, sleeves, and pants.

The server resolves the skin, matches its colors to a curated block palette, and builds the statue gradually to avoid one large burst of world changes. Each player's latest completed statue can be safely undone.

### Highlights

* Full 3D statues made from normal Minecraft blocks
* Works with valid Minecraft usernames, even when the player is offline
* Classic and slim arm support
* Optional hats, jackets, sleeves, and pants
* Configurable statue scale and build speed
* Customizable block palette
* Incremental construction and undo
* Available for Paper and Fabric
* No client mod required
* Optional creation menu for Fabric clients

### Requirements

| Edition       | Server requirements                                                                                                             | Client required? |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| Paper         | Paper `26.2` and Java `25`                                                                                                      | No               |
| Fabric 26.2   | Minecraft `26.2`, Fabric Loader `0.19.3` or compatible 0.19.x, Fabric API `0.156.0+26.2` or newer for 26.2, and Java `25`       | No               |
| Fabric 26.1.2 | Minecraft `26.1.2`, Fabric Loader `0.19.3` or compatible 0.19.x, Fabric API `0.155.2+26.1.2` or newer for 26.1.2, and Java `25` | No               |

{% hint style="warning" %}
Fabric builds are Minecraft-version-specific. The SkinStatues JAR and Fabric API must match the server's exact Minecraft version.
{% endhint %}

SkinStatues does not require WorldEdit, a database, or another plugin. It changes normal world blocks, so access should only be granted to trusted players.

### Quick example

Stand where the statue's feet should begin, face the direction in which it should be built, and run:

```
/statue Steve 2
```

This creates a scale-2 statue of Steve in front of you, facing back toward you.

To restore the blocks replaced by your latest completed statue:

```
/statue undo
```

Start with Installation, then read Creating statues and Commands and permissions.

### Support

Found a bug or have a feature suggestion? Use the [SkinStatues issue tracker](https://github.com/Cheddah01/Skin-Statues/issues).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cheddah-development.net/plugin-documentaion/skin-statues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
