Schematic list load command can fail
octylFractal opened this issue ยท 0 comments
WorldEdit Version
7.3.3
Platform Version
N/A
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
If a file has a "
in it, the load command issued by the list ClickEvent will not be properly formatted. This means the command will fail.
Expected Behavior
All files should be loadable via clicking in the list.
Reproduction Steps
- Make a schematic file with
"
in it //schem list
- Try to click the
[L]
for it. - Failure.
Anything Else?
No response