Files
KaiijuMC/README.md
Sofiane H. Djerbi fa210d634d Update README.md
2023-04-16 16:35:30 +03:00

1.4 KiB

Kaiiju

Folia fork, designed for vanilla/anarchy servers

License GitHub Workflow Status Discord

Features

Configuration

region-format:
  debug: false
network:
  send-null-entity-packets: true
  alternate-keepalive: false
gameplay:
  server-mod-name: Kaiiju
world-settings:
  default:
    region-format:
      format: LINEAR
      linear:
        compression-level: 1
        crash-on-broken-symlink: true
    gameplay:
      shulker-box-drop-contents-when-destroyed: true

Roadmap

  • Static view distance: Reduce RAM usage / Region size with a "static" view distance.
  • Hash linear: Add chunk hashes to linear region files.
  • Native world conversion: Convert region file format at startup.

Building

./gradlew applyPatches # Apply Kaiiju patches
./gradlew createReobfPaperclipJar # Generate Paperclip executable jar

License

Original patches are licensed under GPL-3.0.