Replaced synchronous disk writes with an async auto-save system. Data changes are now marked with a dirty flag and saved every 5 minutes in a background thread, eliminating lag spikes from frequent save operations. All data is still saved immediately on server shutdown.
This plugin now respects GlymeraCraft-Plots protection in addition to GriefPrevention and PlotSquared. All automatic actions (breaking, placing, harvesting, planting, item collection, movement) will only work within plots where the owner has the required permissions. This ensures the plugin cannot operate outside of protected areas where you have proper access.
