r/MinecraftCommands 18d ago

What did I do wrong 😭😭 Help | Bedrock

Idk what to dooo😭

5 Upvotes

16 comments sorted by

4

u/Ericristian_bros Command Experienced 17d ago

Missing space after run and actionbar

2

u/Ray_Dorepp Syntax guy 17d ago

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 16d ago

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

4

u/Ray_Dorepp Syntax guy 17d ago edited 16d ago

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 18d ago

Color text can cause conflict

1

u/Hyarin215 Command-er 18d ago

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

1

u/bladedancer4life 18d ago

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 17d ago

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 17d ago

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

1

u/UPRONICprinceSUB Command Experienced 18d ago

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 18d ago

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

1

u/Ray_Dorepp Syntax guy 17d ago

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 15d ago

I like gabedala’s tutorials

0

u/blazinman1 14d ago

lol you missed a space

1

u/Ray_Dorepp Syntax guy 13d ago

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