FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Poly Selections are not properly actioned

Nacholebraa opened this issue ยท 6 comments

commented

Server Implementation

Paper

Server Version

1.20.4

Describe the bug

When you are making a poly selection and then setting the block it is not respecting the defined area and remains as cuboid.

To Reproduce

//wand
//sel poly
(make random shape)
//set stone

Dose not set to poly but to cuboid selection

Expected behaviour

A poly selection should respect the poly selection.

Screenshots / Videos

image

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/744331f5957e42c185595bfe3bed92fc

Fawe Version

FastAsyncWorldEdit-651

Checklist

Anything else?

No response

commented

https://intellectualsites.gitbook.io/fastasyncworldedit/command-utilities/selection You need a polyhedron if you don't do the height, please take a look at the documentation

Problem persists with height defined. I've used worldedit for over 6 years and never encountered this issue with //sel poly until now.

2024-02-05_20 02 38

2024-02-05_20 01 12

commented

Can you retry with only fawe, your worldedit visualizer plugin and paper?
We can't guarantee if you reload your server the whole plugin works. Also 120 Plugins can do a lot to each other as they are from many different developers with no collective standard.

commented

https://intellectualsites.gitbook.io/fastasyncworldedit/command-utilities/selection
You need a polyhedron if you don't do the height, please take a look at the documentation

commented

Can you retry with only fawe, your worldedit visualizer plugin and paper? We can't guarantee if you reload your server the whole plugin works. Also 120 Plugins can do a lot to each other as they are from many different developers with no collective standard.

Unfortunately I cannot reproduce this with just the plugins, seems like it might be an us side issue. Sorry :(

commented

grafik
on the left //sel poly (2D), on the right //sel polyhedron (which is 3D). Could not reproduce this behaviour given from the creator. FAWE 659 and git-Paper-409 (MC: 1.20.4) Git: 9e171ef

commented

Also as a hint: there might be something off with your selection plugin, this reproduction above is without, but I tend to use the maintained wesui plugin and personally never saw your issue while building. Might have been an unlucky day or a coincidence we don't know.