//set and brushes with custom percentage pattern not working
VEGAreed opened this issue ยท 2 comments
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
- 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].
- 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
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit-1.17/ and the issue still persists.
Anything else?
No response
% 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]