2023-07-13 20:04:49 +02:00
2023-06-17 20:48:30 +03:00
2023-02-10 23:03:42 +02:00
2023-02-10 23:03:42 +02:00
2023-06-17 02:12:56 +03:00
2023-07-13 20:04:49 +02:00
2023-04-16 03:46:55 +03:00
2023-04-16 03:46:55 +03:00
2023-02-10 23:03:42 +02:00
2023-02-16 23:31:47 +02:00
2023-06-22 01:08:14 +02:00
2023-02-10 23:03:42 +02:00

Kaiiju

Folia fork, designed for vanilla/anarchy servers

License GitHub Workflow Status Discord

Features

Primary

  • Xymb Linear Format: Saves about 50% of disk space in OW/Nether and 95% in The End.
  • Auto update: Automatic upstream updates.

Notable

  • Entity throttling & removal: Tweak entity tick frequency & max entity per region.
  • Technical Minecraft: Enable Vanilla exploits such as sand duping, RNG manipulation...

Configuration

network:
  send-null-entity-packets: true
  alternate-keepalive: false
optimization:
  disable-vanish-api: false
  disable-player-stats: false
  disable-arm-swing-event: false
  disable-ensure-tick-thread-checks: false
gameplay:
  server-mod-name: Kaiiju
  shared-random-for-players: true
world-settings:
  default:
    region-format:
      format: ANVIL
      linear:
        compression-level: 1
        crash-on-broken-symlink: true
    optimization:
      shulker-box-drop-contents-when-destroyed: true
      enable-entity-throttling: false
      disable-achievements: false
      disable-creatures-spawn-events: false
      disable-dolphin-swim-to-treasure: false
    gameplay:
      fix-void-trading: true
      optimize-hoppers: true
      tick-when-empty: true
      break-redstone-on-top-of-trap-doors-early: true
      fix-tripwire-state-inconsistency: true
      safe-teleportation: true
      sand-duplication: false

Documentation: Kaiiju Wiki

Roadmap

  • Static view distance: Reduce RAM usage / Region size with a "static" view distance.
  • Native world conversion: Convert region file format at startup.
  • Stash deduplication: Make giant dupe stashes possible and lagless.

Building

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

License

Original patches are licensed under GPL-3.0.

Description
Languages
Text 100%