Skip to content

Releases: PaperMC/SectorTool

1.3

22 Jun 21:49
Compare
Choose a tag to compare

Fix incorrect raw read on RegionFile

This fixes conversion to SectorFile using the raw flag or RegionFiles stored using the uncompressed format reading past the stored data size, which would make the SectorFile larger than the RegionFile.

Lazy type header allocation
Make the type header allocation lazy to avoid allocating disk space to headers that are not in-use.

1.2

20 May 04:18
Compare
Choose a tag to compare
1.2

Fix failure to write internal data at 1024 sectors

The buffer limit is incorrectly set, it should be set to +1
of the max size before external allocation must take place.

1.1

20 May 02:42
Compare
Choose a tag to compare
1.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 resources.

Additionally, read the entire RegionFile into memory when converting
to SectorFile to avoid random read costs when converting.

1.0

08 Feb 16:36
Compare
Choose a tag to compare
1.0

See README for how to use