|
TickTools (TickTools)Github |相关wiki |源站链接支持: fabricTickTools 是一个用于调整和管理tick相关事务的Fabric模组。
配置
toml
必需选项
splitTickDistance = false
如果启用了相关的配置选项,则必需
tickDistance = 8
[dynamic]
dynamicTickDistance = false
minTickDistance = 4
dynamicRenderDistance = false
minRenderDistance = 4
maxRenderDistance = 12
该值控制用于目标的 MSPT
targetMSPT = 50.0
可选项
itemDespawnTicks = 6000
世界特定的示例配置
取消注释以使用
#[the_nether]
#splitTickDistance = true
#tickDistance = 8
#itemDespawnTicks = 6000
#[the_nether.dynamic]
dynamicTickDistance = false
minTickDistance = 4
dynamicRenderDistance = false
minRenderDistance = 4
maxRenderDistance = 12
每个配置选项的快速概述
- *splitTickDistance:* 控制是否要拥有与渲染距离分离的tick距离
- *tickDistance:* 如果启用了 splitTickDistance,则控制正常的 tick 距离
- *itemDespawnTicks:* 控制物品实体在掉落后消失所需的ticks数量。基础值为6000 ticks
- *dynamicTickDistance:* 控制tick距离是否应根据服务器MSPT在 tickDistance 和 minTickDistance 之间波动
- *minTickDistance:* 如果启用了 dynamicTickDistance,则控制tick距离的最小值
- *dynamicRenderDistance:* 控制渲染距离是否应根据服务器MSPT在 minRenderDistance 和 maxRenderDistance 之间波动
- *minRenderDistance:* 当 dynamicRenderDistance 启用时,控制最小渲染距离
- *maxRenderDistance:* 当 dynamicRenderDistance 启用时,控制最大渲染距离
- *targetMSPT:* 当启用动态渲染距离时,服务器将减少渲染距离以尝试达到的目标MSPT
命令
状态命令
使用 /ticktools status 命令。
以以下格式显示所有加载的世界的当前tick和渲染距离:
世界标识符: 渲染/ Tick
讨论
支持、讨论和开发都在我们的 Discord 上进行,地址为
您还可以在那里注册以获取发布通知,如果您感兴趣的话。
来自Modrinth所有游戏版本1.171.17.1所有类型fabric1.1.0ticktools-1.1.0.jar下载1.1.0#Release- Added per world overrides in config. Create a table with the same contents as the rest of the file with the name (eg `the_nether`) and it will override the values in that dimension- Added per player overrides. These work like the world overrides but with the player\'s UUID as the table name instead of the world path- Added status command, which shows the default and overridden values of the current tick/render distance- Changed dynamic render distance to reduce when server is lagging and increase when server is below target MSPT, within the existing bounds- Added targetMSPT double property to dynamic table. See above. Default value: 50.0- Always ticks forceloaded chunks展开版本: 1.1.0支持游戏: 1.17, 1.17.1类型:FabricRelease下载次数: 3811.0.0ticktools-1.0.0.jar下载1.0.0#ReleaseFirst release, see description展开版本: 1.0.0支持游戏: 1.17类型:FabricRelease下载次数: 506全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
TickTools |
楼主
2025-8-10 19:39:41
回复(0)
收起回复
|