2024-09-29 21:40:07 +00:00

1.4 KiB

Skins collectible

Wear and unlock skins on Minetest

Support my work

How to

To add a skin:

  1. be sure the world has been launched at least once with Collectible Skins active
  2. go to your world folder/skins
  3. open an existing .yml file or create a new one (Collectible Skins can read multiple skins from multiple files)
  4. 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: