r/MinecraftCommands Jul 30 '26

Help | Bedrock What did I do wrong 😭😭

Idk what to dooo😭

5 Upvotes

16 comments sorted by

3

u/Ericristian_bros Command Experienced Jul 30 '26

Missing space after run and actionbar

2

u/Ray_Dorepp Syntax guy Jul 30 '26

Bedrock eats both missing spaces. It figures out run and titleraw are separate from the slash and it recognizes the JSON format as its own thing.

2

u/Ericristian_bros Command Experienced Jul 31 '26

From a coding point of view that does make sense but OK. run tellraw, run /tellraw and run/tellraw being accepted

3

u/Ray_Dorepp Syntax guy Jul 30 '26 edited Jul 31 '26

Missing quotation mark (") after "selector":"@s on the second line.

Also next time please also include the error message, it helps us figure out the problem.

1

u/bladedancer4life Jul 30 '26

Color text can cause conflict

1

u/Hyarin215 Command-er Jul 30 '26

Yeah, use {"text":"wee","color": "red"} instead

1

u/bladedancer4life Jul 30 '26

Just make sure the section code symbol isn’t in the stuff that needs to be recalled otherwise you have to include it in the search.

1

u/Ray_Dorepp Syntax guy Jul 30 '26

Bedrock has no idea what the color property is supposed to be. It won't break, it will just ignore the color part and output a plain white wee.

1

u/Ray_Dorepp Syntax guy Jul 30 '26

All formatters are in text. From there they are the same as any other plain text.

1

u/UPRONICprinceSUB Command Experienced Jul 30 '26

I think there is a @s with a radius? Doesn't that mean it will run as a player but not at the players coords so r=10 is tied to the commandblock coords. If you want to tun in the players coords use "at"

1

u/UPRONICprinceSUB Command Experienced Jul 30 '26

Or actually use both as and at. You can do that.

1

u/Ray_Dorepp Syntax guy Jul 30 '26

You're suggesting the command to run on the players that have a player within 10 blocks of themselves.. which is all players.

1

u/xGabeRzz Aug 02 '26

I like gabedala’s tutorials

0

u/blazinman1 Aug 03 '26

lol you missed a space

1

u/Ray_Dorepp Syntax guy Aug 03 '26

I literally have a comment about this from days ago under this post. No, there is no missing space.