-
Notifications
You must be signed in to change notification settings - Fork 72
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
Blacklist extension request #17
Comments
I can make it match regular expressions, if you want. |
I haven't been able to wrap my head around regular expression but if that's the way your thinking of adding it then that will work. |
Closes VazkiiMods#17 - Add regex match support to entity name black list
Reviving an ancient feature request for a similar reason. Would love to see an option to blacklist an entire mod. The use case here is specifically Pokecube (again!), which implements its own nameplate (that looks like it could have been forked from Neat, based solely on the config) to display mod-specific information (displays mob level and gender, obfuscates the name). I can't think of a use case for regex, specifically. Hard to imagine a case where a user would want a subset of mobs and could stumble on a regex that captures that subset (the mod would need to assign id's with this in mind, like Which would allow for something like: (Not a Java developer, maybe missing a paren somewhere) |
@williewillus Was anything like this ever actually added? |
Christopher Bailey ***@***.***> writes:
@williewillus Was anything like this ever actually added?
No, but I'd accept a PR that adds blocklisting using regex on the entity ID
|
This is ancient lmao. I'm planning on changing how the blacklist thing works. I'll add this to the list of things to consider! |
Is it possible to add onto the blacklist to be able to blacklist partial ids?
For instance pokecube has pokecube_ml.name_of_pokemon example:
S:Blacklist <
pokecube_ml.Fennekin
pokecube_ml.Rattata
>
This method would have hundreds of lines added to the blacklist but if we could use a wildcard such as
S:Blacklist <
pokecube_ml.*
>
It would be much more convenient.
The text was updated successfully, but these errors were encountered: