Minecraft-Java-Edition

在 Minecraft Vanilla 1.9/1.10 伺服器中禁用攻擊冷卻?

  • August 25, 2021

我正在執行一個小型伺服器(目前在 1.8 中)並且正在考慮升級到 1.9 或 1.10。

但最重要的是:我不想在進攻時有任何“冷靜”。有沒有辦法在香草中刪除它?

可能有比這個 youtube 教程更好的方法嗎?

  1. 首先放置一個命令塊並粘貼此命令:
/replaceitem entity @p slot.armor.head minecraft:wooden_button 1 0 {AttributeModifiers [{AttributeName:"generic.attackSpeed",Name:generic.attackSpeed,Amount:99999999,Operation:0,UUIDMost:90498,UUIDLeast:161150}]}
  1. 在命令方塊上放置一個按鈕並按下它。
  2. 您應該在頭盔插槽中自動放置一個按鈕。
  3. 沒有冷卻!

這是一個非常糟糕的主意,因為軸將是超級 OP。但是,如果您不關心戰鬥平衡,您可以通過提供可以提高攻擊速度的物品來做到這一點,如下所示:

/give @p minecraft:structure_void 1 0 {AttributeModifiers:[{AttributeName:"generic.attackSpeed",Name:"generic.attackSpeed",Amount:99999,Operation:0,UUIDLeast:325144,UUIDMost:12368}],display:{Name:"SimpleFighting"}}

引用自:https://gaming.stackexchange.com/questions/269375