FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

`//walls` weird behaviour on 1D/2D selections

Xaver106 opened this issue ยท 0 comments

commented

Server Implementation

Paper

Server Version

1.18.2

Describe the bug

Using //walls on a 1D selection results in blocks placed outside of the selection:

When making a 1D selection on the Z-axis, it creates sort of an H:
image

With a 1D selection on the Y-axis, it creates blocks on the side of the selection. Always along the X-axis:
image

This is also an issue with 2D selections on the Z- and Y-axis. The extra blocks still go along the X-axis:
image

To Reproduce

  1. make a selection similar to the ones described above
  2. use //walls
  3. be amazed at how weird FAWE can be

Expected behaviour

Only place blocks inside selection or check if selection works.

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/6ddd79faa4ae48fe8ca742590411ceb1

Fawe Version

FastAsyncWorldEdit version 2.3.1-SNAPSHOT-209;462bba4

Checklist

Anything else?

No response