FabricTailor

FabricTailor

327k Downloads

[ENHANCEMENT] Config to disallow copying a player skin

Merith-TK opened this issue · 9 comments

commented

Basically I want to have this added to an SMP i am on for lore reasons (so players dont have to log in/out all the time)

But the admins have brought up the concern about pretending to be another player, becaus ewe have noplayerlabels installed which disables players usernames above their head.

So could you add a config option to just, not allow copying a players skin?

commented

Doesn't sound too hard to implement, but they can still use URL option and get admin skin that way ...

commented

yeah, but it certainly is a deterant, so if they try to copy the skin first, they will get a warning basically saying "hey, this isnt allowed, dont do this"

commented

if they try to copy the skin first

This can be done with online tools, how are you going to detect it?

Thinking about this, LuckPerms support might be better than the config as well.

commented

True, right now i am proposing a modified version of the mod to the admins that straight up, disable /skin set username

I mean, the minecraft skin is a standardized format, so in theory to ENSURE that people dont steal other skins, we can potentially implement something that converts the 64x64 image to an array? and compare the "/skin set" skin to a online player?

commented

Humm, that would be a possible way to do it, but if people really want admin skin they can simply change a pixel and the whole system breaks ...

commented
commented

After some further thinking, this is not something I'd spend my time on implementing. Sorry :|

commented
commented

Yes, I'm open to PRs :)