Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schematics from Fabric world edit cant be loaded on FAWE #2547

Open
2 tasks done
Strongis13 opened this issue Jan 19, 2024 · 3 comments
Open
2 tasks done

Schematics from Fabric world edit cant be loaded on FAWE #2547

Strongis13 opened this issue Jan 19, 2024 · 3 comments
Labels
Approved Added if an issue has been approved by a maintainer Enhancement New feature or request

Comments

@Strongis13
Copy link

Strongis13 commented Jan 19, 2024

Server Implementation

Paper

Server Version

1.20.4

Describe the bug

When attempting to load a .schem file which was saved using the 1.20.2 fabric version of WorldEdit, FAWE will throw an error

To Reproduce

  1. Open a server/world running fabric (in this case 1.20.2) with world edit installed
  2. Make a selection, copy, save
  3. Switch to a 1.20.2/1.20.4 server running Paper with FAWE
  4. //schem load <name>
  5. See error in chat "This schematic version is not supported"

ALTERNATE:
4. //schematic loadall <name>
5. //paste
6. See error in console "This schematic version is not supported"

Expected behaviour

.schem file can be loaded and pasted with no errors

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/9574e984e15645538d6de934aa44c602

Fawe Version

2.8.5-SNAPSHOT-641;b3905c2

Checklist

Anything else?

fawe-demo.zip
Here is the .schem file I used to verify this issue.

@Strongis13 Strongis13 added the Requires Testing This is a new issue which needs to be approved before labeled with "bug" label Jan 19, 2024
@EncryptSL
Copy link

Yep yep, i have same issue.

@SirYwell SirYwell added Enhancement New feature or request Approved Added if an issue has been approved by a maintainer and removed Requires Testing This is a new issue which needs to be approved before labeled with "bug" labels Feb 10, 2024
@SirYwell
Copy link
Member

Seems like you are using the Beta version of WorldEdit 7.3 to create the schematic, which will be written as v3 by default. You can use //schem save mySchematicName sponge.2 to use the v2 format. FAWE should be able to load that.

We'll keep this issue open until FAWE supports the v3 format.

@Strongis13
Copy link
Author

Seems like you are using the Beta version of WorldEdit 7.3 to create the schematic, which will be written as v3 by default. You can use //schem save mySchematicName sponge.2 to use the v2 format. FAWE should be able to load that.

Yep this is working for what I need, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Added if an issue has been approved by a maintainer Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants