zatrit / openmcskins2

Open-source skin loader for Minecraft
12 stars 0 forks source link

OpenMCSkins filter command #22

Open zatrit opened 3 months ago

zatrit commented 3 months ago

OpenMCSkins filter command

Concept:

Add commands (and GUI) to black/white list players by UUID or name to make it easier to control loading custom head skins and additional customization.

Command design:

/omcs filter [blacklist | whitelist | off] - set filter mode /omcs [blacklist | whitelist] - display list /omcs [blacklist | whitelist] remove (name or UUID) - remove name or UUID from the list /omcs [blacklist | whitelist] add (name or UUID) - add name or UUID to the list

Tasks