Added a new option: disable-waterlogging-of-original-blocks. When enabled, players will be prevented from waterlogging protected blocks.
Introduced a fallback mechanism for unsupported environments. If the plugin detects a Minecraft version newer than the latest one it officially supports, it will attempt to use the most recent known NMS mappings. While this is not guaranteed to make the plugin work, it may succeed for minor updates or hotfixes (e.g., 1.21.7 or 1.21.8).
Exposed spectator state to the API with a new method: Game#isSpectator(Player)