Factions
❰❰ MassiveCraft on BukkitDev ❱❱
MassiveCore | Factions | CreativeGates | Vampire
MassiveBooks | MassiveHat | MassiveTickets
❰❰ Full Documentation ❱❱
Player and Overview | Download and Installation | Configuration and Tweaking
❰❰ Techy Things ❱❱
GitHub | Report a Bug
What is Factions?
With this plugin players group up in Factions. You claim land as your own and build your base. Factions is a self serve anti griefing system. Leaders control who can can edit their faction land.
Factions is also about diplomacy and war. You declare wars and forge alliances. You fight over land and manage your monetary expenses.
Install
- Stop your server.
- Put MassiveCore.jar in your plugins folder. Download MassiveCore here on BukkitDev.
- Put Factions.jar in your plugins folder.
- Start your server again.
- Configure (Optional)
New In Factions 2.8
- Reworked Commands - /f rank, /f invite, /f flag and /f perm.
- Added Commands - /f setpower, /f status, /f unstuck and /f tt.
- WorldGuard - Readded a simple integration.
- Tab Completion - Tab completion now available for everything!
- Interactive Text - Clickable buttons for list and help commands.
- 1.8 Titles - Optionally used for territory info.
- Animals Flag - New flag similar to the Monsters flag.
- Performance - Further work on improved performance.
- Bug Fixes - Loads of minor bugs were fixed.
Official Server

Join in and play with us on the official Factions Minecraft Server!

