-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow regular expressions in prefixes #66
Comments
I came from overviewer also and it was a lot simpler to have a script that watched for these signs. This is a good idea. Thank you for sharing! |
#66 Allow regex matching for marker groups
@elboletaire, I have merged the PR (#72) for this update to There are a few other items I am targeting for the same version (1.21-0.4.0), however. You can track the progress of those issues here: https://github.com/tpwalke2/BlueMapSignMarkers/issues?q=is%3Aissue+is%3Aopen+label%3A1.21-0.4.0 |
@elboletaire, I have published a release to modrinth that includes this update: https://modrinth.com/mod/bluemap-sign-markers/version/1.21-0.4.0.30 |
I come from overviewer where we could define these via regular expressions, and that really reduced my config a lot, since now I have to add multiple definitions to check stuff like uppercase (i.e. I have three prefixes for "portal":
Portal
,portal
&PORTAL
)A way to define to ignore case would also be welcome, but having case sensitive regular expressions would already simplify it a lot.
The text was updated successfully, but these errors were encountered: