#mask pattern not working with anded by space masks
Lukasz825700516 opened this issue ยท 1 comments
Server Implementation
Paper
Server Version
1.19
Describe the bug
Complex masks like "air >pink_concrete" are not correctly parsed by fawe inside of #mask.
I assume that #mask function parser (and maybe others) exits when it reaches space.
To Reproduce
- Select region
/set "#mask[air >pink_concrete][green_concrete][red_concrete]"
Expected behaviour
"#mask[air >pink_concrete][green_concrete][red_concrete]"
should correctly set green blocks above pink, everywhere else red.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/47264fe217cd4142a99f2bfa510a7184
Fawe Version
2.4.2-SNAPSHOT-247
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?
No response