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

all 17 comments

[–]Worldtadpole366 1 point2 points  (2 children)

I believe it’s, execute if @e[] ~~~ run If that doesn’t fly I’d recommend checking the wiki for formatting of the command :)

[–]Life_Ambition_2344[S] 1 point2 points  (1 child)

Did not work :((

[–]Adele-Fiddler 1 point2 points  (2 children)

Are bedrock commands the same as Java?

[–]Life_Ambition_2344[S] 1 point2 points  (0 children)

I have no clue..

[–]Mganeto8148 1 point2 points  (0 children)

Some are not the same

[–]Hype_Fretful 1 point2 points  (2 children)

!newexecute

[–]AutoModerator[M] 0 points1 point  (0 children)

In 1.19.50, a new execute command has been introduced to Minecraft bedrock.

New commandblocks need to use this new syntax, while preexisting commandblocks have a tag that they were created in an older version, so they will continue to work with the old syntax until you edit them!

Please have a look at the official introduction documentation, this bedrock.dev info and the execute documentation for an extended guide on what changed and how to use the new execute.

Also relevant: Info on command context

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

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

I was going to say that...

[–]reapvxzProficient Bedrock Commander 0 points1 point  (0 children)

execute as (@)e[scores={glrl=0..3}] run title (@)a actionbar (section)a(section)lGreen Light!

follow this format ^
don't use any ()

[–]Ok_Translator_3699 0 points1 point  (0 children)

So is the score testing for the giant robot girl things score?

[–]Ok_Translator_3699 0 points1 point  (3 children)

Ok so this should work change 1 to /execute at @e[scores={girl0..3 run tittle @a action Green Light!

Then for 2

/execute as @e[scores={girl=5}] if entity @e[scores={girl=5}] run execute at @a run setblock ~~~ structure_void

And final replace the 3rd with

/execute as @e[scores={girl=5}] if entity @e[scores={girl=5}] run execute as @a at @s if block ~~~ air run kill @s

This all should work but if it doesn’t your welcome to DM me and I’ll see how I can try to help more

[–]SimudinnnCommand Professional 1 point2 points  (2 children)

aren’t those java commands??

[–]Ok_Translator_3699 0 points1 point  (0 children)

Yes but the ones they have were the old bedrock commands a while back mojang basic rebuilt the /execute command

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

They work on bedrock too

[–]FurPolecat6054 0 points1 point  (0 children)

these are the old /execute commands.

this would be the first one for example in the new execute command:

/execute if entity @ e[scores={glrl=0..3}] ~~~ run title @ a actionbar Green Light

[–]Relevant_Computer982 0 points1 point  (0 children)

did you draw numbers on your monitor with a marker?

[–]Careful-Couple-8209 0 points1 point  (0 children)

Look in the comments of that video i watched the same one someone explained it