API: [07:56:34 ERROR]: Unsupported key: minecraft:
Charonum opened this issue ยท 2 comments
WorldEdit Version
7.2.12
Platform Version
Paper
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
When pasting a schematic using the API, [07:56:34 ERROR]: Unsupported key: minecraft:
gets spammed in the console and nothing else happened. At first, I thought my schematic was somehow corrupted, but after pasting using commands, it works perfectly!
Expected Behavior
The Schematic gets pasted without errors int the correct location.
Reproduction Steps
- Implement
pasting code.txt
so it can be triggered on command. - Put a
Wendys.schem
file in the plugin's data folder. (Github does not support uploading .schem files)
Anything Else?
No response
pasting code.txt
that's a build issue, not related to worldedit.
make sure your build tool doesn't modify the schematic in your plugin.