Pre-release 7 for Minecraft 1.20 is now available in the Minecraft Launcher. This pre-release adds validation of symbolic links and fixes a bug.
To improve safety, the game will now detect symbolic links used inside world directory. For a detailed explanation, check our help article.
allowed_symlinks.txt
in client or server top directory#
are comments and are ignored[type]pattern
, where type
can be glob
, regex
or prefix
prefix
matches start of path with given pattern (so for /test
paths /test
, /test/
and /test/foo.txt
would match)regex
matches regular expression against whole pathglob
uses OS-specific path matching mechanism (for example *.txt
would usually match files with txt
extension)pattern
, which uses default prefix
type