I've seen other posts on the Minecraft Feedback website that talk about ways to invert a command's result or execute a command on failure of another. In Java Edition, this is trivial, using the /execute store command:
/execute store success FakePlayer myObjective run clear @p diamond_sword 0 /execute if score FakePlayer myObjective matches 0 run say Hello, World!
But in Bedrock Edition, things are different—some commands don't exist, and most of the ones that remained use syntax similar to Java Edition's 1.12− commands. This makes some command contraptions very limited in functionality.
What I would like is a way to store commands' results in scoreboard values. In 1.12−, this would be accomplished using the /stats command, which I would like to see added to Bedrock Edition.
This will allow major flexibility in results of commands and how they are handled.
Please sign in to leave a comment.
0 Comments