Spottedleaf
Spottedleaf
This may have been fixed on 1.20. Can anyone using 1.20 confirm this?
With no further reports on 1.20, I assume the fix works.
I've updated the branch to 1.20.6
I've updated SectorTool to v1.1: ``` Add copy option for conversion to SectorFile The copy option does not perform decompression/recompression, which should make it faster for systems limited by CPU...
I've added conversion logic to copy data from existing RegionFiles when a SectorFile does not exist.
> When doing --forceUpgrade it crashes the server when having Unconverted RegionFiles. forceUpgrade is not actually supported on this branch, as the code has not been modified to use SectorFile
I've updated SectorTool to 1.3 to fix an issue where SectorFiles are far larger than they should be when converting RegionFiles using the raw flag or when the RegionFiles were...
I need a world which showcases the issue so I can produce locally.
Please try on https://github.com/PaperMC/Folia/commit/e50d09b67b83ea6ca1451d329dd9694cf155c64d
The respawn and teleport APIs are very awkward since the target region for the respawn position or teleport location are not actually owned during the event invocation, which may make...