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
中尋求幫助