FastAsyncWorldEdit icon indicating copy to clipboard operation
FastAsyncWorldEdit copied to clipboard

Schematics dont remember their positions

Open Teslicek opened this issue 6 months ago • 8 comments

Server Implementation

Paper

Server Version

1.21

Describe the bug

When you load a schematic on 1.21 and then paste it using //paste -o, the schematic forgets its position and gets pasted to 0, 0, 0.

To Reproduce

  1. Launch the server on 1.21
  2. Select & copy an area -> //copy
  3. Save the area as a schematic -> //schem save
  4. Load the schematic using -> //schem load
  5. Type //paste -o -> it will get pasted at 0, 0, 0

Expected behaviour

Schematics should remember their positions, just like clipboard.

Screenshots / Videos

https://github.com/user-attachments/assets/a1ff1693-3c18-4a6f-89e2-eb7b28261363

Error log (if applicable)

No response

Fawe Debugpaste

Can give in Discord DMs

Fawe Version

2.11.1-SNAPSHOT-865;638344d

Checklist

  • [X] I have included a Fawe debugpaste.
  • [X] I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.

Anything else?

No response

Teslicek avatar Jul 29 '24 15:07 Teslicek