Last active
August 29, 2015 14:12
-
-
Save chrislerum/0e95fd280fc39b70c590 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[03:35:20 INFO]: Starting Minecraft server on *:25565 | |
[03:35:20 INFO]: Set PluginClassLoader as parallel capable | |
[03:35:20 ERROR]: Could not load 'plugins/DynmapPlotMe.jar' in folder 'plugins' | |
org.bukkit.plugin.UnknownDependencyException: dynmap | |
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:223) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:496) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[03:35:25 INFO]: [PlotMe] Enabling PlotMe v0.15.2 | |
[03:35:26 ERROR]: [PlotMe] The world plotworld either does not exist or not using a PlotMe generator | |
[03:35:26 ERROR]: [PlotMe] Please ensure that plotworld is set up and that it is using a PlotMe generator | |
[03:35:26 ERROR]: [PlotMe] The default generator can be downloaded from | |
[03:35:26 ERROR]: [PlotMe] Uh oh. There are no plotworlds setup. | |
[03:35:26 ERROR]: [PlotMe] Is that a mistake? Try making sure you setup PlotMe Correctly PlotMe to stay safe. | |
[03:35:26 ERROR]: Error occurred while enabling PlotMe v0.15.2 (Is it up to date?) | |
java.lang.NoClassDefFoundError: com/sk89q/worldedit/function/mask/Mask | |
at com.worldcretornica.plotme_core.bukkit.BukkitServerBridge.setupHooks(BukkitServerBridge.java:110) ~[?:?] | |
at com.worldcretornica.plotme_core.PlotMe_Core.enable(PlotMe_Core.java:50) ~[?:?] | |
at com.worldcretornica.plotme_core.bukkit.PlotMe_CorePlugin.onEnable(PlotMe_CorePlugin.java:33) ~[?:?] | |
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:333) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:352) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:400) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:368) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:323) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:496) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25] | |
Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.function.mask.Mask | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:372) ~[?:1.8.0_25] | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25] | |
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25] | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25] | |
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-"a394151"] | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25] | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25] | |
... 14 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment