-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Allow OPs to change skins of offline players #87
Comments
Hum that's actually a cool idea, thanks for suggesting. Rn development is kinda stuck at "just porting, no new features", but I might add it when I revisit the project. Though if you manage it, I'll be glad if you open a PR ;). |
You can use |
Wait, that works for offline players as well? |
I've checked some cases, here's what I found:
So having fabric tailor installed in the server, even if it allows offline players, skins can be changed for everyone. Any moderator can use I haven't tested using the upload skin function, the cases where done using the player subcommand, but I assume this will also work, even if the server is in a network without internet access. |
You're talking about online-mode=false, which is irrelevant, as OP suggested changing skins for disconnected players. |
Ohh, I see, sorry, my bad. |
My 1.20.1 server has events where skins with a theme is a necessity. Being able to change all players' skin via the console even if they are offline would be great.
I already tried modifying the 1.20.1 source code here to allow using a UUID input or a username input then getting the UUID MD5 hash but alas, my lack of experience in modding became an obstacle.
The text was updated successfully, but these errors were encountered: