FastAsyncWorldEdit

FastAsyncWorldEdit

245k Downloads

//copy -m mask argflag doesn't work with certain masks

eztaK-red opened this issue ยท 0 comments

commented

Server Implementation

Paper

Server Version

1.21.4

Describe the bug

When using //copy's -m flag, it ignores certain masks.

To Reproduce

  1. Fresh Server (paper-1.21.4-188.jar) + FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1061.jar
  2. Select a region
  3. Compare //cut -m >#solid with //replace >#solid air
  4. 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

Image
Image
Image

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/0c373c0020794b6cbec3588d634deace

Fawe Version

2.13.1-SNAPSHOT-1061;46dc455

Checklist

Anything else?

It appears that all masks which are supposed to check neighbouring blocks (>,<,#offset) simply check the current block.