This is a patch release that addresses a critical startup error for servers that do not use the WorldGuard plugin.
Bug Fixes & Improvements Critical Fix for WorldGuard Soft Dependency
Fixed a NoClassDefFoundError crash that occurred on server startup if the WorldGuard plugin was not installed.
Why it happened: Although WorldGuard was listed as a soft dependency, some of its code was being loaded directly, causing the plugin to fail if WorldGuard was missing.
How it was fixed: All WorldGuard-related logic has been moved into a separate "hook" class. The plugin now safely checks if WorldGuard is present on the server before attempting to use any of its features.
Result: HarvestFlow now runs perfectly without WorldGuard. If WorldGuard is installed, region protection features will be enabled automatically. If it is not, those features are simply disabled, and the plugin continues to function normally without any errors. This makes WorldGuard a true optional dependency.
Technical Changes
There are no configuration changes in this version. You do not need to update your config.yml.