-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Automatically discover map when it's created #3
base: main
Are you sure you want to change the base?
Conversation
And a config option to toggle it
Hey @ryanalexmartin, I think I've about finished this now. |
Tested the artifact you linked with Spigot and the map restriction works correctly, but the automatic discovery doesn't appear to be working. If I run /bmdiscover then force an update with /bluemap update world, all of the new mapdata appears, but otherwise nothing new comes through. I will test with Paper when it gets 1.21 support and report back. |
Any errors in your server console? |
No, I don't have any errors in my log. Here's all of the log entries from BlueMapMCMapSync on my most recent log.
I also restarted the server to make sure all of the current chunk data was flushed to disk, as I've had oddities with BlueMap rendering chunks correctly when they're in use by players.
|
Thank you! |
Hello again. We've done some testing. There is a config option that needs to be enabled first of all, and I did not have that enabled which is why it wasn't working initially. The map finding works fine for freshly created maps and for found maps like buried treasure, but does not work if a map has been scaled with the cartographer's table. Those maps require the command /bmdiscover to actually sync. I'd also like the ability to turn this map syncing off per world so players don't need to make maps for the nether for example. |
Inspired by @ryanalexmartin's great PR #2.
(This PR can still use some extra cleaning up, though, so it's marked as a draft until that's done)
Closes #1