Skip to content

World Symlink

IzzelAliz edited this page Jul 16, 2021 · 3 revisions
compatibility {
    # Create symbol links to mod dimension folder that matches Bukkit format
    # Enable this could improve plugin compotibility
    # Changing this on production server will cause changes to mod world names
    #   and cause data loss on plugins relying world names
    symlink-world=true
}

This is disabled by default in 1.16 and will be enabled by default in 1.17.

FAQ

A required privilege is not held by the client

Windows requires additional setup for this feature.

  • Win+R run secpol.msc
  • In Security Settings>Local Policies>User Rights Assignment>Create symbolic links
  • Add your Windows account
  • Log out and log in current session (or just reboot)

客户端没有所需的特权

Windows 系统需要额外的设置以启用该特性

  • 运行 secpol.msc
  • 转到 安全设置>本地策略>用户权限分配>创建符号链接
  • 将当前用户加入
  • 重新登录账户(或重启)
Clone this wiki locally