FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

//set and brushes with custom percentage pattern not working

VEGAreed opened this issue ยท 2 comments

commented

Server Implementation

Paper

Server Version

1.17.1

Describe the bug

I can't use brushes and set blocks with custom facing etc. when using % to fill.

To Reproduce

  1. Write //set 30%oak_log[axis=x],50%stone_slab[half=bottom] or //br sphere 30%oak_log[axis=x],50%stone_slab[half=bottom].
  2. That's all.

Expected behaviour

The ability to use brushes and custom percentage patterns with different pattern like 30%oak_log[axis=x],50%stone_slab[half=bottom].

Screenshots / Videos

Preview: https://i.imgur.com/79HkMrF.png

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/daf57b0d04da4e19af72014042099916

Fawe Version

FastAsyncWorldEdit version 1.17-391;4272f96

Checklist

Anything else?

No response

commented

% pattern requires the pattern be specified as an argument, i.e. //set 30%[oak_log[axis=x]],50%[stone_slab[half=bottom]] rather than //set 30%oak_log[axis=x],50%stone_slab[half=bottom]

commented

Nevertheless, the slab property would be type instead of half.