teaks tweaks
2.0.4
数据包有时会导致滞后,尤其是在运行循环或恒定检查时。那么如何解决呢?好..通过使用插件!可以优化Spigot插件,不仅可以更快地运行,而且更有效地延迟运行。
Vanilla Tweaks插件项目已开始重现所有香草调整数据包和制作调整,并将其精确地调整为一个模块化的Spigot插件。使用插件还可以允许更具自定义和易于使用的接口。
可以在config.yml
中启用插件中的每个香草调整datapack和制作调整。
要启用数据包,请在packs:
部分,然后enabled: false
到enabled: true
。
将调整标记为true之后,运行/teakstweaks reload
以重新加载数据包。 (请记住保存文件!)
packs :
# More Mob Heads
# Adds a chance to receive a mob head upon killing it.
more-mob-heads :
enabled : true
某些包装具有可配置的选项,这些选项可能是香草调整的本地,也可以为插件添加,以更改这些选项,只需更改正确的配置部分中的值即可。
packs :
# Player Head Drops
# A player will drop their head when killed by another player. The item displays who the killer is.
player-head-drops :
enabled : true
# Whether to display who killed the player in the items lore (default: true)
display-killer : true
要启用制作调整,请在“ crafting-tweaks:
config.yml
部分中找到它,然后enabled:
to to to true
。
将调整标记为true之后,需要重新加载配方的服务器重新启动。 (请记住保存文件!)
注意:如果在先前启用之前禁用了调整,则可能会在服务器控制台中获得“未知食谱”错误。忽略这一点,这只是修改配方的副作用。
crafting-tweaks :
# Universal Dyeing
# Allows you to dye any dyeable block to another color, no matter what color it is (does not include Concrete).
universal-dyeing :
enabled : true
所有插件开发都是(@Teakivy)
原始概念:
香草调整: https://vanillatweaks.net/
要获得插件支持,请加入我的Discord(dsc.gg/teakivy),并在#❓︱support
中寻求帮助