-
View User Profile
-
Send Message
Posted Jun 26, 2013@conordb
Yes using the universe configuration. Read the documentation.
-
View User Profile
-
Send Message
Posted Jun 26, 2013@ZiHAMMER
Set "plugins\essentials\config.yml" "chat format" to default.
Set "mstore\factions_mconf\instance.json" "chatSetFormat" to true.
-
View User Profile
-
Send Message
Posted Jun 26, 2013-
View User Profile
-
Send Message
Posted Jun 26, 20132013-06-26 18:21:25 [SEVERE] Could not pass event PlayerInteractEvent to Lockette v1.7.12
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:342)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:478)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:463)
at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:190)
at net.minecraft.server.PlayerInteractManager.interact(PlayerInteractManager.java:371)
at net.minecraft.server.PlayerConnection.a(PlayerConnection.java:637)
at net.minecraft.server.Packet15Place.handle(SourceFile:58)
at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:226)
at net.minecraft.server.PlayerConnection.d(PlayerConnection.java:115)
at net.minecraft.server.ServerConnection.b(SourceFile:35)
at org.spigotmc.MultiplexingServerConnection.b(MultiplexingServerConnection.java:71)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:590)
at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:234)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:477)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:409)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.NoClassDefFoundError com/massivecraft/factions/P
at org.yi.acru.bukkit.PluginCoreLink.getFactions(PluginCoreLink.java:80)
at org.yi.acru.bukkit.PluginCore.inGroup(PluginCore.java:563)
at org.yi.acru.bukkit.PluginCore.inGroup(PluginCore.java:455)
at org.yi.acru.bukkit.Lockette.LockettePlayerListener.canInteract(LockettePlayerListener.java:504)
at org.yi.acru.bukkit.Lockette.LockettePlayerListener.interactContainer(LockettePlayerListener.java:459)
at org.yi.acru.bukkit.Lockette.LockettePlayerListener.onPlayerInteract(LockettePlayerListener.java:254)
at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:340)
... 17 more
-
View User Profile
-
Send Message
Posted Jun 26, 2013Has somebody figured out how to fix this?
-
View User Profile
-
Send Message
Posted Jun 26, 2013The plugin is a ton better. Its gotten less noob friendly but for the experienced its better this way. Its split into different plugins but if you read the changelog it clearly explains what you must install with it.
-
View User Profile
-
Send Message
Posted Jun 25, 2013The new update is working fine for me, I'm just having one issue which is the faction relation color prefix. It's a shame faction chat was removed also but I suppose there are other means like this plugin: http://dev.bukkit.org/bukkit-plugins/factionchat/
-
View User Profile
-
Send Message
Posted Jun 25, 2013why are the prefix's from PEX not showing up in chat with the faction tag and players name?
urgh the new config's are confusing!
-
View User Profile
-
Send Message
Posted Jun 25, 2013I keep getting this error any way to fix?
2013-06-25 22:23:10 [SEVERE] Error occurred while enabling Factions v2.0.0 (Is it up to date?) com.massivecraft.mcore.xlib.gson.JsonSyntaxException: com.massivecraft.mcore.xlib.gson.stream.MalformedJsonException: Unterminated object at line 44 column 31 at com.massivecraft.mcore.xlib.gson.internal.Streams.parse(Streams.java:56) at com.massivecraft.mcore.xlib.gson.JsonParser.parse(JsonParser.java:90) at com.massivecraft.mcore.xlib.gson.JsonParser.parse(JsonParser.java:65) at com.massivecraft.mcore.xlib.gson.JsonParser.parse(JsonParser.java:51) at com.massivecraft.mcore.store.DriverFlatfile.load(DriverFlatfile.java:117) at com.massivecraft.mcore.store.Coll.loadFromRemote(Coll.java:501) at com.massivecraft.mcore.store.Coll.syncId(Coll.java:633) at com.massivecraft.mcore.store.Coll.syncAll(Coll.java:673) at com.massivecraft.mcore.store.Coll.init(Coll.java:780) at com.massivecraft.factions.entity.MConfColl.init(MConfColl.java:30) at com.massivecraft.factions.Factions.onEnable(Factions.java:113) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:382) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:284) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:266) at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:310) at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:289) at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:249) at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:158) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:388) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: com.massivecraft.mcore.xlib.gson.stream.MalformedJsonException: Unterminated object at line 44 column 31 at com.massivecraft.mcore.xlib.gson.stream.JsonReader.syntaxError(JsonReader.java:1304) at com.massivecraft.mcore.xlib.gson.stream.JsonReader.nextInObject(JsonReader.java:728) at com.massivecraft.mcore.xlib.gson.stream.JsonReader.peek(JsonReader.java:388) at com.massivecraft.mcore.xlib.gson.stream.JsonReader.hasNext(JsonReader.java:355) at com.massivecraft.mcore.xlib.gson.internal.bind.TypeAdapters$23.read(TypeAdapters.java:619) at com.massivecraft.mcore.xlib.gson.internal.bind.TypeAdapters$23.read(TypeAdapters.java:1) at com.massivecraft.mcore.xlib.gson.internal.Streams.parse(Streams.java:45) ... 21 more
-
View User Profile
-
Send Message
Posted Jun 25, 2013This was a great plugin. On the last update it was really bad when the chat was removed and it is still getting worst, but this new update is beyond bad and I really think you guys should consider what users are saying about your plugin... many servers and players rely on this plugin and you guys must know by hiding yourself under the blanket and not considering these user's thoughts, this plugin will eventually migrate and nobody in the Bukkit community wants that to happen.
So please... look at what you've done and consider feedback's, suggestions and complaints users are making, please.
Thank you for reading this.
-
View User Profile
-
Send Message
Posted Jun 25, 2013IT DOESNT WORK FOR ME WHAT DOES "Configure the mcore aspects and multiverses using the commands." F'ING MEAN?
-
View User Profile
-
Send Message
Posted Jun 25, 2013no reload command ?
-
View User Profile
-
Send Message
Posted Jun 25, 2013@ursak
I was trying to install mCore and now i got this error: Unsupported major.minor version 51.0 I get this error alot with other plugins too. Wat is it? thx
-
View User Profile
-
Send Message
Posted Jun 25, 2013Hey, I was just wondering if there was a way to disable all the herochat features that come along with this plugin. I don't need the channels, or formats it adds.
-
View User Profile
-
Send Message
Posted Jun 25, 2013@ursak
Im downloading it right now but Factions worked (without the fac-tag) before without mCore for me
-
View User Profile
-
Send Message
Posted Jun 25, 2013So we now know tags are not working, so will they get them working for the public is the question I would like to know. Factions is a great plugin, but for all these questions I'm surprised how little answers there are. I try to keep with the updates, but i see more and more other servers staying at 1.6 because of the problems with chat tags alone. Does anyone know when this might be fixed?
-
View User Profile
-
Send Message
Posted Jun 25, 2013@hmkyriacou
You don't have the correct mCore plugin. All plugins from Massive, like faction, need the mCore plugin as well.
-
View User Profile
-
Send Message
Posted Jun 25, 2013@Nikecow
It's unfortunate I know, faction chat along with many other previous additions were perfect, something more players enjoyed and understood, considering Minecraft has a lot of young audience and not many of these players know how to work with the new changes. It's a great plugin not trying to bad mouth it, just stating that the changes are just silly for a very popular public plugin.
-
View User Profile
-
Send Message
Posted Jun 25, 2013Faction tag fix please im using permmisionex chatmanager and essentials chat what is the problem?
-
View User Profile
-
Send Message
Posted Jun 25, 2013@KevinEssence
Wow, I'm so not going to update reading this. I finally figured out fchat integration with Herochat only to see it removed...