# Skins collectible Wear and unlock skins on Minetest Support my work ### How to > THIS IS AN ALPHA, EXPECT BREAKAGES To add a skin: 1. be sure the world has been launched at least once with Skins Collectible active 2. go to `your world folder/skins` 3. open an existing `.yml` file or create a new one (Skins Collectible can read multiple skins from multiple files) 4. follow the template down below, where `skinID` is an actual number ```yaml skinID: name: description: texture: hint: (optional, default "(locked)") model: (optional, default none) tier: (optional, default 1) author: (optional, default "???") ``` For more information check out the `instructions.txt` file inside that folder. For using the API, check out the [DOCS](/DOCS.md) ### Want to help? Feel free to: * open an [issue](https://gitlab.com/zughy-friends-minetest/skins-collectible/-/issues) * submit a merge request. In this case, PLEASE, do follow milestones and my [coding guidelines](https://cryptpad.fr/pad/#/2/pad/view/-l75iHl3x54py20u2Y5OSAX4iruQBdeQXcO7PGTtGew/embed/). I won't merge features for milestones that are different from the upcoming one (if it's declared), nor messy code * join the dev room of my Minetest server (A.E.S.) on [Matrix](https://matrix.to/#/%23minetest-aes-dev:matrix.org) ### Credits * Deny sound by [suntemple](https://freesound.org/people/suntemple/sounds/249300/) (tweaked by me) Images are under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)