Lukas Rieger
Lukas Rieger
Implemented with cde3ba095825d1750bce66176853273d3a45107c. There is now a hidden config in `plugin.conf` called `update-cooldown` which defaults to `60` (seconds) and can be changed if needed.
BlueMap already exposes the entire jdbc-config by allowing you to set both the full jdbc-string (`connection-url`) and the properties (`connection-properties`) that it passes to the jdbc-driver. The only file _-...
I did some further testing and to me it seems like there is no good way to tell the jdbc driver to split the file into multiple packets for uploading....
BlueMap is using the `ServerPlayConnectionEvents.JOIN` and `ServerPlayConnectionEvents.DISCONNECT` events provided by FabricAPI to detect players joining and leaving. So right now i'd say this is more an issue with the mod...
Closing this here, but i'll keep an eye on those issues on the carpet-repo that you opened :)
a. BlueMap uses the average height of all blocks that one data-point covers for the heightmap. The alternative would be to use the "minimum" but that would create a similar...
Assuming those greeting / farewell messages are displayed ingame, then that is indeed way out of scope for bluemap. But it would be absolutely possible for a bluemap-addon to do...
The problem is that you probably have some corrupted map-state files, probably caused by a crash or error while bluemap was writing them. The bug is that bluemap should be...
> If I understood everything correctly, then I have to delete the data that is responsible for chunks on the map. Is everything right? `/bluemap purge ` ^^
The default values are correct for all versions of bluemap .. **except** the bluemap-cli version :D The paths are a little different there, as they make more sense in a...