I am experiencing an issue where, after the Starting in 10 and so on reaches 0. It keeps going into the negative numbers and does not start the game, all it does is clears my inventory.
Snake game is the only game that fail to load at startupefor me 1.3.5 1.14.8 1.8.8 Startup error: Code (Text): [15:41:59] [Server thread/ERROR]: Error occurred while enabling MGSnake v1.3.5 (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/World at com.comze_instancelabs.mgsnake.Main.onEnable(Main.java:102) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-e4d4710-e1ebe52] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-e4d4710-e1ebe52] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-e4d4710-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-e4d4710-e1ebe52] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-e4d4710-e1ebe52] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-e4d4710-e1ebe52] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.World at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-e4d4710-e1ebe52] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-e4d4710-e1ebe52] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_91] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_91] ... 12 more
Update all your stuff Server and Plugins (New Builds in the First Link of the MinigamesLib Description (atm only dev build or wait for the officiel release))
no because this are ONLY devbuilds and here on spigot we upp final build (atm we test some bugs and other thinks and release the new build then here)
Review your config.yml of MGSnake. You will find an entry called "players_invisible". Setting it to false should help. It it does not help please fill an issue at https://github.com/MysticCity/MinigamesAPI/issues
Spigot 1.10.2 and the usual constellation of supporting plugins, all latest pulls MinigamesLib version 1.14.10-20160814.064345 MGFlyingCars version 1.14.10-20160814.071451 MGSnake version 1.14.10-20160814.071708 Despite the fact that no one is playing, there are frequent console/log entries: [08:26:24 INFO]: Cancelled powerup task. [08:26:24 INFO]: Use the latest MinigamesLib version to get powerups. Since this is the latest MinigamesLib version, what else could be the cause?
please create a new issue at github. I already removed some debug output from the code. Will remove more entries that are "spamming" or let them only spam if debug is enabled. The second one about the minigames lib Version should be investigated.