Manual Regeneration now bypasses some configuration settings
This release does the following on top of v3.1.7:
- Manual regen is no longer respects the regenerateChunksInUseByPlayers configuration flag, as if it is set to false it means that regeneration cannot occur manually.
- Manual regen no longer respects the distanceNearbyMinimum configuration flag, as it assumes at least one player is in the chunk being regenerated.
- Manual regen no longer respects the targetLoadedChunks or targetUnloadedChunks configuration flags, as all chunks that will be regenerated manually will be loaded.
- Manual regen no longer respects the WarpDrive compatibility flag, as it should be up to server admins to ensure that players can not regen manually in unclaimed land unless they are trusted.