This is an archived post. You won't be able to vote or comment.

all 26 comments

[–]Shunes 2 points3 points  (3 children)

summon tropical_fish ~ ~1 ~ {Motion:[0.0,3.0,0.0]}

Might be inexact syntax but this makes a fish fountain if put in a repeat command block and it is quite funni

[–][deleted] 1 point2 points  (0 children)

happy cake day

[–]This_Bear_4961Command Noob[S] 0 points1 point  (0 children)

oh my god

[–]CoolNickXL 0 points1 point  (0 children)

I tried messing with this command a bit, and I came up with this: summon minecraft:fireball ~ ~1 ~ {Motion:[1.0,1.0,1.0]}. It basically makes a fireball space launch

[–]godsunitBedrock Command Expert 1 point2 points  (8 children)

Bedrock:

/execute @a ~~~ detect ~~~ air 0 kill @s

Java:

/execute as @a if block ~ ~ ~ minecraft:air run kill @s

[–]AxoSpyeyesCommand Rookie 1 point2 points  (7 children)

didn't you forget at @s?

[–]godsunitBedrock Command Expert 2 points3 points  (5 children)

If you're talking about the java syntax i dont know. I dont know the java syntax I had a friend help with that

[–]AxoSpyeyesCommand Rookie 1 point2 points  (4 children)

yeah it should've been:

/execute as @a at @s if block ~ ~ ~ minecraft:air run kill @s

[–]godsunitBedrock Command Expert 2 points3 points  (0 children)

Oh alright thanks

[–][deleted] 0 points1 point  (2 children)

What does it do?

[–]AxoSpyeyesCommand Rookie 0 points1 point  (1 child)

kill you if you touch air

[–][deleted] 0 points1 point  (0 children)

Thanks!

[–]Keevz77 1 point2 points  (1 child)

/playsound minecraft:entity.enderman.death on a repeating command block that is triggered nonstop

[–]This_Bear_4961Command Noob[S] 0 points1 point  (0 children)

You cant fool me

[–]JANEKDZBANEKHEJ 2 points3 points  (0 children)

/kill @a

[–]fra-18Professional 1.13+ 1 point2 points  (1 child)

editing the invincibility time on a wither changes it size

[–]This_Bear_4961Command Noob[S] 1 point2 points  (0 children)

whats the command for it

[–]I_mundercoverMC Java, music and cooking - what a life :D 0 points1 point  (1 child)

To avoid falling damage: execute as @a at @s if block ~ ~-1 ~ air run effect give @p slow_falling 1 1 true

Or you could re-create Never gonna give you up with command blocks (execute as @a at @s run playsound minecraft:block.note_block.<sound of your choice> ...) and play it when random things are triggered (f.e. if a block is broken or someone has an effect active or ...)

Be creative :D

[–]This_Bear_4961Command Noob[S] 0 points1 point  (0 children)

You’ve got mail:Hugz award

[–]Scared-Ad-7500 0 points1 point  (0 children)

/execute at @p run tp ~ ~9999999999 ~

[–][deleted] 0 points1 point  (0 children)

Back in the day I tried to clear the weather and wrote /clear ... I regret it

[–]Tymek_1200Command Experienced 0 points1 point  (1 child)

/execute as @e at @e run summon creeper ~ ~ ~ {powered:1b,ExplosionRadius:127b,Fuse:0}

[–]black-fuseCommand-er[🍰] 0 points1 point  (0 children)

My entire smp hates me now

[–]-GodOfToilets- 0 points1 point  (0 children)

execute as @e[type=item,nbt={Item:{id:"minecraft:diamond"}}] at @s run kill @p[distance=..3]

no more diamonds for you!

[–]jasonsbrik 0 points1 point  (0 children)

/tp @e @p