Poly Selections are not properly actioned
Nacholebraa opened this issue ยท 6 comments
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
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/744331f5957e42c185595bfe3bed92fc
Fawe Version
FastAsyncWorldEdit-651
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
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.
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.
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
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 :(