fix nether/end maps not generating correctly on spigot, closes #157
Replace the QuerzNBT with the BlueNBT library (#153)
Downgrade adventure version to 4.25.0 (#151)
update adventure fabric dependency version
Update to 26.1.2 (#145)
Revert "hide player if in world that is disabled"
This reverts commit 2a82b403459a4363bba6a03ec6e55445703d123c.
hide player if in world that is disabled
make max threads allowed not clamped to half
implement show hidden players in sidebar option, closes #88
adds settings.hide.show-hidden-players-in-sidebar option to PlayersLayer config
This includes some changes to the webmap files. If you made any changes to them, please back them up and set settings.web-directory.read-only to false in the config to allow for the new changes to take effect.
fix resolving the player from command context
Update to 1.21.11 (#124)
Improve allocation rates by ~50% (#121)
A significant portion of the allocations performed by Pl3xMap came from boxing an int as an Integer when using the Sampler Functional Interface. No boxing should be required here. This should improve allocation rates by ~40-50%
auto download node when running build
fix ArrayIndexOutOfBoundsException when loading certain chunks
updated based off of https://github.com/BlueMap-Minecraft/BlueMap/blob/HEAD/core/src/main/java/de/bluecolored/bluemap/core/world/mca/PackedIntArrayAccess.java
Update to 1.21.10 (skipping 1.21.9 on purpose) (#114)
bump minecraft version to 1.21.8
fix broken heightmap on maps with modified dimension heights
Co-authored-by: BillyGalbreath blake.galbreath@gmail.com
fix typo
update to 1.21.7
use self-published adventure-bukkit

