barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
527 stars 75 forks source link

Change Skin Offline [Help] #157

Open IAJWasTooShort opened 2 years ago

IAJWasTooShort commented 2 years ago

Hey, Just wondering if it is possible to change the skin for a client using OfflineProfile, I think skins are tied to UUIDs, so maybe I'd have to find a way to set that?

Thanks.

davidawesome02 commented 2 years ago

Are you wanting to do this via a proxy, or are you asking if for offline mode if you can change the skin that displays for outhers, if it is the second one: No the client cannot change the skin while in offline mode, as for the server they can change it.

A proxy could change the skin for the client, but I don't think this is what you were asking, If it is, I can give you a simple proxy that could achieve this.