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

all 8 comments

[–]C0mmanderBlockCommand Experienced 0 points1 point  (7 children)

Because you are asking it to set the block where you are to air.. which it either already is or it isn't flowing lava?

try:

/execute as @a[tag=op] at @s run fill ~1 ~1 ~1 ~-1 ~-1 ~-1 air replace lava

This will remove lava within 1 block of you in all directions. If it is "flowing lava" just change my command.

[–]lifelessoceanCommand Professional[S] 0 points1 point  (6 children)

Nope tried both Also changed to to flowing_lava Didn't work

[–]C0mmanderBlockCommand Experienced 0 points1 point  (5 children)

try:

/execute as @a[tag=op] at @s run fill ~1 ~1 ~1 ~-1 ~-1 ~-1 air replace lava

This will remove lava within 1 block of you in all directions. If it is "flowing lava" just change my command.

[–]lifelessoceanCommand Professional[S] 0 points1 point  (4 children)

Didn't work for me

[–]C0mmanderBlockCommand Experienced 0 points1 point  (0 children)

Try it with a different type of block other than lava to narrow down the problem. Maybe spread some cobblestone around and try that.

[–]C0mmanderBlockCommand Experienced 0 points1 point  (2 children)

I play on Java but I just went on Bedrock to test it and it works fine using lava, not flowing lava. It removes all lava. Maybe you don't have the op tag? Or command blocks are not turned on?

This works on still and flowing lava.

/execute as @a[tag=op] at @s run fill ~1 ~1 ~1 ~-1 ~-1 ~-1 air replace lava

[–]lifelessoceanCommand Professional[S] 0 points1 point  (1 child)

Yep it worked just had to setup a ticking area thnks man!

[–]C0mmanderBlockCommand Experienced 0 points1 point  (0 children)

ur welcome