
//copy -m mask argflag doesn't work with certain masks
eztaK-red opened this issue ยท 0 comments
Server Implementation
Paper
Server Version
1.21.4
Describe the bug
When using //copy's -m
flag, it ignores certain masks.
To Reproduce
- Fresh Server (paper-1.21.4-188.jar) + FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1061.jar
- Select a region
- Compare
//cut -m >#solid
with//replace >#solid air
- Observe that //cut only removes
#solid
blocks and not according to the given mask>#solid
.
Expected behaviour
//cut -m >#solid
is supposed to remove the same blocks as //replace >#solid air
(As it does when using the original WorldEdit)
Screenshots / Videos
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/0c373c0020794b6cbec3588d634deace
Fawe Version
2.13.1-SNAPSHOT-1061;46dc455
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
It appears that all masks which are supposed to check neighbouring blocks (>
,<
,#offset
) simply check the current block.