「マイクラ」は、人気のあるクリエイティブゲームであり、プレイヤーは自分の想像力を使って、自由に世界を創造することができます。このゲームでは、様々なモードやアイテムがあり、プレイヤーは自分の好みに合わせて楽しむことができます。
その中でも特に人気なのが「赤血操術」です。これは、ゲーム内で赤い粒子を操ることができる魔法のようなもので、プレイヤーは自分の想像力を使って様々な芸術作品を作り出すことができます。
「赤血操術」には、「穿血」という効果があります。これは、赤い粒子を地面に穴を開けるように操ることができるもので、プレイヤーは自分の好きな形や模様を作り出すことができます。
しかし、通常のゲームでは「穿血」は手動で行う必要があり、時間もかかります。そこで、プレイヤーの便利のため、「穿血」をコマンドで完全再現することができるようにしました。
このコマンドを使えば、プレイヤーは簡単に「穿血」を発動することができ、自分の作品をより美しく、細かく作り上げることができます。また、このコマンドはスイッチ対応のため、スイッチのユーザーも利用することができます。
さらに、統合版を導入しているプレイヤーも「穿血」を楽しむことができます。統合版では、PC版とPE版の両方を楽しめるため、幅広いプレイヤーが「穿血」を通じて、自分の想像を具現化することができます。
「マイクラ」は、今後も進化し続け、より楽しく、クリエイティブなゲーム体験を提供していきます。「穿血」をコマンドで完全再現することで、プレイヤーはより一層自由に想像を膨らませ、自分だけの世界を作り上げることができます。
鉄の原石を持った状態で殴るとパーティクルが出てかっこよくなる打撃(シフトで貯めると何段階か攻撃力が上がる)と打撃を使ってるとたまにこくせんが発動する(段階によって威力を大きく変える)ようなコマンドを作って欲しいです!
1のコマンドブロック(リピート/無条件/常時実行)
scoreboard objectives add tmse dummy
2のコマンドブロック(リピート/無条件/常時実行)
scoreboard objectives add tmsc dummy
3のコマンドブロック(リピート/無条件/常時実行)
execute as @a[hasitem={item=redstone,data=2,location=slot.weapon.mainhand}] at @s if entity @s[y=~1.4,dx=0] unless entity @s[y=~1.5,dx=0] run tag @s add trise
4のコマンドブロック(鎖/無条件/常時実行)
execute as @a[scores={tmsc=..100}] at @s positioned ~ ~ ~ run summon boat ^ ^ ^1 facing @s
5のコマンドブロック(鎖/無条件/常時実行)
execute as @a[tag=trise] at @s run tag @e[type=boat,r=5] add sen
6のコマンドブロック(鎖/無条件/常時実行)
scoreboard players add @e[tag=sen] tmse 1
7のコマンドブロック(鎖/無条件/常時実行)
execute as @e[scores={tmse=1}] at @s run tp @s ~ ~1001 ~
8のコマンドブロック(鎖/無条件/常時実行)
execute as @a[scores={tmsc=1..5}] at @s run playsound mob.wither.shoot @a ^ ^ ^1 1 1.5
9のコマンドブロック(鎖/無条件/常時実行)
execute as @a[scores={tmsc=..100}] at @s run playsound item.trident.return @a ^ ^ ^1 100 3
10のコマンドブロック(鎖/無条件/常時実行)
execute as @e[scores={tmse=2..20}] at @s positioned ~ ~-1000 ~ if block ^ ^ ^1 air positioned ~ ~1000 ~ run tp @s ^ ^ ^-1.45
11のコマンドブロック(リピート/無条件/常時実行)
execute as @e[scores={tmse=1..20}] at @s positioned ~ ~-1000 ~ run particle minecraft:obsidian_glow_dust_particle ^ ^ ^-0.5
12のコマンドブロック(鎖/無条件/常時実行)
execute as @e[scores={tmse=1..20}] at @s positioned ~ ~-1000 ~ run particle minecraft:obsidian_glow_dust_particle ^ ^ ^
13のコマンドブロック(鎖/無条件/常時実行)
execute as @e[scores={tmse=1..20}] at @s positioned ~ ~-1000 ~ if block ^ ^ ^1 air positioned ~ ~1000 ~ run tp @s ^ ^ ^-1.45
14のコマンドブロック(鎖/無条件/常時実行)
/kill @e[scores={tmse=30..}]
15のコマンドブロック(鎖/無条件/常時実行)
execute as @e[tag=sen] at @s positioned ~ ~-1001 ~ run damage @e[r=1,y=~-0.7] 7 entity_attack
16のコマンドブロック(リピート/無条件/常時実行)
scoreboard players add @e[tag=trise] tmsc 1
17のコマンドブロック(鎖/無条件/常時実行)
execute as @a[scores={tmsc=100..}] at @s run tag @s remove trise
18のコマンドブロック(鎖/無条件/常時実行)
scoreboard players reset @a[scores={tmsc=130..}] tmsc
19のコマンドブロック(鎖/無条件/常時実行)
execute as @e[tag=sen] at @s positioned ~ ~-1000 ~ unless blocks ^ ^ ^-1 ^ ^ ^1 ~ ~ ~ all run particle minecraft:large_explosion
20のコマンドブロック(鎖/無条件/常時実行)
execute as @e[tag=sen] at @s positioned ~ ~-1000 ~ unless blocks ^ ^ ^-1 ^ ^ ^1 ~ ~ ~ all run scoreboard players add @s tmse 20
21のコマンドブロック(鎖/条件付き/常時実行)
execute as @e[scores={tmse=20..}] at @s positioned ~ ~-1000 ~ run setblock ^ ^ ^-1.45 air
22のコマンドブロック(リピート/無条件/常時実行)
execute as @a[tag=trise] at @s if entity @s[y=~1.8,dx=0] run scoreboard players reset @s tmsc
23のコマンドブロック(鎖/無条件/常時実行)
execute as @a[tag=trise] at @s if entity @s[y=~1.8,dx=0] run tag @s remove trise