A fork of Purpur that adds support for the Linear region file format.
⚠️ 99% of plugins should be functional, except plugins that need to directly access the.mca
files.
All configuration regarding LinearPurpur is stored in Purpur's purpur.yml
file, you may need to manually add in these configuration options
if you are replacing Purpur with LinearPurpur or delete the purpur.yml
file to allow it to re-generate.
region-format:
linear:
flush-frequency: 10
flush-max-threads: 1
region-format:
format: ANVIL # Change this to "LINEAR" to use Linear region file format.
linear:
compression-level: 1
crash-on-broken-symlink: true
git clone https://github.com/StupidCraft/LinearPurpur.git
./gradlew applyPatches
./gradlew createReobfPaperclipJar
You will find a compiled Paperclip Jar file in build/libs/
.