drtshock / SchematicShop

Get all your Christmas shopping done here.
1 stars 3 forks source link

Toggle -a on place #10

Open MineCove opened 9 years ago

MineCove commented 9 years ago

When placing schematics, they are put done so with -a so air isn't copied. Buildings placed underground end up full of stone where air should be.

This -a toggle would be best in the configuration, thanks!

drtshock commented 9 years ago

How do you paste with this? I've been curious as to how I can implement this but didn't know you could ;o

MineCove commented 9 years ago

When you paste normally with WorldEdit via //paste, an optional parameter can be added that is '-a' (-Air)

As the WorldEdit wiki puts it: //paste Pastes the clipboard. If you paste with -a, air blocks are being ignored.

Currently it seems that SchemShop seems to default to using the -a parameter

Instead it should simply be //paste

If you'd like to test this:

You'll notice where you had the -a parameter, air blocks were ignored, and your box now has stone blocks in it. Without the -a parameter, air blocks were not ignored, and thus replaced the stone blocks

Ultimately since SchematicShop makes the //paste on behalf of the server, this may be an issue with WorldEdit auto using the -a parameter when placing on behalf of the server. In this case I'd contact them since this would be out of your control.

drtshock commented 9 years ago

Weird. I'm in Phoenix for the week but I'll try to take a look at this when I have some downtime at the hotel. I don't remember seeing an option for that in the WE API when pasting but I probably just missed something. Thanks for the detailed response, helps a ton!

MineCove commented 9 years ago

No problem, take all the time you need. No rush