FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Cannot copy-paste signs

InfectedCatBite opened this issue ยท 5 comments

commented

Server Implementation

Paper

Server Version

1.20.4

Describe the bug

Using Plotsquared and FAWE, copying and pasting a sign doesn't work. The sign isn't pasted, even when using -e

To Reproduce

  1. Place a sign
  2. Create a cuboid containing the sign
  3. //copy
  4. Move then //paste

Expected behaviour

The sign should be there after the //paste.

Screenshots / Videos

Original on left, //paste result on right. Note the missing sign. (Blocks demonstrate that the cuboid was created properly.)

image

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/296154f4bcf242278021f87c44fa51af

Fawe Version

FastAsyncWorldEdit version 2.9.3-SNAPSHOT-719;8b59741

Checklist

Anything else?

No response

commented

Does it work when having OP / all permissions?

commented

Have you looked for an invisible sign inside the selection?

commented

Have you looked for an invisible sign inside the selection?

Not sure how to do that. Pointing the cursor at that spot doesn't reveal any block outlines.

commented

Does it work when having OP / all permissions?

Yes, it works (the sign is copied) if an OP user does it.

commented

Problem was that I had signs on the disallowed-blocks list. Solved.