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 Dec 14, 2012@tygo246
If you're using Essentials, edit the config and place {FACTION} in the chat format string.
-
View User Profile
-
Send Message
Posted Dec 13, 2012Error occurs on my development server, Bukkit build #2529
http://pastebin.com/S0A1cs75
-
View User Profile
-
Send Message
Posted Dec 13, 2012I hate to ask again, but my input below means a lot to me. I hope for a reply or maybe a confirmation for the feature :S
Thanks in advance.
-
View User Profile
-
Send Message
Posted Dec 13, 2012I had a feature request? What if the server automatically removes a faction after a certain time of inactivity? thanks :)
-
View User Profile
-
Send Message
Posted Dec 13, 2012Is there a way to only allow player to place TNT in enemy territory ?
-
View User Profile
-
Send Message
Posted Dec 13, 2012@tygo246
Try /f config chatTagInsertIndex 4 It will work!
-
View User Profile
-
Send Message
Posted Dec 13, 2012Fix this plugin for over build #2521
-
View User Profile
-
Send Message
Posted Dec 13, 2012Hi guys.
I'm running a server since a week and i got an issue with the plugin! Everytime someone makes a faction en types something there is a bug infront of his name. All the time it's a[factionname] r. Here is a printscreen! http://s455.beta.photobucket.com/user/tygo246/media/Test.png.html Anybody knows something about it? Please help me, Tygo
-
View User Profile
-
Send Message
Posted Dec 12, 2012@SimplyCraftedSam
Yes, you can download any plugin you want with Beastnode. You can even use custom plugins. They give you your own server which you can place anything inside.
-
View User Profile
-
Send Message
Posted Dec 12, 2012VERY IMPORTANT! Hello, many servers give the Superpickaxe ability (which comes from Worldedit) to donors, the problem is that it works in enemy territory. Is there anyway to prevent using this mining skill from doing such damage to enemy territory? perhaps integrate Worldedit with Factions or have compatibility?
-
View User Profile
-
Send Message
Posted Dec 12, 2012it says: a-(tag) r[rank]
-
View User Profile
-
Send Message
Posted Dec 12, 2012@EncryptedCurse
How does I compile from github?
-
View User Profile
-
Send Message
Posted Dec 12, 2012@SimplyCraftedSam
No idea, you should ask them.
-
View User Profile
-
Send Message
Posted Dec 12, 2012@Brettflan Can I get this plugin on beastnode?
-
View User Profile
-
Send Message
Posted Dec 12, 2012@kwek20
Factionless = Wilderness, faction ID 0.
@Curtis4321
FPlayers.i.get(Player player) to get an FPlayer object for a specified player, then use the methods to get any info about them you need. Board.getFactionAt(new FLocation(Location location)) to get the faction (if any) which controls the area; with the Faction you can check isNone() to see if it's Wilderness/Factionless. You can also monitor important events happening in the plugin by watching for the events in our com.massivecraft.factions.event package the same as you watch for core Bukkit events. There are also some methods which can be called from P.p.??? to get various other info, but that shouldn't normally be needed at this point with more direct methods available.
-
View User Profile
-
Send Message
Posted Dec 12, 2012@EncryptedCurse
Sorry, I'm trying to figure out how to compile them together I have a java decompiler I'm just completely clueless on how to use it can you please take a minute to help me out?
-
View User Profile
-
Send Message
Posted Dec 12, 2012Is there anywhere we can get the API? if there is 1 ;P
-
View User Profile
-
Send Message
Posted Dec 12, 2012@Brettflan Hey man, I am working on my plugin, which uses a part of factions. But for some reasonthis: " String Wilderness = Factions.i.getBestTagMatch("Wilderness").getTag();" returns "Wilderness", while "P.p.getPlayerFactionTag(player)" as a factionless player, a player from the wilderness returns . Is that normal?
-
View User Profile
-
Send Message
Posted Dec 12, 2012Can anyone tell me if there is a way to block "fire" Not the kind placed by a Flint N Steal but actual fire you hold and place down?
I have a plugin which allows a user to "shear" fire and fire is place able right in fac land.
-
View User Profile
-
Send Message
Posted Dec 11, 2012Is there a way to disable factions on a specified world?