zlainsama / OfflineSkins

This mod allows you to show off your skins even if the server is in offline mode.
https://minecraft.curseforge.com/projects/offlineskins
MIT License
45 stars 18 forks source link

.cfg Custom Server #69

Open HeyItzCarlos opened 1 year ago

HeyItzCarlos commented 1 year ago

It would be awsome if somebody explained to me how to use github repos as custom server for skins in pre v2 i tried everything i could possibly do..

(altough i would be even better if a v2 port relased to 1.12.2) but still, i want to know how to use the .cfg file to allow my github repo to be loaded

HeyItzCarlos commented 1 year ago

Just tried the same repo using CustomServer2 on 1.16.5 on the v2 of the mod for the same version the repo seems to work fine, idk why it isn't loading on CustomServer1 on 1.12.2..

Here's my CFG file from 1.12.2

HeyItzCarlos commented 1 year ago

Configuration file

client {

/skins/(uuid|username) and /capes/(uuid|username) will be queried for respective resources [default: http://example.com]

S:hostCustomServer=http://raw.githubusercontent.com/heyitzcarlos/gordonverse_capes/master/

#  [default: true]
B:useCrafatar=false

#  [default: false]
B:useCustomServer=true

#  [default: true]
B:useMojang=false

}

HeyItzCarlos commented 1 year ago

Has anybody find out how to make it load?

HeyItzCarlos commented 1 year ago

Documentation on how to make it work

just upload the file without a png extension, idk why but it works..

zlainsama commented 1 year ago

Sorry about the late reply. Yes, you need to remove the file extension if you use custom server method.