• 欢迎加入MineBBS QQ讨论群:点击查看所有的官方讨论群
  • 我们将于近期对服务器进行迁移,服务可能中断至多2日。请各位安排好自己的访问计划,造成不便敬请谅解!
  • MineBBS入站考试已经上线!想要成为【正式会员】解锁更多功能吗?快来参与吧!【点我去看】
Mint-专注于修复被破坏的特性和改进性能

JE核心 Mint-专注于修复被破坏的特性和改进性能 2025-03-02

完成注册/登录后下载
版权类型
转载
原帖地址
https://github.com/MenthaMC/Mint
适配版本(Java)
  1. 1.21
Mint

概述
Mint 是基于Folia的一种分支,专注于修复被破坏的特性和改进性能
同时也提供了可调的原版配置和优化
Tpsbar和Membar支持

交流群:
QQ群:1020403749

BStats
Mint.svg


配置文件:
位于根目录下的mint/mint_global.toml

YAML:
[optimisations]

 [optimisations.dont-save-entity]
  # Disable save primed tnt on chunk unloads.
  dontSavePrimedTNT = false
  # Not saving dropped cubes.
  dontSaveFallingBlock = false

 [optimisations.suffocation_optimization]
  enabled = false

[experiment]

 [experiment.fast_rng]
  # enable_for_worldgen
  enableForWorldgen = false
  # Warn if you are not using legacy random source for slime chunk generation.
  warnForSlimeChunk = true
  # Use legacy random source for slime chunk generation, to follow vanilla behavior.
  useLegacyForSlimeChunk = false
  # random_generator
  randomGenerator = "Xoroshiro128PlusPlus"
  # Use direct random implementation instead of delegating to Java's RandomGenerator. This may improve performance but potentially changes RNG behavior.
  useDirectImpl = false
  # Use faster random generator? Requires a JVM that supports RandomGenerator. Some JREs don't support this.
  enabled = false

[fixes]

 [fixes.unsafe-teleportation]
  # If you want to use sand duping,please turn on this.
  # Warning: This would cause some unsafe issues, you could learn more on : https://github.com/PaperMC/Folia/issues/297
  enabled = false

 [fixes.tripwire_dupe]
  enabled = false

 [fixes.use_vanilla_random_source]
  # Related with RNG cracks
  enabled = false

[misc]

 [misc.warn_on_offline_mode]
  enabled = true

 [misc.regionbar]
  # util_color_list
  utilColors = ["GREEN", "YELLOW", "RED", "PURPLE"]
  # format
  regionBarFormat = "<gray>Util<yellow>:</yellow> <util> Chunks<yellow>:</yellow> <green><chunks></green> Players<yellow>:</yellow> <green><players></green> Entities<yellow>:</yellow> <green><entities></green>"
  # update_interval_ticks
  updateInterval = 15
  # enabled
  regionbarEnabled = true

 [misc.username_checks]
  enabled = true

 [misc.mojang_out_of_order_chat_check]
  enabled = true

 [misc.verify_publickey_only_in_online_mode]
  enabled = false

 [misc.membar]
  # format
  memBarFormat = "<gray>Memory usage <yellow>:</yellow> <used>MB<yellow>/</yellow><available>MB"
  # memory_color_list
  memColors = ["GREEN", "YELLOW", "RED", "PURPLE"]
  # update_interval_ticks
  updateInterval = 15
  # enabled
  memoryBarEnabled = true

 [misc.tpsbar]
  # tps_color_list
  tpsColors = ["GREEN", "YELLOW", "RED", "PURPLE"]
  # update_interval_ticks
  updateInterval = 15
  # enabled
  tpsbarEnabled = true
  # ping_color_list
  pingColors = ["GREEN", "YELLOW", "RED", "PURPLE"]
  # format
  tpsBarFormat = "<gray>TPS<yellow>:</yellow> <tps> MSPT<yellow>:</yellow> <mspt> Ping<yellow>:</yellow> <ping>ms ChunkHot<yellow>:</yellow> <chunkhot>"
  # chunkhot_color_list
  chunkHotColors = ["GREEN", "YELLOW", "RED", "PURPLE"]

 [misc.server-brand-name]
  # This can change the server name.
  serverModName = "Mint"
作者
Kercute
下载
148
查看
1,573
首次发布
最后更新

评分

0.00 星 0 次评分

最新更新

  1. 更新到1.21.4

    更新到1.21.4
后退
顶部 底部