SIsilicon / WorldEdit-BE

A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition.
GNU General Public License v3.0
294 stars 34 forks source link

tools dont behave as expected #296

Closed theonlytruemuck closed 1 month ago

theonlytruemuck commented 1 month ago

Is there an existing issue for this?

Current behaviour

when i used the move command ";move -s 1" it moved the blocks in the selection box and the selection box one block but when i tried making a tool ";tool cmd ;move -s 1" it just said s is an invalid argument and didnt modify the tool.

Expected behaviour

it should have made a tool that when used moves the blocks in the selection box and the selection box one block into the direction im looking at

Steps to reproduce

No response

Content logs

No response

Minecraft version

1.21.30

Device and operating system

samsung galaxy A25

Additional info

i dont know if it is related in any way i also have canopy and undersdudy installed. maybe they are conflicting in any way

CrackedMatter commented 1 month ago

You need to wrap the command in quotes: ;tool cmd ";move -s 1"

theonlytruemuck commented 1 month ago

o thank you