FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Allowed filenames can be problematic with windows

Xaver106 opened this issue ยท 1 comments

commented

What feature do you want to see added?

Add a check if the filename is forbidden on windows, as it can be a problem when hosting on windows or letting users download those schematics. All forbidden filenames/characters on windows can be found here: https://stackoverflow.com/a/31976060

Are there any alternatives?

no

Anything else?

No response

commented

Unix and Linux usually use a case-sensitive file systems, but Windows does not. A backup of the schematics can therefore still lead to problems.

And on a server running on Linux, you can still create schematics that contain "*" or other characters because the exception is only executed on Windows. This is a problem for backups across systems.