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

Create config file #17

Open
3 of 4 tasks
TechnicJelle opened this issue Dec 26, 2023 · 6 comments
Open
3 of 4 tasks

Create config file #17

TechnicJelle opened this issue Dec 26, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@TechnicJelle
Copy link
Owner

TechnicJelle commented Dec 26, 2023

  • MarkerSet options:
     # Marker Set Options
     # Documentation: https://bluemap.bluecolored.de/wiki/customization/Markers.html#marker-sets
     MarkerSetName: "Signs"
     Toggleable: true
     DefaultHidden: false
  • Marker max-distance
  • Allow custom filtering rules to be configured #5
  • Suppress warnings about old/incompatible chunks
@TechnicJelle TechnicJelle added the enhancement New feature or request label Dec 26, 2023
@ShDis
Copy link

ShDis commented Mar 5, 2024

An option to stop updating signs after restarting the server would be great

@TechnicJelle
Copy link
Owner Author

You mean that it caches the signs it extracted from the region files, so it doesn't need to do the extraction process on every server start?
If I do that, I would have to also properly take that into account with #6... It's a difficult thing to do...

@ShDis
Copy link

ShDis commented Mar 6, 2024

You mean that it caches the signs it extracted from the region files, so it doesn't need to do the extraction process on every server start?

Yep

@TechnicJelle
Copy link
Owner Author

Added config file with MarkerSet options in 237a925

@TechnicJelle
Copy link
Owner Author

Added MaxDistance config option in e25c140

@TechnicJelle
Copy link
Owner Author

Added option to suppress warnings about old/incompatible chunks in 1f29995

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants