mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-06-28 14:16:01 +02:00
Add updater script using the HTTP API (#27)
Check for core feature `httpfetch_binary_data` to run the updater properly. This requires Minetest cb00632 or newer. README.md: Add documentation for the updater
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
In this folder the skin files could be placed according the next file naming convention
|
||||
character_[number-or-name].png - Public skin, available for all users
|
||||
player_[nick].png or player_[nick]_[number-or-name].png - one or multiple private skins for player "nick"
|
||||
*_preview.png - Preview files for public and private skins
|
||||
In this folder the skin files could be placed according the following file naming convention.
|
||||
|
||||
Public skin available for all users:
|
||||
character_[number-or-name].png
|
||||
|
||||
One or multiple private skins for player "nick":
|
||||
player_[nick].png or
|
||||
player_[nick]_[number-or-name].png
|
||||
|
||||
Preview files for public and private skins:
|
||||
character_*_preview.png or
|
||||
player_*_*_preview.png
|
||||
|
Reference in New Issue
Block a user