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

DistantHorizonsPlugin causes Bluemap to render unnecessary updates #653

Closed
zJanny opened this issue Jan 24, 2025 · 4 comments
Closed

DistantHorizonsPlugin causes Bluemap to render unnecessary updates #653

zJanny opened this issue Jan 24, 2025 · 4 comments

Comments

@zJanny
Copy link

zJanny commented Jan 24, 2025

What i did / Steps to reproduce

Install bluemap + the DHServerSupport plugin on the server

Expected result

Bluemap continues to update normally

Actual result

Bluemap gets upwards of 120+ updates with 3 players online and none of them doing anything significant

Context

BlueMap Version:
5.5 Paper

@TBlueF
Copy link
Member

TBlueF commented Jan 24, 2025

BlueMap's update system works by watching the actual world-files and comparing the chunk-timestamps that minecraft writes when updating a chunk to see if a chunk has actually been saved.

The only way for distant-horizons to trigger more updates for bluemap would be if it is actively changing and saving minecraft chunks. And even in that case, bluemaps update-system is still working as expected, and DH would be the one who needs to consider if its feasible for them to reduce the amount of times they write to minecraft-chunks.

What i think is more likely then that though, is that you are misinterpreting some bluemap-activity/count as "unnormal" when its actually completely normal. :)

Please visit our discord if you have any further questions on how bluemaps update-system works :)

@TBlueF TBlueF closed this as completed Jan 24, 2025
@zJanny
Copy link
Author

zJanny commented Jan 24, 2025

BlueMap's update system works by watching the actual world-files and comparing the chunk-timestamps that minecraft writes when updating a chunk to see if a chunk has actually been saved.

The only way for distant-horizons to trigger more updates for bluemap would be if it is actively changing and saving minecraft chunks. And even in that case, bluemaps update-system is still working as expected, and DH would be the one who needs to consider if its feasible for them to reduce the amount of times they write to minecraft-chunks.

What i think is more likely then that though, is that you are misinterpreting some bluemap-activity/count as "unnormal" when its actually completely normal. :)

Please visit our discord if you have any further questions on how bluemaps update-system works :)

I did test it with the plugin installed/not installed and me as the only one on the server doing nothing.

So this is 100% not something that I Interpret wrong. I just cant say which plugin is doing it, so I created issues for Both

@TechnicJelle
Copy link
Member

Could you link to the DH issue you created regarding this?

@zJanny
Copy link
Author

zJanny commented Jan 24, 2025

Could you link to the DH issue you created regarding this?

https://gitlab.com/distant-horizons-team/distant-horizons-server-plugin/-/issues/6

Just created the issue, i only made a discord bug report before but no one answered anyways.

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

No branches or pull requests

3 participants