Advertisement
Bob1nz

Startup with Towny and without WorldGuard

Dec 12th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. [17:01:16] [Server thread/INFO]: Starting minecraft server version 1.8
  2. [17:01:16] [Server thread/INFO]: Loading properties
  3. [17:01:16] [Server thread/INFO]: Default game type: SURVIVAL
  4. [17:01:17] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-da32fe1-2ba7357 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
  5. [17:01:17] [Server thread/INFO]: Debug logging is disabled
  6. [17:01:17] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [17:01:17] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [17:01:17] [Server thread/INFO]: Generating keypair
  9. [17:01:18] [Server thread/INFO]: Starting Minecraft server on 192.168.1.222:25565
  10. [17:01:19] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  11. [17:01:20] [Server thread/ERROR]: Could not load 'plugins\MysteryCrates.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/flags/Flag
  13. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  16. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  17. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  18. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:494) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  19. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  20. Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/flags/Flag
  21. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  22. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
  23. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  24. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  25. ... 6 more
  26. Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.protection.flags.Flag
  27. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  28. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  29. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  30. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  33. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  34. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  35. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  36. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
  37. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  38. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-da32fe1-2ba7357]
  39. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement