MassiveCraft / Factions

https://www.massivecraft.com/factions
245 stars 590 forks source link

dynmapfactionpremium #715

Closed link59 closed 9 years ago

link59 commented 9 years ago

Hello I have put the dynmapfactions in my plugin file(case) but it does not load(charge) him(it) I have last version of faction massivecore and dynmap my dynmap storage is in msql

myplugins :MagicCarpet, TuxTwoLib, MultiWorld, HorseKeep, MultiInv, GroupManager, PTweaks, WorldEdit, FrameProtect, mcjobs, MassiveCore, BOSEconomy, SuperCensor, Vault, PlayerHeads, LogBlock, LWC, BarAPI, WorldGuard, RemoteToolkitPlugin, dynmap, BetterAFK, Dynmap-WorldGuard, CustomJoinItems, AntiGuest, IP-Check, Minigames, SurvivalGames, ChestCommands, PerWorldPlugins, BossMessage, RateOfXray, RideThaMob, ChestShop, EasyFireworks, AutoSaveWorld, HolographicDisplays, Essentials, WorldBorder, Citizens, EssentialsProtect, EssentialsSpawn, AuthMe, EssentialsChat, Factions, PvPManager, Sentry

[19:55:32] [Server thread/ERROR]: Could not load 'plugins/FactionsDynmap.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/massivecraft/factionsdynmap/FactionsDynmap : Unsupported major.minor version 52.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] Caused by: java.lang.UnsupportedClassVersionError: com/massivecraft/factionsdynmap/FactionsDynmap : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_25] at java.lang.ClassLoader.defineClass(ClassLoader.java:788) ~[?:1.7.0_25] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_25] at java.net.URLClassLoader.defineClass(URLClassLoader.java:447) ~[?:1.7.0_25] at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_25] at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_25] at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_25] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_25] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_25] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_25] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_25] at java.lang.Class.forName0(Native Method) ~[?:1.7.0_25] at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_25] at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]

oloflarsson commented 9 years ago

Update to Java 8 and it will work. This is however a bug. I compiled it with the wrong settings. Next version will work with Java 6 and above!