PiglysUtilityTweaks

以多种方式自定义世界边界、游戏规则、合成配方等,远超原版。所有更改都可以通过配置文件选项启用/禁用。

资源图片
# Pigly's Utility Tweaks 一个用于为 SMP 服务器提供自定义设置的插件,带有可配置的调整。 ## 调整 ### 世界边缘 enabled: true overworld: 10000 nether: 7500 end: 20000 这允许管理员为每个维度设置不同的世界边缘。 ### 涅色礼 lootBoost: true netheriteUpgradeRecipe: true netheriteDupeRecipe: enabled: true useDiamondBlocks: false 这允许管理员控制涅色礼的可更新性和涅色礼升级模板的可获得性。 这对于具有短世界边缘的服务器很有用。 ###### *涅色礼复制配方* ![配方在制作网格中](https://img-devpigly.replit.app/netheritedupe.png) ###### *涅色礼升级配方* ![配方在制作网格中](https://img-devpigly.replit.app/netheriteupgrade.png) ### 金色苹果 lightGoldenAppleCraft: enabled: true goldUsed: 4 enableNotchAppleCraft: false 这允许管理员修改金色苹果的配方,并启用附魔金色苹果的合成。 ###### *一个可能的金色苹果配方* ![可能的配方在制作网格中](https://img-devpigly.replit.app/possiblegap.png) ###### *附魔金色苹果配方* ![配方在制作网格中](https://img-devpigly.replit.app/notchapple.png) ### 定位器栏 locatorBar: overworld: false nether: false end: true 这允许通过维度更改定位器栏的状态,还可以修复 Paper 中一个错误,在该错误中,即使通过游戏规则禁用,定位器栏在下界中也能工作。 ### 事件 pvp: true enableEnd: true 这些选项对于活动很有用。 PvP 可以用于缓冲期,enableEnd 可以用于末影之战。 与原版不同,PvP 和末影访问可以通过命令随时切换。 ### 蜘蛛网 craftableCobwebs: enabled: true resultNumber: 1 这允许蜘蛛网的合成配方,并允许设置合成的蜘蛛网数量。 ###### *蜘蛛网配方,resultNumber: 1* ![配方在制作网格中](https://img-devpigly.replit.app/cobweb.png) ### 基于维度的难度 difficulty: #PEACEFUL, EASY, NORMAL, HARD overworld: HARD nether: HARD end: HARD 必须全部大写,才能被 Paper 的难度 API 正确解析。 ### 睡眠百分比 sleepPercentage: 100 这只是设置 sleepPercentage 游戏规则。 它在这里是为了使重置世界更容易。 ### 铁砧调整 anvilTweaks: enable: true disableTooExpensive: true decreaseCost: true 如果 ```enable: false``` 设置,则此类别中的其他任何设置都不会生效。 ```decreaseCost: true``` 将附魔成本减半。 ### 末影替换 endReplacements: elytraCraftingRecipe: true endStoneRecipe: true chorusFlowerRecipe: true spireTrimRecipe: true 为无法通过末影访问获得的物品创建合成配方。 ###### *鞘翅合成配方* ![配方在制作网格中](https://img-devpigly.replit.app/elytra-recipe.png) ###### *末影石合成配方,使用任何类型的圆石* ![配方在制作网格中](https://img-devpigly.replit.app/end-stone-craft.png) ###### *合唱花配方* ![配方在制作网格中](https://img-devpigly.replit.app/chorus-flower-recipe.png) ###### *尖顶饰配方* ![配方在制作网格中](https://img-devpigly.replit.app/spire.png) ### 附魔调整 enchantmentTweaks: enabled: true prot: enabled: true maxLevel: 3 sharp: enabled: true maxLevel: 4 power: enabled: true maxLevel: 4 允许设置附魔的最大等级。