📜  spigot world copy - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:23.003000             🧑  作者: Mango

代码示例2
// The world to copyWorld source = Bukkit.getWorld("world");File sourceFolder = source.getWorldFolder(); // The world to overwrite when copyingWorld target = Bukkit.getWorld("NewWorld");File targetFolder = target.getWorldFolder();