Player skin mod, supporting unified_inventory, sfinv and smart_inventory https://content.minetest.net/packages/bell07/skinsdb/
Go to file
Alexander Weber e619bc8d83 Adjustments based on SmallJoker feedback 2018-02-19 11:18:18 -08:00
locale Add Malay translation 2018-02-14 10:07:44 +01:00
meta moved character_1 to character for overriding the default character 2017-07-24 17:39:16 +02:00
textures moved character_1 to character for overriding the default character 2017-07-24 17:39:16 +02:00
updater update_skins_db.sh: skip processing of already existing skins 2017-04-10 14:56:07 +02:00
.gitignore finished work on private player skins support 2017-06-18 17:56:24 +02:00
API.md /skinsdb chat command implemented 2018-02-19 11:18:18 -08:00
README.md mentioned chat commands in README.md 2018-02-19 11:18:18 -08:00
api.lua /skinsdb chat command implemented 2018-02-19 11:18:18 -08:00
chatcommands.lua Adjustments based on SmallJoker feedback 2018-02-19 11:18:18 -08:00
depends.txt renamed players.lua -> api.lua; some cleanups 2017-06-16 21:40:54 +02:00
formspecs.lua cleanup 2018-02-19 11:18:18 -08:00
init.lua moved the chat- and UI context to ram 2018-02-19 11:18:18 -08:00
mod.conf renamed to skinsdb 2017-06-15 18:19:47 +02:00
sfinv_page.lua moved the chat- and UI context to ram 2018-02-19 11:18:18 -08:00
skin_meta_api.lua unify the both inventories implementation unified_inventory supports now private skins too 2018-02-19 11:18:18 -08:00
skinlist.lua Support for in_inventory_list attribute to hide usable skins in inventory 2018-01-07 20:30:27 +01:00
unified_inventory_page.lua moved the chat- and UI context to ram 2018-02-19 11:18:18 -08:00

README.md

skinsdb

This Minetest mod offers changeable player skins with a graphical interface for multiple inventory mods.

Features

  • Download scripts included for the Minetest skin database
  • Flexible skins API to manage the database
  • character_creator support for custom skins
  • Skin change menu for sfinv (in minetest_game) and unified_inventory
  • Skins change menu and command line using chat command /skinsdb (set | show | list | list private | list public | ui)
  • Supported by smart_inventory for the skin selection
  • Skin previews supported in selection
  • Additional information for each skin
  • Support for different skins lists: public and a per-player list are currently implemented
  • Full 3d_armor support

Update tools

In order to download the skins from the skin database, you may use one of the listed update tools below. They are located in the updater/ directory.

  • update_skins_db.sh bash and jq required
  • update_from_db.py python3 required
  • MT_skins_updater.* windows or mono (?) required

License

If nothing else is specified, it is licensed as GPLv3.

Fritigern:

  • update_skins_db.sh (CC-BY-NC-SA 4.0)

Credits

  • RealBadAngel (unified_inventory)
  • Zeg9 (skinsdb)
  • cornernote (source code)
  • Krock (source code)
  • bell07 (source code)