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 Nov 25, 2012@huntershenep
Add ITEM_FRAME i think to the blocked list (Where chests is )
/Curtis/
/CurseCraft
-
View User Profile
-
Send Message
Posted Nov 25, 2012Hi, I have a big problem. I use Factions 1.6.9.2 + AuthMe 2.6.6 . PROBLEM: Before you sign (/login password), you can write in chat and use Factions commands (/f unclaimall, /f disband) - Players abuse this. Could you fix it please? Or recommend some plugin like AuthMe.
-
View User Profile
-
Send Message
Posted Nov 24, 2012The odd numbers and letters problem was fixed when I installed Vault. ಠ_ಠ Maybe it's just a coincidence.
-
View User Profile
-
Send Message
Posted Nov 24, 2012This doesn't protect item frames... do I need to delete my config? I'm using version 1.6.9.2 (This is on DiamCraft)
-
View User Profile
-
Send Message
Posted Nov 24, 2012@xXSshadowXx
Hey, I just installed Herochat and so far I gotta say, it's a lot better than ChatManager. Thanks for that! However, I still can't get the faction names to show up. I'm currently running 1.7.8 beta. Do you have any tips on that?
-Edit- I just tried it on the latest non-beta one and it still does the same thing. It only shows the faction name but not the prefixes.
-
View User Profile
-
Send Message
Posted Nov 24, 2012@xWallou
I had constant headaches with ChatManager. I finally switched to HeroChat and they went away :) It works great with PEX and Factions.
-
View User Profile
-
Send Message
Posted Nov 24, 2012Hey, I'm having the same issues as Dannydobbi is having. I believe this was working fine in 1.3 until this was updated to 1.4. As of now, with the Beta build, the faction names won't show up at all. If I disable chat manager, it just shows the chat format without actually replacing it with the necessary items. With the latest stable release, I can get the faction name showing but the prefixes are gone.
I am currently using PermissionsEX with ChatManager.
-
View User Profile
-
Send Message
Posted Nov 24, 2012Is it possible to setup, by admin, or claim, also by admin, a land where no one lose power? For example in arenas?
-
View User Profile
-
Send Message
Posted Nov 23, 2012Hello, how can I make it so i have Permissions Prefix and factions tag?
-
View User Profile
-
Send Message
Posted Nov 22, 2012@Ryanjh5521
Looks like something we'll need to fix. I'll check into it when I head home in a few days.
@thethorworks
You look to have a corrupt data file. Did you maybe attempt downgrading from a 1.7.x release?
@itsfanboy
Not much for reading?
-
View User Profile
-
Send Message
Posted Nov 22, 2012Getting some weird a or f everytime someone makes any type of faction clan. And i didnt even modify the configuration at all. http://img16.imageshack.us/img16/570/57553064.png
-
View User Profile
-
Send Message
Posted Nov 22, 2012I get this, don't know wy, please help me!!!
2012-11-22 19:18:01 [INFO] [Factions] Enabling Factions v1.6.9.2 2012-11-22 19:18:01 [INFO] [Factions v1.6.9.2] === ENABLE START === 2012-11-22 19:18:01 [SEVERE] Error occurred while enabling Factions v1.6.9.2 (Is it up to date?) org.bukkit.craftbukkit.libs.com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 161 at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:766) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:721) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:670) at com.massivecraft.factions.zcore.util.Persist.load(Persist.java:168) at com.massivecraft.factions.zcore.util.Persist.load(Persist.java:157) at com.massivecraft.factions.zcore.MPlugin.initTXT(MPlugin.java:167) at com.massivecraft.factions.zcore.MPlugin.preEnable(MPlugin.java:71) at com.massivecraft.factions.P.onEnable(P.java:95) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252) at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:320) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:299) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:258) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:147) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398) at net.minecraft.server.ThreadServerApplication.run(SourceFile:856) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 161 at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.expect(JsonReader.java:339) at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.beginObject(JsonReader.java:322) at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:184) at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:146) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755) ... 18 more
-
View User Profile
-
Send Message
Posted Nov 22, 2012Error with 1.4.5 when I did ./f unclaimall.
http://dev.bukkit.org/paste/6604/
-
View User Profile
-
Send Message
Posted Nov 22, 2012I love you , best plugin <3
-
View User Profile
-
Send Message
Posted Nov 21, 2012Please read the comments before asking chat related questions!
This has been asked countless of times.
-
View User Profile
-
Send Message
Posted Nov 21, 2012Can you add support for Herochat5? http://dev.bukkit.org/server-mods/herochat/
When I use the faction tag [FACTION] with this plugin, it just says "[FACTION]" instead of the player's actual faction.
-
View User Profile
-
Send Message
Posted Nov 21, 2012@thisq
/f bypass will make you able to build in any claimed territory anywhere.
-
View User Profile
-
Send Message
Posted Nov 21, 2012Hey I have a quick question. How does claiming land work? You can claim as much as your factions power has? Or each person can only claim so much land? At first I thought each person could claim so much, so you'd have to have different members claim more the more land you wanted. Or is is just based on your factions overall power?
-
View User Profile
-
Send Message
Posted Nov 21, 2012@CGLegends
That's not the problem, but how can I set it so the Faction channel in Herochat isnt public but just for the faction?
-
View User Profile
-
Send Message
Posted Nov 21, 2012im the owner of the server and i cant destroy in the factions