1.4 KiB
1.4 KiB
Skins collectible
Wear and unlock skins on Minetest
How to
To add a skin:
- be sure the world has been launched at least once with Collectible Skins active
- go to
your world folder/skins
- open an existing
.yml
file or create a new one (Collectible Skins can read multiple skins from multiple files) - follow the template down below (
skin_name
is the technical name without spaces of sort,name
is the readable name)
skin_name:
name:
description:
texture:
hint: (optional, default "(locked)")
model: (optional, default none)
tier: (optional, default 1)
For more information check out the instructions.txt
file inside that folder.
For using the API, check out the DOCS
Commands
/skins remove <p_name> <skin_name>
: removes a skin/skins unlock <p_name> <skin_name>
: unlocks a skin
Want to help?
Feel free to:
- open an issue
- check Weblate for translations
- submit a merge request. In this case, PLEASE, do follow milestones and my coding guidelines