> For the complete documentation index, see [llms.txt](https://docs.taigo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taigo.xyz/setup-game-server/skin-system/external-skin-system.md).

# External skin system

Open file configs/skins.yml

<figure><img src="https://lh7-us.googleusercontent.com/cHUD1Q-TTm7YFymf5xtcIHEc364v7elM0MghPHnln7pnt8QTv0Z5T8gspp6DkWuchN7xOQFMnsgvDmWjXPBNSdJ_Th4UwRyzOwgXnltMbC5WpmNfuvdjVnyAmg9es6IxgGrs3m2kecuFTIJ0b0V9Xzs" alt=""><figcaption></figcaption></figure>

<br>

```yaml
DefaultSkinSystem: the true position means that the launcher uses its own skin system, if it is false, then the launcher uses all the information below
skinsDomain: this is a list of domains that the launcher will trust to display skins. Specify here the domain of your site (without https:// or http://, for example taigo.xyz) from which the skins will be taken
another_skin_url: here you need to specify a link to receive your skin file. You need to specify {username} where the player's nickname should be
another_cape_url: here you need to specify a link to receive your cape file. You need to specify {username} where the player's nickname should be

```
