一條萌新指令打造“偽32k”
effect
@a[hasitem={item=
iron_sword
,location=
slot.weapon.mainhand
}]
strength 1 55
true 原理:給予主手欄為鐵劍的玩家1秒55級力量 彩色字都是可以替換的,紅色字是hasitem指令相關(guān)的,綠色字是effect指令相關(guān)的 同理還可以制作 ①一個真正意義上的“不死”圖騰:
effect
@a[hasitem={item=
totem_of_undying
,location=
slot.weapon.offhand
}]
instant_health 1 255
true 循環(huán)無條件保持開啟 ②一個一次性的“閃電”圖騰
execute
@a[hasitem={item=
totem_of_undying
,location=
slot.weapon.offhand
}] ~~~ execute @a[rm=2] ~~~
summon lightning_bolt
循環(huán)無條件保持開啟
replaceitem
entity @a[hasitem={item=
totem_of_undying
,location=
slot.weapon.offhand
}] slot.weapon.offhand 1 air 1 1 鏈無條件保持開啟
標簽: