EngineHub / WorldEdit

🗺️ Minecraft map editor and mod
https://enginehub.org/worldedit/
Other
3.09k stars 837 forks source link

Schematic list load command can fail #2564

Open octylFractal opened 3 months ago

octylFractal commented 3 months ago

WorldEdit Version

7.3.3

Platform Version

N/A

Confirmations

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

  1. Make a schematic file with " in it
  2. //schem list
  3. Try to click the [L] for it.
  4. Failure.

Anything Else?

No response