Commands to make MOBs fight each other / MOB Battle Integrated Version minecraft command

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • This time it's commands to make MOBs fight each other!
    It's a one-on-one confrontation, but if you want to do multiple vs. multiple...
    I'll disclose more about how to achieve this efficiently in the future.
    1:
    Shock, unconditional, redstone required
    /summon zombie -236 65 55 minecraft:entity_spawned shield
    Summons a zombie named *shiled (coordinates optional)
    2:
    Chain, unconditional, always active
    /summon zombie -228 65 55 minecraft:entity_spawned sword
    summons a zombie named sword (coordinates optional)
    3:
    Iterative, unconditional, always active (tick delay = 100)
    /damege @e[name=shield] 0 entity_attack entity @e[name=sword]
    MOB with name "sword" damages MOB with name "shiled".
    4:
    Repetitive, unconditional, always active (tick delay = 100)
    /damege @e[name=sword] 0 entity_attack entity @e[name=shield].
    MOB with name "shiled" deals damage to MOB with name "sword".
    #minecraft #command

Komentáře • 6

  • @Xxx4zj
    @Xxx4zj Před rokem

    たすかります!

  • @ai-CPM
    @ai-CPM Před 2 lety +2

    これって、バトロワみたいに色々なmobを出して戦わせることってできますか?

  • @logicanonline
    @logicanonline  Před 2 lety

    自分が用意したMOBに名前を付ければ対戦できますね。
    スコアボードと組み合わせると面白いことが出来るかも?

  • @user-my1vp4di8w
    @user-my1vp4di8w Před 5 měsíci +1

    複数対複数がやりたいのですが、コマンドありますか?