Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. [09:18:35] [Server thread/INFO]: Starting minecraft server version 1.11
  2. [09:18:35] [Server thread/INFO]: Loading properties
  3. [09:18:35] [Server thread/INFO]: Default game type: SURVIVAL
  4. [09:18:35] [Server thread/INFO]: Generating keypair
  5. [09:18:35] [Server thread/INFO]: Starting Minecraft server on *:25564
  6. [09:18:35] [Server thread/INFO]: Using default channel type
  7. [09:18:36] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-0fa1ad2 (MC: 1.11) (Implementing API version 1.11-R0.1-SNAPSHOT)
  8. [09:18:36] [Server thread/ERROR]: Could not load 'plugins\worldguard.jar' in folder 'plugins'
  9. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandsManager
  10. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Bukkit-0fa1ad2]
  11. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit.jar:git-Bukkit-0fa1ad2]
  12. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-0fa1ad2]
  13. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:297) [craftbukkit.jar:git-Bukkit-0fa1ad2]
  14. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.<init>(CraftServer.java:259) [craftbukkit.jar:git-Bukkit-0fa1ad2]
  15. at net.minecraft.server.v1_11_R1.PlayerList.<init>(PlayerList.java:73) [craftbukkit.jar:git-Bukkit-0fa1ad2]
  16. at net.minecraft.server.v1_11_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-0fa1ad2]
  17. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:185) [craftbukkit.jar:git-Bukkit-0fa1ad2]
  18. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:521) [craftbukkit.jar:git-Bukkit-0fa1ad2]
  19. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  20. Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandsManager
  21. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_111]
  22. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_111]
  23. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-0fa1ad2]
  24. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-0fa1ad2]
  25. ... 9 more
  26. Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandsManager
  27. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_111]
  28. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit.jar:git-Bukkit-0fa1ad2]
  29. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-0fa1ad2]
  30. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_111]
  31. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_111]
  32. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_111]
  33. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_111]
  34. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-0fa1ad2]
  35. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-0fa1ad2]
  36. ... 9 more
  37. [09:18:36] [Server thread/INFO]: Preparing level "world"
  38. [09:18:36] [Server thread/INFO]: Preparing start region for level 0 (Seed: 664558995236749664)
  39. [09:18:37] [Server thread/INFO]: Preparing spawn area: 39%
  40. [09:18:38] [Server thread/INFO]: Preparing start region for level 1 (Seed: 664558995236749664)
  41. [09:18:39] [Server thread/INFO]: Preparing spawn area: 61%
  42. [09:18:39] [Server thread/INFO]: Preparing start region for level 2 (Seed: 664558995236749664)
  43. [09:18:40] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  44. [09:18:40] [Server thread/INFO]: Done (4.053s)! For help, type "help" or "?"
  45. [09:18:50] [Server thread/INFO]: Stopping the server
  46. [09:18:50] [Server thread/INFO]: Stopping server
  47. [09:18:50] [Server thread/INFO]: Saving players
  48. [09:18:51] [Server thread/INFO]: Saving worlds
  49. [09:18:51] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  50. [09:18:51] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  51. [09:18:51] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement