WorldEdit

WorldEdit

43M Downloads

Can't load schematics from within symlinked folders

LadyCailinBot opened this issue ยท 3 comments

commented

WORLDEDIT-3310 - Reported by zreed

Trying to load a schematic from a symlinked folder always fails with "Clipboard file could not read or it does not exist." The code for ''//schematic load'' seems to get a File from {{WorldEdit.getSafeOpenFile()}} but later checks the path again (without accounting for whether or not to allow symbolic links per the config setting as {{WorldEdit.getSafeOpenFile()}} does) resulting in the schematic failing to load. ''//schematic save'' doesn't have this additional check.

commented

Comment by wizjany

there's a config setting to turn this off

commented

Comment by zreed

I have allow-symbolic-links: true set in the config.

commented

Comment by wizjany

oh i see what you mean now