
schematic format detection not working
oncoursemail opened this issue ยท 2 comments
Server Implementation
Paper
Server Version
1.21
Describe the bug
The bug I've discovered is that it can't find the file when trying to load a scheme.
To Reproduce
//schematic loadall or load Loma.schematic
or
//schematic loadall or load spawn.schem
Expected behaviour
(FAWE) Schematic Loma.schematic does not exist! (false|null|false)
(FAWE) Schematic spawn.schem does not exist! (false|null|false)
Screenshots / Videos
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/0f032b315b804e818a8778838beed6a8
Fawe Version
FastAsyncWorldEdit verison 2.11.1-SNAPSHOT-859;8c3df59
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?
I was discussing this issue in the discord with "pierreschwang".
They help find a temp solution and told me to make a ticket to look at the files as well.
2024-07-26T22_18_35.zip
For context: specifying the format explicitly using the formatName argument (mcedit / fast.2) works. The determination on nonExplicitFormat seems to not work as expected.