Mint
概述:
Mint 是基于Folia的一种分支,专注于修复被破坏的特性和改进性能
同时也提供了可调的原版配置和优化
Tpsbar和Membar支持
交流群:
QQ群:1020403749
BStats
配置文件:
位于根目录下的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"