This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the issue?
Please provide any additional information below.
Getting this crash :
Last login: Mon Nov 4 16:35:11 on ttys000/Users/alexkelderhuis/Desktop/Test\ Server/Start.command ; exit;L4GTb-Alex-Kelderhuis:~ alexkelderhuis$ /Users/alexkelderhuis/Desktop/Test\ Server/Start.command ; exit;16:35:34 [INFO] Starting minecraft server version 1.6.416:35:34 [INFO] Loading properties16:35:34 [INFO] Default game type: SURVIVAL16:35:34 [INFO] Generating keypair16:35:34 [INFO] Starting Minecraft server on *:2556516:35:34 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.4-R2.0-b2918jnks (MC: 1.6.4) (Implementing API version 1.6.4-R2.0)16:35:34 [SEVERE] Could not load 'plugins/VersionIgnore-master.jar' in folder 'plugins'org.bukkit.plugin.InvalidPluginException: java.lang.Error: Unresolved compilation problems: The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved ProtocolManager cannot be resolved to a type ProtocolManager cannot be resolved to a type ProtocolLibrary cannot be resolved ProtocolManager cannot be resolved to a type ProtocolManager cannot be resolved to a type PacketAdapter cannot be resolved to a type ConnectionSide cannot be resolved to a variable ListenerPriority cannot be resolved to a variable GamePhase cannot be resolved to a variable Packets cannot be resolved to a variable PacketEvent cannot be resolved to a type Packets cannot be resolved to a variable PacketContainer cannot be resolved to a type plugin cannot be resolved plugin cannot be resolved to a variable ProtocolManager cannot be resolved to a type PacketAdapter cannot be resolved to a type ConnectionSide cannot be resolved to a variable ListenerPriority cannot be resolved to a variable GamePhase cannot be resolved to a variable Packets cannot be resolved to a variable PacketEvent cannot be resolved to a type PacketContainer cannot be resolved to a type PacketEvent cannot be resolved to a type PacketContainer cannot be resolved to a type StructureModifier cannot be resolved to a type
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:182) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugins(CraftServer.java:241) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.<init>(CraftServer.java:219) at net.minecraft.server.v1_6_R3.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:107) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:393) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)Caused by: java.lang.Error: Unresolved compilation problems: The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved The import com.comphenix cannot be resolved ProtocolManager cannot be resolved to a type ProtocolManager cannot be resolved to a type ProtocolLibrary cannot be resolved ProtocolManager cannot be resolved to a type ProtocolManager cannot be resolved to a type PacketAdapter cannot be resolved to a type ConnectionSide cannot be resolved to a variable ListenerPriority cannot be resolved to a variable GamePhase cannot be resolved to a variable Packets cannot be resolved to a variable PacketEvent cannot be resolved to a type Packets cannot be resolved to a variable PacketContainer cannot be resolved to a type plugin cannot be resolved plugin cannot be resolved to a variable ProtocolManager cannot be resolved to a type PacketAdapter cannot be resolved to a type ConnectionSide cannot be resolved to a variable ListenerPriority cannot be resolved to a variable GamePhase cannot be resolved to a variable Packets cannot be resolved to a variable PacketEvent cannot be resolved to a type PacketContainer cannot be resolved to a type PacketEvent cannot be resolved to a type PacketContainer cannot be resolved to a type StructureModifier cannot be resolved to a type
at net.edencampo.versionignore.VersionIgnore.<init>(VersionIgnore.java:12) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:178) ... 9 more16:35:34 [INFO] [ProtocolLib] Loading ProtocolLib v2.7.316:35:35 [INFO] [ProtocolLib] Enabling ProtocolLib v2.7.316:35:35 [INFO] [ProtocolLib] Started structure compiler thread.16:35:35 [INFO] Preparing level "world"16:35:35 [INFO] Preparing start region for level 0 (Seed: -5019061306297822027)16:35:36 [INFO] Preparing spawn area: 70%16:35:36 [INFO] Preparing start region for level 1 (Seed: -5019061306297822027)16:35:37 [INFO] Preparing start region for level 2 (Seed: -5019061306297822027)16:35:37 [INFO] Server permissions file permissions.yml is empty, ignoring it16:35:38 [INFO] Done (2,743s)! For help, type "help" or "?">
ProtocolLib gets enabled after VersionIgnore, that is bad, and it makes the errors. Make sure the plugin.yml has depend: [ProtocolLib] in it, because it HAS to get loaded after it.
To post a comment, please login or register a new account.