Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 23.54 KB | None | 0 0
  1. [16:17:23 ERROR]: null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'mw' in plugin MultiWorld v5.2.8
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[server.jar:git-Spigot-4bd94dc-fb414fe]
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[server.jar:git-Spigot-4bd94dc-fb414fe]
  5. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[server.jar:git-Spigot-4bd94dc-fb414fe]
  6. at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1397) [server.jar:git-Spigot-4bd94dc-fb414fe]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1232) [server.jar:git-Spigot-4bd94dc-fb414fe]
  8. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [server.jar:git-Spigot-4bd94dc-fb414fe]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [server.jar:git-Spigot-4bd94dc-fb414fe]
  10. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [server.jar:git-Spigot-4bd94dc-fb414fe]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_192]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_192]
  13. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [server.jar:git-Spigot-4bd94dc-fb414fe]
  14. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [server.jar:git-Spigot-4bd94dc-fb414fe]
  15. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [server.jar:git-Spigot-4bd94dc-fb414fe]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [server.jar:git-Spigot-4bd94dc-fb414fe]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [server.jar:git-Spigot-4bd94dc-fb414fe]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_192]
  19. Caused by: net.minecraft.server.v1_12_R1.ReportedException: Exception initializing level
  20. at net.minecraft.server.v1_12_R1.WorldServer.a(WorldServer.java:937) ~[server.jar:git-Spigot-4bd94dc-fb414fe]
  21. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.createWorld(CraftServer.java:912) ~[server.jar:git-Spigot-4bd94dc-fb414fe]
  22. at org.bukkit.Bukkit.createWorld(Bukkit.java:454) ~[server.jar:git-Spigot-4bd94dc-fb414fe]
  23. at multiworld.data.WorldManager.loadWorld(WorldManager.java:347) ~[?:?]
  24. at multiworld.data.WorldHandler.loadWorld(WorldHandler.java:129) ~[?:?]
  25. at multiworld.command.world.LoadWorldCommand.runCommand(LoadWorldCommand.java:56) ~[?:?]
  26. at multiworld.command.Command.excute(Command.java:55) ~[?:?]
  27. at multiworld.command.CommandMap.parseCommand(CommandMap.java:37) ~[?:?]
  28. at multiworld.command.CommandMap.runCommand(CommandMap.java:67) ~[?:?]
  29. at multiworld.command.Command.excute(Command.java:55) ~[?:?]
  30. at multiworld.MultiWorldPlugin.pushCommandStack(MultiWorldPlugin.java:221) ~[?:?]
  31. at multiworld.MultiWorldPlugin.onCommand(MultiWorldPlugin.java:206) ~[?:?]
  32. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[server.jar:git-Spigot-4bd94dc-fb414fe]
  33. ... 15 more
  34. Caused by
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement