Skip to content
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

Closed
elboletaire opened this issue Aug 17, 2024 · 3 comments
Closed

Allow regular expressions in prefixes #66

elboletaire opened this issue Aug 17, 2024 · 3 comments
Labels
1.21-0.4.0 Will be added in the 1.21-0.4.0 release enhancement New feature or request

Comments

@elboletaire
Copy link

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.

@tpwalke2
Copy link
Owner

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!

@tpwalke2 tpwalke2 added the enhancement New feature or request label Aug 17, 2024
tpwalke2 added a commit that referenced this issue Aug 25, 2024
tpwalke2 added a commit that referenced this issue Aug 25, 2024
tpwalke2 added a commit that referenced this issue Aug 25, 2024
#66 Allow regex matching for marker groups
@tpwalke2 tpwalke2 added the 1.21-0.4.0 Will be added in the 1.21-0.4.0 release label Aug 25, 2024
@tpwalke2
Copy link
Owner

tpwalke2 commented Aug 25, 2024

@elboletaire, I have merged the PR (#72) for this update to main. Take a look at https://github.com/tpwalke2/BlueMapSignMarkers?tab=readme-ov-file#example for an example of how to configure the regex marker group.

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

@tpwalke2
Copy link
Owner

tpwalke2 commented Sep 4, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.21-0.4.0 Will be added in the 1.21-0.4.0 release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants