Go to file
stujones11 a73580ea62 Use correct filename for skin preview index, fixes #1 2017-05-31 20:08:26 +01:00
models Add files 2017-05-07 21:03:42 +01:00
textures Add files 2017-05-07 21:03:42 +01:00
.gitignore Add .gitignore 2017-05-20 21:16:34 +01:00
LICENSE Initial commit 2017-05-07 20:50:16 +01:00
README.md Fix typo and bump version to 0.1.1 2017-05-20 19:38:31 +01:00
depends.txt Add files 2017-05-07 21:03:42 +01:00
description.txt Add files 2017-05-07 21:03:42 +01:00
init.lua Use correct filename for skin preview index, fixes #1 2017-05-31 20:08:26 +01:00
mod.conf Add files 2017-05-07 21:03:42 +01:00
screenshot.png Add files 2017-05-07 21:03:42 +01:00

README.md

[mod] Multiskin [multiskin] [0.1.1]

Minetest Version: 0.4.16

Depends: default

Adds per-player support for version 1.8 minecraft skins.

On its own this mod acts as a replacement for the out-dated player_textures mod by PilzAdam. Individual player textures can be placed in the mod's textures directory and will be automatically assigned to a player by naming the texture file as player_<player_name>.png

This mod also supports the following skin-switching mods which can be used in conjuction with the multiskin default skins and chat commands.

[mod] Skins [skins] by Zeg9
[mod] Simple Skins [simple_skins] by TenPlus1
[mod] Unified Skins [u_skins] by SmallJoker
[mod] Wardrobe [wardrobe] by prestidigitator

Note that auto skin format detection is only available for these mods if the multiskin mod is listed in the secure.trusted_mods setting.

Configuration

You can set the default skin by including the following settings in your minetest.conf

Supported formats are 1.0 and 1.8

multiskin_skin = <texture>
multiskin_format = <format>

Chat Commands

Requires server priv in multiplayer mode, no privs required in singleplayer.

/multiskin format <player_name> <format>
/multiskin set <player_name> <texture>
/multiskin unset <player_name>
/multiskin help

TODO

Document the api and add support to my 3d_armor and clothing mods.