Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit 6d50c67f51
7047 changed files with 80296 additions and 0 deletions

26
both/config/skinport.cfg Normal file
View File

@@ -0,0 +1,26 @@
# Configuration file
client {
# /skins/(uuid|username) and /capes/(uuid|username) will be queried for respective resources [default: http://example.com]
S:hostCustomServer=http://example.com
# %name% will be replaced by username, %uuid% will be replaced by uuid, %auto% will be replaced by username or uuid accordingly [default: http://example.com/capes/%auto%]
S:hostCustomServer2Cape=https://cloud.pilzinsel64.de/public.php/dav/files/eRbJREkoTgq7KyZ/capes/%name%
# %name% will be replaced by username, %uuid% will be replaced by uuid, %auto% will be replaced by username or uuid accordingly [default: http://example.com/skins/%auto%]
S:hostCustomServer2Skin=https://cloud.pilzinsel64.de/public.php/dav/files/eRbJREkoTgq7KyZ/skins/%name%
# [default: true]
B:useCrafatar=true
# [default: false]
B:useCustomServer=false
# [default: false]
B:useCustomServer2=true
# [default: true]
B:useMojang=true
}