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!
any1 can send me in private the link for 1.7.10 dev build plz
I would hope so Intangir since its the only faction plugin out there worth a darn. I'm waiting too.
Is a new version being updated? i run a custom build of vampire but i can't run it with the uuid changes because it also excepts a renamed version of this library which i can't seem to build
it has so many dependencies
whats the best way to convert from flatfile to mongodb?
i have mongodb setup and it has its own files, but it didn't copy my existing mstore files from flatfile over, which are extensive
is there a way to mass import them?
Well as usual MCore, your last in updating. I still love your Factions Plugin though. I tried Towny and it is totally Lame!
The same error gets spammed on the console when Factions loads up. http://pastebin.com/FQuiy2YQ But, when I updated mCore to 7.2.1 it was fixed, but with either plugins found as a plugin. http://pastebin.com/nyLq0KYX
@TreeDB
I appreciate that but I don't even know what programs to use. I'm just a lowly ole network guy, not a coder.
@MCTylerPVP
You have to compile an updated version of both mcore and factions otherwise it won't work.
@XLighterShadowX
Someone can recompile it thereself? I'd like to see that someone post a tutorial on how to do that. I'm not the sharpest tool in the shed but I'm not dull either and I can't figure out how to recompile it.
Alright, this problem is cascading...Now my server won't authenticate users because of the old craftbukkit build I'm using. In effect, you not upgrading in a timely manner has essentially shut my server down. Please help.
EDIT: Seems Mojang has limited updating to their authentication server and its banning us from updating and we have to update our craftbukkit/spigot version or all our users skins are going to be messed up. The new Spigot version which we can't use caches the skins on our end instead of constantly sending update requests....I think I understood that right.
IMHO I dont think it was coded to read a 2 position update, IE 1.7.10
Im sure they will update it soon, for now downgrade your Spigot build to 1.7.9
Hi, Does Anyone Know Why My Mcore And Factions Isnt Working With Spigot? Heres The Error Message: (PluginClassLoader.java:61) [spigot.jar:git-Spigot-1554] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [spigot.jar:git-Spigot-1554] ... 6 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R3.PlayerInventory at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:88) [spigot.jar:git-Spigot-1554] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:83) [spigot.jar:git-Spigot-1554] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) [?:1.7.0_03] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) [?:1.7.0_03] at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) [?:?] at com.massivecraft.mcore.MCore.(MCore.java:69) [?:?] at java.lang.Class.forName0(Native Method) [?:1.7.0_03] at java.lang.Class.forName(Class.java:264) [?:1.7.0_03] at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:61) [spigot.jar:git-Spigot-1554] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [spigot.jar:git-Spigot-1554] ... 6 more [05:38:50] [Server thread/ERROR]: Could not load 'plugins/Factions.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: mcore at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [spigot.jar:git-Spigot-1554] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1554] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-1554] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1554] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1554]
Why doesnt it run on my server????? I just get errors spammed on the console. can anyone help?
Errors spamming my console that weren't present last night. looking at the comments below I assume I just have to update craftbukkit to the latest dev build?
EDIT: Ignore that false assumption but the source is on Git, even if it wasn't officially updated as regularly as we'd like someone can always recompile it to newer versions of craftbukkit and and make the minor modifications (renaming files for example) needed to make it work then uplaod it to dropbox or something.
look at the exception when you start with latest bukkit, they use x.X.R3.x.Inventories and should be x.X.R4.x.Inventories
and this is not the only one, Quests and Citizens have the same issues BUT they rebuild the new jar when a newbukkit version is available.
- either you AVOID using version specific APIs OR - you quickly update your plugin wen new bukkit versions are available. I think they rebuild jar only when the upgrade their servers or even later.
I shall update bukkit by the end of the week on my server and will just set a message that faction is not working anymore beacause of non compliancy with bukkit. Using version specific APIs and not providing weekly dev builds is a problem.
@fastlockel
What's the package they renamed? I can assume that it must not be used by very many plugins, as mcore is the only one that has a problem when the R- number changes.
This is not completely the fault of mcore plugin, Bukkit has renamed some java packages from R1 to R2 and R3 (changing a digit!) Hovever rebuilding for the new bukkit api should be quite straigtht forward (just reame packages imports).
@Coul455
im having the same problem if you got a fix please add me on skype : wells218
Please update to 1.7.10. It is no longer working.
So what is it in mcore / factions / et al. that cause it to not like updates to bukkit?