0% found this document useful (0 votes)
7 views2 pages

Command Minecraft (Command Block)

The document outlines a series of Minecraft command block commands designed for various effects, including summoning entities, applying effects, and manipulating the game environment. Each command is set to 'Repeat and always active' to ensure continuous execution. Additionally, there are specific commands for handling arrows and lightning rods, as well as a command for killing players standing on grass blocks.

Uploaded by

naf0443
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Command Minecraft (Command Block)

The document outlines a series of Minecraft command block commands designed for various effects, including summoning entities, applying effects, and manipulating the game environment. Each command is set to 'Repeat and always active' to ensure continuous execution. Additionally, there are specific commands for handling arrows and lightning rods, as well as a command for killing players standing on grass blocks.

Uploaded by

naf0443
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Command No.

1
Command: /execute at @e[type=snowball] unless block ~~-1~ air run summon
ender_crystal
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 2
Command: /execute at @e[type=snowball] unless block ~~-1~ air run fill ~~~
~25~25~25 fire
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 3
Command: /execute at @e[type=snowball] unless block ~~-1~ air run fill ~~~
~25~25~25 ice
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 4
Command: /execute at @p run damage @e [r=3] 100
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 5
Command: /execute at @p if block [co-ordinates] [block] run effect @p speed 1 1
true
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 6
Command: /execute at @e[type=arrow] run summon tnt
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 7
Command: /execute at @p run to @p @e[type=ender_pearl]
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 8
Command: /execute at @p if entity @p [hasitem=[{item=netherite_sword ,
location=slot.weapon.mainhand}]] run effect @p speed 1 1 true
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 9
Command: /execute at @p if block ~~-1~ lime_wool run effect @p levitation 2 2 true
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 10
Command: /execute at @e[type=snowball] run summon ender_crystal ~~-5~
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
Command No. 11
Command: /execute at @p run fill ~1~-2~1 ~~-1~ diamond_block
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
cái dưới đây cần 5 cái command block
lệnh:/gamerule commandblockoutput false
cm1:/execute at @e[type=arrow] run particle minecraft:sonic_explosion ~~~
Command Block Settings: Repeat and always active

cm2:/execute at @e[type=arrow] unless block ~~-0.35~ air run summon ender_crystal


~~~ ~~ minecraft:crystal_explode
Command Block Settings: chain and always active

cm3:/execute at @e[type=arrow] unless block ^^^0.35 air run summon ender_crystal


~~~ ~~ minecraft:crystal_explode
Command Block Settings: chain and always active

cm4:/execute at @e[type=arrow] unless block ^^-0.35^0.35 air run summon


ender_crystal ~~~ ~~ minecraft:crystal_explode
Command Block Settings: chain and always active

cm5:/execute at @e[type=arrow] unless block ^^0.35^0.35 air run summon


ender_crystal ~~~ ~~ minecraft:crystal_explode
Command Block Settings: chain and always active
------------------------------------------------------------------------
Command lighting rod
Command: /execute at
@s[hasitem={lightning_Rod,data=100,location=slot.weapon.mainhand} run execute at
@e[r=20,rm=1,type=!item,type=!xp_orb run summon lightning_bolt ~~~
Command Block Settings: Repeat and always active
------------------------------------------------------------------------
cái dưới đây cần 3 cm block
cm1:/execute at @p[hasitem=(item=stick,data=200,loction=siot weapon.mainhand)]
positioned ^^^3 as @e[r=2,type=!item,type=!xp_orb,c=1] at @s if block ~~-0.70~ air
run tag @s add leap
Command Block Settings: Repeat and always active
cm2:/excute as @e[tag=leap] at @s run tp @s ^^^-1.5 facing
@p[hasitem={item=stick,data=200,location=slot,weapon,mainhand}] true
Command Block Settings: chain and always active
đặt bộ lặp 3 hướng vào cm block thứ 3
cm3:set ticks:13
/tag @e remove leap

minecraft touch grass die


/execute as @a at @s If block ~ ~-1 ~ grass_block run kill @s
Command Block Settings: Repeat and always active

You might also like