TheBeems / pxt-worldBuilder

Script to make building inside Minecraft:Education Edition a little easier. Inspired by, and similar as WorldEdit for Minecraft.
MIT License
5 stars 3 forks source link

Issue with fill command #16

Open Darkshipreturn opened 2 years ago

Darkshipreturn commented 2 years ago

Hi there @TheBeems!

I have been doing a project for school where I need to build a hub kind of thing and I wanted to speed up the process by using your Github repository. When I managed to get it into Minecraft education everything ran fine but when I start to type "fill" [Whatever Block] it just cuts the air leaving nothing in place. It might just be me not understanding but I have typed it multiple times and nothing has changed whatsoever other than that, I find it really cool that you made this! I would appreciate it if you could find my problem since this is kind of a big project I'm working on at school.

Best Wishes, @Darkshipreturn

TheBeems commented 2 years ago

Hi @Darkshipreturn , sorry for the late reply.

In order for the fill command to work, you need to set atleast 2 marks. You can set a mark with the wooden axe (right click). If you don't have a wooden axe, you can receive one by using the command 'wand'.

When you have set 2 marks, you can type in 'fill' and the area between it will filled with the default block.

I hope this helps. Let me know if it worked.

Best Regards