pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
228 stars 53 forks source link

Excluding players by name pattern #222

Open pdinklag opened 1 year ago

pdinklag commented 1 year ago

Analogous to #217 , which was not merged due to the configuration changing too much in the PR and because the Python implementation has been deprecated, there should be a way to filter players by name.

Rather than doing this by prefix, this should be done using regular expressions, which allow for even more options to that end.