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!







-
View User Profile
-
Send Message
Posted Apr 16, 2014@Androidify287
You were right!!! when i typed in java -version into terminal it said my java version was "1.6.0"
I'll try installing the development kit and see if that works.
-
View User Profile
-
Send Message
Posted Apr 15, 2014@fireant456
jst run ur server on 1.7.5 until they come out with the updated version. people can still connect on 1.7.5
-
View User Profile
-
Send Message
Posted Apr 15, 2014@bbalfan1
Open Terminal, and type java -version. If you're using Java 7, it should appear as java version "1.7.0", or at least have 1.7 in it. If you see 1.6, you might have to install the Java 7 JDK (Not JRE). I've had this problem before on my Mac, but installing the Java Development Kit worked out for me, for some reason.
-
View User Profile
-
Send Message
Posted Apr 15, 2014@fireant456
Omg i am having the same problem as u!!! I cant use the portals on my server!
-
View User Profile
-
Send Message
Posted Apr 15, 2014@Androidify287
my Mac OSX says my java version is 7, but i dont know how to uninstall older versions of java if that makes a difference
-
View User Profile
-
Send Message
Posted Apr 15, 2014I NEED a temporary fix for 1.7.8! I can't run a huge part of my server because factions will only work if mcore is working...
-
View User Profile
-
Send Message
Posted Apr 15, 2014@rangewonk
Now thats a banner! :) <3
-
View User Profile
-
Send Message
Posted Apr 15, 2014They really need to update this to 1.7.8 it only works with #1387 spigot version
-
View User Profile
-
Send Message
Posted Apr 15, 2014@TheNoobGamerHD1707
I'm sure they would we working on it right away. We just got to be patient, asking them 'how long' doesn't speed it up. It takes them longer if anything.
They will upload it once it is ready.
-
View User Profile
-
Send Message
Posted Apr 15, 2014when is the update coming for it to work on CB 1.7.8?
-
View User Profile
-
Send Message
Posted Apr 15, 2014@Talamar1
It says 1.7.5 on the download link, what made you think it would work with 1.7.8?
-
View User Profile
-
Send Message
Posted Apr 14, 2014Upgrading everything to support 1.7.8 and got this
[20:45:56] [Server thread/ERROR]: Could not load 'plugins\mcore.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException java.lang.NoClassDefFoundError net/minecraft/server/v1_7_R2/PlayerInventory
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:350) [craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:312) [craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
Caused by: java.lang.NoClassDefFoundError net/minecraft/server/v1_7_R2/PlayerInventory
at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:83) ~[?:?]
at com.massivecraft.mcore.MCore.<clinit>(MCore.java:68) ~[?:?]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_45]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
... 9 more
Caused by: java.lang.ClassNotFoundException net.minecraft.server.v1_7_R2.PlayerInventory
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:83) ~[?:?]
at com.massivecraft.mcore.MCore.<clinit>(MCore.java:68) ~[?:?]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_45]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit-1.7.8.jar:git-Bukkit-1.7.2-R0.3-21-g1ab090e-b3050jnks]
... 9 more
-
View User Profile
-
Send Message
Posted Apr 14, 2014@bbalfan1
"Unsupported major.minor version 51.0"
You're probably using an outdated Java version. MCore requires Java 7, as stated in the installation instructions.
-
View User Profile
-
Send Message
Posted Apr 14, 2014Can anyone help?
Could not load 'plugins/mcore.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R2/PlayerInventory at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.reload(CraftServer.java:771) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.Bukkit.reload(Bukkit.java:279) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchServerCommand(CraftServer.java:670) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.aw(DedicatedServer.java:286) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R2/PlayerInventory at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:83) [?:?] at com.massivecraft.mcore.MCore.<clinit>(MCore.java:68) [?:?] at java.lang.Class.forName0(Native Method) [?:1.7.0_45] at java.lang.Class.forName(Class.java:270) [?:1.7.0_45] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] ... 14 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R2.PlayerInventory at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) [?:1.7.0_45] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) [?:1.7.0_45] at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:83) [?:?] at com.massivecraft.mcore.MCore.<clinit>(MCore.java:68) [?:?] at java.lang.Class.forName0(Native Method) [?:1.7.0_45] at java.lang.Class.forName(Class.java:270) [?:1.7.0_45] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks] ... 14 more
-
View User Profile
-
Send Message
Posted Apr 14, 2014I'm having an issue trying to get it to work. I have factions working and all that, and its ready to play. As default, it has faction.kit.fullplayer (As I have heard) which includes stuff like /f cape, and /f perm. As I am not used to such things, as I prefer the old factions plugin, I would like to remove this from players perms and make my own list. When I upload through "upload" in mcprohosting, or if I use bukget, it comes up as mcore.jar but nothing happens. When I login to the server, and type /plugins, nothing comes up regarding mcore. All I really want to know how to do is for me to manually edit players perms.
-
View User Profile
-
Send Message
Posted Apr 14, 2014@CryLegend
Same error for me :/
-
View User Profile
-
Send Message
Posted Apr 14, 2014@CryLegend
I am getting the same error as fcernese
"You don't have the permission to access the requested resource. It is either read-protected or not readable by the server."
-
View User Profile
-
Send Message
Posted Apr 14, 2014@CryLegend
You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
-
View User Profile
-
Send Message
Posted Apr 13, 2014When i try to put mcore on my server it says "error cannot load plugin mcore" in my console. this is what it looks like specifically
[20:48:39 ERROR]: Could not load 'plugins/mcore.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/massivecraft/mcore/MCore : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:313) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:236) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.reload(CraftServer.java:771) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.Bukkit.reload(Bukkit.java:279) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:683) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchServerCommand(CraftServer.java:670) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.aw(DedicatedServer.java:286) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] Caused by: java.lang.UnsupportedClassVersionError: com/massivecraft/mcore/MCore : 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:77) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] 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:40) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks] ... 14 more
-
View User Profile
-
Send Message
Posted Apr 13, 2014@epicgamerdude54
Just try it on my server: craftfriends.fr (Spigot + this mcore + latest Factions)