[1.20.1]Folia -Kaiiju多线程开源插件端

免费资源 [1.20.1]Folia -Kaiiju多线程开源插件端 build-240

下载需先登录
资源作者/团队
KaiijuMC
资源名称(中文)
Kaiiju端
资源名称(英文):
Kaiiju Folia
版权链接
https://github.com/KaiijuMC/Kaiiju?tab=GPL-3.0-1-ov-file
资源类型
转载
[1.20.1]Folia -Kaiiju多线程开源插件端

特征​

特点​

  • Xymb 线性格式:一种区域文件格式,可将磁盘空间使用量减少约 50%
  • 异步寻路:花瓣异步寻路已修复并重新设计。
  • 技术 Minecraft:启用原版漏洞,例如刷沙、RNG控制......

其他​

  • 小优化:通过禁用不必要的功能来提高服务器效率(TPS,Ping和MSPT监测返回被禁用了,意味着没有办法获取服务器的具体性能信息)
  • 命令:恢复以前被 Folia 删除的几个命令

配置​

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

文档:Kaiiju Wiki

路线图​

  • 存储重复数据删除:使巨型重复存储成为可能且无延迟
  • 多线程跟踪器:重做多线程跟踪器

欢迎投稿​

  • 原生世界转换:在启动时转换区域文件格式
  • 性能补丁:任何重要的性能补丁

建筑​

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


许可证​

原始补丁根据 GPL-3.0 获得许可
后退
顶部