Beds and doors will not copy/paste/stack etc
NJDaeger opened this issue ยท 2 comments
Versions
WorldEdit version: Bukkit-Official(7.2.0-SNAPSHOT+4947-404feef)
Platform version: git-Paper-221 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
Describe the bug
Whenever I copy, paste, or stack doors and beds, nothing is changed.
To Reproduce
- Place some beds and doors down
- Select them and copy
- Paste them or stack your selection.
Expected behavior
When you select beds and doors, they should be able to be copied and pasted or stacked.
Due to WorldEdit 7.3.0 defaulting to //reorder fast
, this is resolved. It's most likely an issue with the multi-stage reorder system that probably cannot be easily fixed. Therefore fast reorder is probably the best solution here anyway. Closing as it's "fixed by default"
Notably, to reproduce this you need the exact setup shown in the screenshot. Beds alone, doors alone, and beds not in front of doors all work fine. Only issue is when the door is directly behind the bed.
Edit: has to be the head side, works fine on the foot side.
also, turning off connections/validation via //fast mode works fine. Maybe just some weird placement/update issue?