Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
0いいね 1499回再生

【マイクラ統合版】コマンドで自作モブ、覚醒ウィッチを作ってみた!!

#マイクラ #統合版 #コマンド

まずスコアボードを作るコマンド
※1つ目は衝撃(オレンジ色)、無条件、レッドストーンが必要、それ以降はチェーン(緑色)、無条件、常にアクティブにしてね!!
/scoreboard objectives add attack dummy
/scoreboard objectives add hp dummy
ここまでできたらボタンを1個目のコマンドに置いて押してね!

次に主な機構
※1つ目はリピート(紫色)、無条件、常にアクティブ、それ以降はチェーン、無条件、常にアクティブにしてね!
/scoreboard players add @e[name=アメジストの欠片] hp 1
/execute as @e[name=アメジストの欠片,scores={hp=1}] at @s run tag @e[type=witch,r=3,c=1] add awake
/scoreboard players add @e[tag=awake,type=witch] hp 1
/effect @e[tag=awake,type=witch,scores={hp=1}] health_boost infinite 65 true
/effect @e[tag=awake,type=witch,scores={hp=1}] instant_health 1 255 true
/effect @e[tag=awake,type=witch] fire_resistance infinite 255 true
/playanimation @e[tag=awake,type=witch] animation.ghast.scale a 10
/execute as @e[tag=awake,type=witch,scores={hp=1}] at @s run kill @e[name=アメジストの欠片,c=1,r=5]
/execute as @e[tag=awake,type=witch,scores={hp=1}] at @s run particle minecraft:knockback_roar_particle ~ ~ ~
/execute as @e[tag=awake,type=witch,scores={hp=200}] at @s if entity @e[family=!monster,type=!item,type=!armor_stand,type=!xp_orb,r=25] run scoreboard players random @s attack 1 10
/execute as @e[tag=awake,type=witch,scores={attack=1..2}] at @s[scores={hp=201..211}] run summon armor_stand aw-1 ~ ~ ~
/scoreboard players add @e[name=aw-1] hp 1
/effect @e[name=aw-1] invisibility infinite 1 true
/playanimation @e[name=aw-1] animation.ghast.scale a 10
/replaceitem entity @e[name=aw-1] slot.weapon.mainhand 0 magma
/execute as @e[name=aw-1,scores={hp=1}] at @s run spreadplayers ~ ~ 3 15 @s ~1
/execute as @e[name=aw-1,scores={hp=2}] at @s run tp @s ~ ~15 ~
/execute as @e[name=aw-1,scores={hp=3..}] at @s run particle minecraft:mobflame_single ~ ~ ~
/execute as @e[name=aw-1,scores={hp=3..}] at @s run damage @e[family=!monster,type=!item,type=!armor_stand,type=!xp_orb,r=3] 8 entity_attack entity @e[tag=awake,type=witch,c=1]
/execute as @e[name=aw-1,scores={hp=3..}] at @s unless block ~ ~-0.5 ~ air run particle minecraft:huge_explosion_emitter ~ ~ ~
/execute as @e[name=aw-1,scores={hp=3..}] at @s unless block ~ ~-0.5 ~ air run damage @e[family=!monster,type=!item,type=!armor_stand,type=!xp_orb,r=3] 10 entity_attack entity @e[tag=awake,type=witch,c=1]
/kill @e[name=aw-1,scores={hp=70}]
/execute as @e[tag=awake,type=witch,scores={attack=1..2}] at @s run scoreboard players set @s[scores={hp=250}] hp 150
/execute as @e[tag=awake,type=witch,scores={attack=3..4}] at @s[scores={hp=201}] run summon armor_stand aw-2 ^6 ^1 ^
/execute as @e[tag=awake,type=witch,scores={attack=3..4}] at @s[scores={hp=201}] run summon armor_stand aw-2 ^-6 ^1 ^
/execute as @e[tag=awake,type=witch,scores={attack=3..4}] at @s[scores={hp=201}] run summon armor_stand aw-2 ^ ^1 ^6
/execute as @e[tag=awake,type=witch,scores={attack=3..4}] at @s[scores={hp=201}] run summon armor_stand aw-2 ^ ^1 ^-6
/scoreboard players add @e[name=aw-2] hp 1
/effect @e[name=aw-2] invisibility infinite 1 true
/execute as @e[c=2] as @e[name=aw-2] at @s run particle minecraft:creaking_crumble_body ^ ^ ^1
/execute as @e[name=aw-2] at @s run tp @s ~ ~ ~ ~40
/execute as @e[name=aw-2] at @s run damage @e[family=!monster,type=!item,type=!armor_stand,type=!xp_orb,r=3] 2 entity_attack entity @e[tag=awake,type=witch,c=1]
/execute as @e[name=aw-2] at @s run effect @e[family=!monster,type=!item,type=!armor_stand,type=!xp_orb,r=4] levitation 3 2 true
/kill @e[name=aw-2,scores={hp=120}]
/execute as @e[tag=awake,type=witch,scores={attack=3..4}] at @s run scoreboard players set @s[scores={hp=250}] hp 180
/execute as @e[c=2] as @e[c=2] as @e[c=2] as @e[tag=awake,type=witch,scores={attack=5..6}] at @s[scores={hp=201..211}] run summon bat aw-3 ~ ~100 ~
/effect @e[name=aw-3] invisibility infinite 1 true
/effect @e[name=aw-3] speed infinite 5 true
/scoreboard players add @e[name=aw-3] hp 1
/execute as @e[name=aw-3,scores={hp=15..}] at @s run particle minecraft:dragon_destroy_block ~ ~-100 ~
/execute as @e[name=aw-3,scores={hp=15..}] at @s positioned ~ ~-100 ~ run damage @e[family=!monster,type=!item,type=!armor_stand,type=!xp_orb,name=!aw-3,r=3] 5 entity_attack entity @e[tag=awake,type=witch,c=1]
/kill @e[name=aw-3,scores={hp=80}]
/execute as @e[tag=awake,type=witch,scores={attack=5..6}] at @s run scoreboard players set @s[scores={hp=250}] hp 160
/execute as @e[tag=awake,type=witch,scores={attack=7..8}] at @s[scores={hp=201}] positioned ~ ~5 ~ run summon armor_stand aw-4 ^-6 ^ ^
/execute as @e[tag=awake,type=witch,scores={attack=7..8}] at @s[scores={hp=201}] positioned ~ ~5 ~ run summon armor_stand aw-4 ^6 ^ ^
/effect @e[name=aw-4] invisibility infinite 1 true
/scoreboard players add @e[name=aw-4] hp 1
/execute as @e[name=aw-4] at @s run tp @s ^ ^ ^0.3 facing @e[family=!monster,type=!item,type=!armor_stand,type=!xp_orb,r=30,c=1]
/execute as @e[name=aw-4] at @s run particle minecraft:trial_spawner_detection_ominous ~ ~ ~

続きはX(旧Twitter)で

コメント