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 Sep 9, 2012Is it possible to use this with CB? When I attempt to load it, it says it only works with CB 1.3.2 and then it fails to load.
-
View User Profile
-
Send Message
Posted Sep 9, 2012@Brettflan
above board cleaner spam it said: [WARNING] [Factions v1.6.9] Non existing factionId 93 requested! Issuing cleaning!
-
View User Profile
-
Send Message
Posted Sep 9, 2012@Exagerate
The screenshot you have shows chat configuration only present in the 1.7 branch, not a 1.6 release. The error message you posted indicates you loaded data files from a 1.7.x release back into a 1.6.x release, which due to structural changes isn't supported (as indicated in the large bold text on the 1.7.x file listings).
@wumpyc
Could you provide the part of the log from just above what you have pasted there? It should indicate what triggered it.
-
View User Profile
-
Send Message
Posted Sep 9, 2012here is what happened in the console: http://pastebin.com/Ci5T8aq0
-
View User Profile
-
Send Message
Posted Sep 9, 2012@wumpyc
actually just safezone
-
View User Profile
-
Send Message
Posted Sep 9, 20121.6.9 - Sometimes the whole SafeZone and WarZone get unclaimed
-
View User Profile
-
Send Message
Posted Sep 8, 2012java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/libs/com/google/gson/reflect/TypeToken at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44) at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:239) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:40) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at com.massivecraft.factions.P.getGsonBuilder(P.java:128) at com.massivecraft.factions.zcore.MPlugin.preEnable(MPlugin.java:68) at com.massivecraft.factions.P.onEnable(P.java:82) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247) at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.libs.com.google.gson.reflect.TypeToken at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ... 29 more
Looking @ craftbukkit source... there is definitely no libs.com.google.gson.reflect.TypeToken ...
EDIT: Hey, uh they changed the location (got rid of the org.bukkit.cb, now it's just com.google). To anyone who is downloading, hold off till devs release a new build :). It'll be fixed with an import statement :D.
-
View User Profile
-
Send Message
Posted Sep 8, 2012Is Vault necessary for this plugin?
-
View User Profile
-
Send Message
Posted Sep 8, 2012@xboxhacks
anyone have any help for me?
-
View User Profile
-
Send Message
Posted Sep 8, 2012Is there any way to allow people to break in Warzones, but not build? I want to have "mines" in warzones, but I don't want my mines turned into underground houses
-
View User Profile
-
Send Message
Posted Sep 8, 2012@Brettflan
Ahh I remember the issue I had with 1.6.9.1 now, the version you're currently distributing, in herochat I'm seeing this:
With a lot of errors too:
[SEVERE] Could not pass event AsyncPlayerChatEvent to Factions org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:831) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:808) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.NetworkManager.i(NetworkManager.java:211) at net.minecraft.server.NetworkManager.c(NetworkManager.java:326) at net.minecraft.server.NetworkReaderThread.run(SourceFile:93) Caused by: java.lang.NullPointerException at com.massivecraft.factions.FPlayer.getChatTag(FPlayer.java:377) at com.massivecraft.factions.listeners.FactionsChatListener.onPlayerChat(FactionsChatListener.java:146) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330) ... 9 more
Any idea what's up with this, or could you verify that it's an issue with Factions or Herochat, they seem to say it's with Factions, but a lot of the Bukkit IRC are blaming Herochat for everything recently.. If you could respond, i'd be eternally more grateful than the ill-minded others attempting to receive your help ungratefully.
Been trying to get Herochat and Factions to work alongside one another for a while now, for a long time I was told it was Herochat! It does work in 1.7, but as I said before, cannot seem to get peaceful factions to remain peaceful!
-
View User Profile
-
Send Message
Posted Sep 8, 2012@Brettflan
act stupid? i know you are but you know i think im not the only one who is a little pissed off with you pansies not puting the version to R2
-
View User Profile
-
Send Message
Posted Sep 8, 2012@Brettflan
This plugin doesnt work with 1.3.1 r0.2 when type /plugins this plugin are red.
-
View User Profile
-
Send Message
Posted Sep 8, 2012If you're unable to read the supported CraftBukkit versions shown in each file listing before you download a Factions release, and you're further unwilling/unable to read the server startup log to see what error is reported by the plugin...
Well, you're welcome to keep wasting your own time. I'll waste no more of my own for such people at this point.
EDIT: by the way, KingDevastator, kindly go act stupid somewhere else.
-
View User Profile
-
Send Message
Posted Sep 8, 2012The new rec. build is broke D: just downgrade to an older one
-
View User Profile
-
Send Message
Posted Sep 8, 2012@BustaCraft
see and the owner of the plugin needs to get his act together because my server is also dependent on factions
-
View User Profile
-
Send Message
Posted Sep 8, 2012I am having the same problem as Gold1254. I have the latest CraftBukkit, and Factions wont work. The plugin is red when you use /pl. Please fix this issue, my server is highly dependent on Factions, and I would like to be able to use it again. I tried using the alternative, Simpleclans, and that is just out-right broken, perms don't work, deletes ranks, etc. Factions is my favorite plugin for PVP, and I would love to have it working again.
-
View User Profile
-
Send Message
Posted Sep 8, 2012@Gold1254
i love it when im right :)
-
View User Profile
-
Send Message
Posted Sep 8, 2012It isn't working :( When I download it and reload and check plugins it is red and doesn't work.. Hopefully this gets fixed :]
-
View User Profile
-
Send Message
Posted Sep 8, 2012not working for 1.3.2