mirror of
				https://github.com/minetest-mods/skinsdb.git
				synced 2025-11-04 05:15:32 +01:00 
			
		
		
		
	
			
				
					
						
					
					a0ed9921215fd0f736f4ad8a04b7973f97ee88f0
				
			
			
		
	Ensures correct eye position and collision box. Values taken from the player_api 'character.b3d' model.
skinsdb
This Minetest mod offers changeable player skins with a graphical interface for multiple inventory mods.
Features
- 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
 - Supported by i3 inventory mod
 - 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
 - Compatible to 1.0 and 1.8 Minecraft skins format
 - Skinned hand in 1st person view (1.0 skins only)
 
Installing skins
Download from the database
Ingame Downloader
- Get Minetest 5.1.0-dev-cb00632 or newer
 - In the settings menu show advanced options, find the "Developer Options" tab and add "skinsdb" to "Trusted mods" (secure.trusted_mods in minetest.conf)
 - Start your world
 - Run 
/skinsdb_download_skins <skindb start page> <amount of pages> - Wait for the Minetest server to shut down
 - Start the server again
 
You might want to run minetest in a Terminal/Console window to check the log output instantly.
Python Download script
Requirements:
- Python 3
 requestslibrary:pip3 install requests
Go to the updater folder of this mod and run python3 update_skins.py
The Script will download all the skins from the database for you.
Manual addition
- Copy your skin textures to 
texturesas documented intextures/readme.txt - Create 
meta/character_<name>.txtwith the following fields (separated by new lines):- Skin name
 - Author
 - Skin license
 
 
License:
- GPLv3
 - skin texture licenses: See "meta" folder
 - hand model: CC0
 
Credits
- RealBadAngel (unified_inventory)
 - Zeg9 (skinsdb)
 - cornernote (source code)
 - Krock (source code)
 - bell07 (source code)
 - stujones11 (player models)
 - jordan4ibanez (1st person view hand)
 
Description
				Player skin mod, supporting unified_inventory, sfinv and smart_inventory
						
						
							
								 https://content.minetest.net/packages/bell07/skinsdb/
							
						
						
					Languages
				
				
								
								
									Lua
								
								96.8%
							
						
							
								
								
									Python
								
								3.2%