Codeberg Translate
b3bb9791ba
Translated using Weblate (Polish)
Currently translated at 31.5% (6 of 19 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (19 of 19 strings) Translated using Weblate (Russian) Currently translated at 100.0% (19 of 19 strings) Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: DoktorZieluch <DoktorZieluch@users.noreply.translate.codeberg.org> Co-authored-by: SkyBuilder1717 <SkyBuilder1717@users.noreply.translate.codeberg.org> Co-authored-by: lomkada <lomkada@users.noreply.translate.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/zughy-friends-minetest/collectible-skins/pl/ Translate-URL: https://translate.codeberg.org/projects/zughy-friends-minetest/collectible-skins/ru/ Translate-URL: https://translate.codeberg.org/projects/zughy-friends-minetest/collectible-skins/uk/ Translation: AES Minetest Server/Collectible Skins
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
Description
Languages
Lua
100%