Massive Core
❰❰ MassiveCraft on Bukkit ❱❱
MassiveCore | Factions | CreativeGates | Vampire
MassiveBooks | MassiveHat | MassiveTickets
❰❰ Full Documentation ❱❱
Documentation
❰❰ Techy Things ❱❱
GitHub | Report a Bug
What is MassiveCore?
MassiveCore is a Bukkit plugin that contains components the MassiveCraft developers use for developing other Bukkit plugins:
- ItemStack and Inventory serialization
- Commands
- Plugin Integration
- Data storage with JSON
- Disc IO
- … and much more …
Install
- Stop your server.
- Put MassiveCore.jar in your plugins folder.
- Start your server again.
Plugins Using MassiveCore
Internet Connections
MassiveCore sends anonymous usage statistics to bstats.org when your server starts and downloads the latest sponsor configuration file from massivecraft.com hourly. You can disable these internet connections by setting "metricsEnabled" and "sponsorEnabled" to false at the very bottom of the main configuration file.
Official Server
Join in and play with us on the official Factions RPG Minecraft Server!
Hey do anyone know if this but I am using ChatManager plugin and my MassiveCore somehow replace it. How do I disable chat in MassiveCore?
Hello, MassiveCore and MyChunk plugin : conflict ??? /mychunk or /mc -> the same command that MassiveCore -> /mychunk claim = "an internal error occured..." Can you fix this problème please ?
SirCheesyMelon: Not sure if you downloaded the right Massivecore version for your spigot. Try 7.4.0 and 7.2.1. Also try again with a game folder name (Apple Factions) with no spaces in it.
This happened :(
[07:51:26] [Server thread/INFO]: Starting minecraft server version 1.7.9 [07:51:26] [Server thread/INFO]: Loading properties [07:51:26] [Server thread/INFO]: Default game type: CREATIVE [07:51:26] [Server thread/INFO]: Generating keypair [07:51:26] [Server thread/INFO]: Starting Minecraft server on 192.168.15.15:25565 [07:51:27] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.2) [07:51:27] [Thread-7/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: IOException [07:51:28] [Thread-7/WARN]: Could not get latest artifact information: IOException [07:51:28] [Server thread/ERROR]: Could not load 'plugins\MassiveCore.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R4/PlayerInventory at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:355) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:317) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R4/PlayerInventory at com.massivecraft.massivecore.MassiveCore.getMassiveCoreGsonBuilder(MassiveCore.java:85) [?:?] at com.massivecraft.massivecore.MassiveCore.<clinit>(MassiveCore.java:70) [?:?] at java.lang.Class.forName0(Native Method) [?:1.7.0_65] at java.lang.Class.forName(Unknown Source) [?:1.7.0_65] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] ... 9 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R4.PlayerInventory at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_65] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_65] at com.massivecraft.massivecore.MassiveCore.getMassiveCoreGsonBuilder(MassiveCore.java:85) [?:?] at com.massivecraft.massivecore.MassiveCore.<clinit>(MassiveCore.java:70) [?:?] at java.lang.Class.forName0(Native Method) [?:1.7.0_65] at java.lang.Class.forName(Unknown Source) [?:1.7.0_65] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] ... 9 more [07:51:28] [Server thread/ERROR]: Could not load 'plugins\Factions.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: MassiveCore at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:355) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:317) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] [07:51:28] [Server thread/INFO]: [AntiSwear] Loading AntiSwear v3.6 [07:51:28] [Server thread/INFO]: [EEX] Loading EnchantExtreme v1.1 [07:51:28] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.28 (Phoenix) [07:51:28] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.2 [07:51:28] [Server thread/INFO]: [Notifications] Loading Notifications v1.6 [07:51:28] [Server thread/INFO]: [Announcer] Loading Announcer v1.5 [07:51:28] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.2.4 [07:51:28] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9 [07:51:28] [Server thread/INFO]: [PureBlood] Loading PureBlood v1.1 [07:51:28] [Server thread/INFO]: [Jail] Loading Jail v2.6.5-b3 [07:51:28] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1 [07:51:28] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1 [07:51:28] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1 [07:51:28] [Server thread/INFO]: Preparing level "world" [07:51:28] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7711791770897400636) [07:51:29] [Server thread/INFO]: Preparing spawn area: 16% [07:51:30] [Server thread/INFO]: Preparing spawn area: 56% [07:51:31] [Server thread/INFO]: Preparing start region for level 1 (Seed: 7711791770897400636) [07:51:32] [Server thread/INFO]: Preparing spawn area: 44% [07:51:32] [Server thread/INFO]: Preparing start region for level 2 (Seed: 7711791770897400636) [07:51:33] [Server thread/INFO]: [AntiSwear] Enabling AntiSwear v3.6 [07:51:33] [Server thread/INFO]: [AntiSwear] AntiSwear 3 Has Been Enabled! [07:51:33] [Server thread/INFO]: [EEX] Enabling EnchantExtreme v1.1 [07:51:33] [Server thread/INFO]: [EEX] EnchantExtreme Version 1.1 is ready to begin enchanting! [07:51:33] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.28 (Phoenix) [07:51:33] [Server thread/INFO]: GroupManager - INFO - World Found: world [07:51:33] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled. [07:51:33] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes! [07:51:33] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours! [07:51:33] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is enabled! [07:51:33] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.2 [07:51:34] [Server thread/INFO]: [WorldEdit] Default configuration file written: config.yml [07:51:34] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions. [07:51:34] [Server thread/INFO]: [Notifications] Enabling Notifications v1.6 [07:51:34] [Server thread/INFO]: [Notifications] Confirmining folders...[m [07:51:34] [Server thread/INFO]: [Notifications] Loading configuration...[m [07:51:34] [Server thread/INFO]: [Notifications] [0;33;1mConfiguration was not found, but will be created.[m [07:51:34] [Server thread/INFO]: [Notifications] Registering events...[m [07:51:35] [Server thread/INFO]: [Notifications] Notifications 1.6 enabled![m [07:51:35] [Server thread/INFO]: [Notifications] Made by Muizers :)[m [07:51:35] [Server thread/INFO]: [Announcer] Enabling Announcer v1.5 [07:51:39] [Server thread/INFO]: Announcer v1.5 is enabled!
[07:51:39] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.2.4 [07:51:39] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9 [07:51:39] [Server thread/INFO]: [WorldGuard] Default configuration file written: C:\Users\Griffin\Desktop\Apple Factions\plugins\WorldGuard\config.yml [07:51:39] [Server thread/INFO]: [WorldGuard] Default configuration file written: C:\Users\Griffin\Desktop\Apple Factions\plugins\WorldGuard\worlds\world\config.yml [07:51:39] [Server thread/INFO]: [WorldGuard] Default configuration file written: C:\Users\Griffin\Desktop\Apple Factions\plugins\WorldGuard\worlds\world\blacklist.txt [07:51:39] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [07:51:39] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [07:51:39] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked. [07:51:39] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [07:51:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [07:51:39] [Server thread/INFO]: [WorldGuard] Default configuration file written: C:\Users\Griffin\Desktop\Apple Factions\plugins\WorldGuard\worlds\world_nether\config.yml [07:51:39] [Server thread/INFO]: [WorldGuard] Default configuration file written: C:\Users\Griffin\Desktop\Apple Factions\plugins\WorldGuard\worlds\world_nether\blacklist.txt [07:51:39] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [07:51:39] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [07:51:39] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked. [07:51:39] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [07:51:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [07:51:39] [Server thread/INFO]: [WorldGuard] Default configuration file written: C:\Users\Griffin\Desktop\Apple Factions\plugins\WorldGuard\worlds\world_the_end\config.yml [07:51:39] [Server thread/INFO]: [WorldGuard] Default configuration file written: C:\Users\Griffin\Desktop\Apple Factions\plugins\WorldGuard\worlds\world_the_end\blacklist.txt [07:51:39] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [07:51:39] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [07:51:39] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked. [07:51:39] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [07:51:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [07:51:39] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world' [07:51:39] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether' [07:51:39] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end' [07:51:39] [Server thread/INFO]: [PureBlood] Enabling PureBlood v1.1 [07:51:39] [Server thread/INFO]: [PureBlood] The plugin has been enabled. [07:51:39] [Server thread/INFO]: [Jail] Enabling Jail v2.6.5-b3 [07:51:40] [Server thread/INFO]: [Jail] Updating database [07:51:40] [Server thread/INFO]: [Jail] Loaded 0 jail zones. [07:51:40] [Server thread/INFO]: [Jail] Loaded 0 prisoners. [07:51:40] [Server thread/INFO]: [Jail] Loaded 0 cells. [07:51:40] [Server thread/INFO]: [Jail] Notifications plugin installed, features enabled! [07:51:40] [Server thread/INFO]: [Jail] Jail v2.6.5-b3 loaded! [07:51:40] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1 [07:51:40] [Server thread/INFO]: Creating config from template: C:\Users\Griffin\Desktop\Apple Factions\plugins\Essentials\config.yml [07:51:40] [pool-5-thread-1/INFO]: Creating empty config: C:\Users\Griffin\Desktop\Apple Factions\plugins\Essentials\upgrades-done.yml [07:51:40] [Server thread/INFO]: Creating config from template: C:\Users\Griffin\Desktop\Apple Factions\plugins\Essentials\worth.yml [07:51:41] [Server thread/INFO]: [Essentials] This plugin collects minimal statistic data and sends it to http://metrics.essentials3.net. [07:51:41] [Server thread/INFO]: [Essentials] You can opt out, disabling metrics for all plugins, by running /essentials opt-out [07:51:41] [Server thread/INFO]: [Essentials] This will start 5 minutes after the first admin/op joins. [07:51:41] [Server thread/INFO]: Essentials: Using GroupManager based permissions. [07:51:41] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1 [07:51:41] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1 [07:51:41] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [07:51:41] [Server thread/INFO]: Done (13.201s)! For help, type "help" or "?" [07:51:41] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated! [07:51:46] [Server thread/INFO]: Plugins (13): [0;32;1mAntiSwear[0;37;1m, [0;32;1mEnchantExtreme[0;37;1m, [0;32;1mGroupManager[0;37;1m, [0;32;1mWorldEdit[0;37;1m, [0;32;1mNotifications[0;37;1m, [0;32;1mAnnouncer[0;37;1m, [0;32;1mOpenInv[0;37;1m, [0;32;1mWorldGuard[0;37;1m, [0;32;1mPureBlood[0;37;1m, [0;32;1mJail[0;37;1m, [0;32;1mEssentials[0;37;1m, [0;32;1mEssentialsSpawn[0;37;1m, [0;32;1mEssentialsChat[m [07:51:55] [Server thread/INFO]: CONSOLE: Stopping the server..[m [07:51:55] [Server thread/INFO]: Stopping server [07:51:55] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.13.1 [07:51:55] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.13.1 [07:51:55] [Server thread/INFO]: [Essentials] Disabling Essentials v2.13.1 [07:51:55] [Server thread/INFO]: [Jail] Disabling Jail v2.6.5-b3 [07:51:55] [Server thread/INFO]: [PureBlood] Disabling PureBlood v1.1 [07:51:55] [Server thread/INFO]: [PureBlood] The plugin has been disabled. [07:51:55] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9 [07:51:55] [Server thread/INFO]: [OpenInv] Disabling OpenInv v2.2.4 [07:51:55] [Server thread/INFO]: [Announcer] Disabling Announcer v1.5 [07:51:55] [Server thread/INFO]: Announcer v1.5 is disabled!
[07:51:55] [Server thread/INFO]: [Notifications] Disabling Notifications v1.6 [07:51:55] [Server thread/INFO]: [Notifications] Notifications 1.6 disabled.[m [07:51:55] [Server thread/INFO]: [Notifications] Made by Muizers :)[m [07:51:55] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.2 [07:51:55] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.1.28 (Phoenix) [07:51:55] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled! [07:51:55] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is disabled! [07:51:55] [Server thread/INFO]: [EEX] Disabling EnchantExtreme v1.1 [07:51:55] [Server thread/INFO]: [EEX] EnchantExtreme fades away into the horizon... [07:51:55] [Server thread/INFO]: [AntiSwear] Disabling AntiSwear v3.6 [07:51:55] [Server thread/INFO]: [AntiSwear] AntiSwear 3 Has Been Disabled. [07:51:55] [Server thread/INFO]: Saving players [07:51:55] [Server thread/INFO]: Saving worlds [07:51:55] [Server thread/INFO]: Saving chunks for level 'world'/Overworld [07:51:57] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether [07:51:57] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End [07:51:57] [Thread-4/INFO]: Stopping server [07:51:57] [Thread-4/INFO]: Saving players [07:51:57] [Thread-4/INFO]: Saving worlds [07:51:57] [Thread-4/INFO]: Saving chunks for level 'world'/Overworld
Hello I'm sad because this plugin don't working and faction don't working to. Why ? Please correct this bug.
245 MB and 2,2 million names in idnamecache.json. Can I delete this file? What would I miss? /seen data? Worse?
Why? Server start time is 18 minutes and rising, on SSD (Powerful 8 core Xeon). I have figured out what it's doing most of that time: loading the above file.
MCore 7.4.0, Factions 2.6.0, Spigot-1.7.9-R0.2-205-g2c31986, offline mode
This no longer works with skript :| looks like im done with factions :\
when i try to startup the server with MCORE it gives the following error:
Error occurred while enabling mcore v7.0.1 (Is it up to date?) java.lang.NoSuchFieldError: aliases at com.massivecraft.mcore.cmd.MCoreBukkitSimpleCommandMap.<init>(MCoreBukkitSimpleCommandMap.java:55) [?:?] at com.massivecraft.mcore.cmd.MCoreBukkitSimpleCommandMap.<init>(MCoreBukkitSimpleCommandMap.java:68) [?:?] at com.massivecraft.mcore.cmd.MCoreBukkitSimpleCommandMap.inject(MCoreBukkitSimpleCommandMap.java:32) [?:?] at com.massivecraft.mcore.MCore.onEnable(MCore.java:165) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:313) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [server.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplicat
i am on a mac, with java 7 update 71
@Cayorion @MonMarty Hey I have a problem with this... I downloaded the 1.7.10 version of this and than the 1.7.10 factions plugin that this supports. I put both .jar in the plugins folder but it still wont work... Even when I do /plugs it says 0
I have this problem how can i fix it I'm using Spigot 1649 [18:56:20 ERROR]: Could not load 'plugins/MassiveCore.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/massivecraft/massivecore/MassiveCore : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) [spigot.jar:git-Spigot-1649] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) [spigot.jar:git-Spigot-1649] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [spigot.jar:git-Spigot-1649] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1649] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:864) [spigot.jar:git-Spigot-1649] at org.bukkit.Bukkit.reload(Bukkit.java:301) [spigot.jar:git-Spigot-1649] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [spigot.jar:git-Spigot-1649] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [spigot.jar:git-Spigot-1649] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [spigot.jar:git-Spigot-1649] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649] Caused by: java.lang.UnsupportedClassVersionError: com/massivecraft/massivecore/MassiveCore : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) [?:1.6.0_65] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) [?:1.6.0_65] at java.lang.ClassLoader.defineClass(ClassLoader.java:621) [?:1.6.0_65] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) [?:1.6.0_65] at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) [?:1.6.0_65] at java.net.URLClassLoader.access$000(URLClassLoader.java:58) [?:1.6.0_65] at java.net.URLClassLoader$1.run(URLClassLoader.java:197) [?:1.6.0_65] at java.security.AccessController.doPrivileged(Native Method) [?:1.6.0_65] at java.net.URLClassLoader.findClass(URLClassLoader.java:190) [?:1.6.0_65] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) [spigot.jar:git-Spigot-1649] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) [spigot.jar:git-Spigot-1649] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [?:1.6.0_65] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) [?:1.6.0_65] at java.lang.Class.forName0(Native Method) [?:1.6.0_65] at java.lang.Class.forName(Class.java:249) [?:1.6.0_65] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) [spigot.jar:git-Spigot-1649] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [spigot.jar:git-Spigot-1649] ... 14 more [18:56:20 ERROR]: Could not load 'plugins/Factions.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: MassiveCore at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:228) [spigot.jar:git-Spigot-1649] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1649] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:864) [spigot.jar:git-Spigot-1649] at org.bukkit.Bukkit.reload(Bukkit.java:301) [spigot.jar:git-Spigot-1649] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [spigot.jar:git-Spigot-1649] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [spigot.jar:git-Spigot-1649] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [spigot.jar:git-Spigot-1649] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
hello i have been having problems with factions and mcore here is a line from the log were the error is. please help, thank you
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/massivecraft/mcore/MCore : Unsupported major.minor version 51.0
@HeroSteveGuy
That pesky old files button at the top is there for a reason
where can i find the 1.7.2 version?
@ReeferX7
Download the source and add dependency with you preferred bukkit.jar and craftbukkit.jar (if you have it) then fix any errors that might be in the code. I use Netbeans IDE, pretty easy to use. (note make sure bukkit is 1st dep followed by cb.)
I am running Craftbkkit 1.7.10 and I noticed some time back, in July I think, that I suddenly came up with a massivecore folder as well as my mcore folder.
I tried an update with massivecore.jar but that didn't work. I put the the massivecore.jar in the plugings folder and it updated the massivecore folder but when I boot it says massivecore is an ambiguous plugin. It seems like it was updating the massivecore folder if I was updating with an mcore.jar before.
I noticed the Jenkins file for Oct 3rd or so is mcore-null.jar..
I also notice in the mstore folder it seems to be keeping both mcore and massivecore and faction files up to date. Server seems to be functioning ok at the moment. Not sure why I have 2 folders running and which one I should be following or quite the right way to update at the moment. I do all testing of new things on a back-server so have not added new stuff to online server since 7/23. Thanks for any ideas you can give me.
Another item, when I boot it is using MassiveCore 7.3.0 and updating the factions and the UUID's.
@xion87
How fix name checker?
- fixed by myself-
Can you make MCore for CB 1.7.2 . Thank you verry much if you do that, cuze I want to change my server to 1.7.5, but I need to delete everything, and I don't want to do that.
just a question, as a world is imported with this plugin? I want to get a world that I have on my pc to the server, as is done? thank you
The 1.8 file was removed. :(