Pasting doors not working
SecretlyJealous opened this issue ยท 7 comments
Server Implementation
Paper
Server Version
1.19.4
Describe the bug
Pasting doors does not work, I'm not sure if there are other blocks affected:
To Reproduce
Copy a door with worldedit then use //paste
Expected behaviour
The door should be pasted
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/8c21fcdfda2a4eafa6dc1769c8701633
Fawe Version
FastAsyncWorldEdit version 2.6.2-SNAPSHOT-437;362f6cc
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
Could you also take a look at other double-height blocks (tall grass e.g.) and trapdoors if you've got a minute?
Could you also take a look at other double-height blocks (tall grass e.g.) and trapdoors if you've got a minute?
Same thing happens with tall grass and trapdoors, they don't get pasted
I'll take a look if I can replicate it with only FAWE and Paper and try it with Plotsquared as well
I wasn't able to replicate this issue with plotsquared and fawe and also latest paper version. Looks more like an issue with Coreprotect to me. Can you try it without CoreProtect to see if it works @SecretlyJealous ?
Note: Reverting to Build 408 fixes the issue, so I suspect a recent commit has caused this
I reproduced it on build 437 without CoreProtect, fawe debugpaste: https://athion.net/ISPaster/paste/view/148f745aac5a423b92863cbfbfe4d9a7
Second guess: I saw Panilla working with NBT and FAWE. That might be the problem. Can you test it without it as well @SecretlyJealous ?
Second guess: I saw Panilla working with NBT and FAWE. That might be the problem. Can you test it without it as well @SecretlyJealous ?
I figured out the problem, it's because of this change: #2184. I've changed "Universal-disallowed-blocks" from true to false. I don't want players to set doors for example but I still want them to be allowed to paste them.