FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Pasting doors not working

SecretlyJealous opened this issue ยท 7 comments

commented

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:

Doing a copy:
2023-05-24_09 55 57

Doing a paste:
2023-05-24_09 56 04

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

Anything else?

No response

commented

Could you also take a look at other double-height blocks (tall grass e.g.) and trapdoors if you've got a minute?

commented

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

commented

I'll take a look if I can replicate it with only FAWE and Paper and try it with Plotsquared as well

commented

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 ?

commented

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

2023-05-24_11 29 40

2023-05-24_11 29 47

commented

Second guess: I saw Panilla working with NBT and FAWE. That might be the problem. Can you test it without it as well @SecretlyJealous ?

commented

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.