Hello,
I just normally setting up a map in bedwars1058 plugin
when i save the map it just prints this error to the console:
Code
[Server thread/ERROR]: null
net.minecraft.server.v1_8_R3.ExceptionWorldConflict: Failed to check session lock for world located at ./waterfall, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
at net.minecraft.server.v1_8_R3.WorldNBTStorage.checkSession(WorldNBTStorage.java:79) ~[minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.World.checkSession(World.java:2824) ~[minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:951) ~[minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.WorldServer.save(WorldServer.java:923) ~[minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.unloadWorld(CraftServer.java:971) ~[minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.unloadWorld(CraftServer.java:939) ~[minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.Bukkit.unloadWorld(Bukkit.java:475) ~[minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at com.andrei1058.bedwars.maprestore.internal.InternalAdapter.lambda$onSetupSessionClose$11(InternalAdapter.java:186) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [minecraft_server.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_345]
Display More
Full log here: https://mclo.gs/YouiEXP
When I go to that world, All of it now become a void.
Is this thing is a MultiverseCore error or the bedwars plugin i'm using?
Anyways, thanks for help!