[SEC/FUN] Factions 2.0.0 - Guilds, War and user-controlled antigrief [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by MassiveCraft, May 29, 2011.

  1. Is there a easy way to see how many land you have claimed, so you know how many power you need?
    Also, is there a easy way to see how many power your faction has, instead of checking every player.
     
  2. Offline

    Kipperlenny

  3. Offline

    minerscentral

    how do you edit the confing file
    when ever i do it it brings me back to the normal config files
     
  4. Offline

    Snear

    Typing /f who allows you to see how much power/land your faction has collectively.
    I'm using ChatManager alongside Factions and my chat show up like this:
    [​IMG]
    Is there any way to fix this? Maybe editing the Factions config somehow?
     
  5. Offline

    dsf190

    Thank you so much!!
     
  6. Offline

    saftb1

    Im having trouble setting the conf.json file so that people from other factions cant use IRON_DOORS and LEVERS in another faction. Its just that I dont know what to change in this part.

    "territoryProtectedMaterials": [
    "IRON_DOOR",
    "LEVER"
    ],
    "territoryDenyUseageMaterials": [
    ],
    "territoryProtectedMaterialsWhenOffline": [
    "IRON_DOOR",
    "LEVER"
    ],
    "territoryDenyUseageMaterialsWhenOffline": [
    ],

    For some reason everytime I put this in, only the "LEVER" part is removed from it for some reason
     
  7. Offline

    2Bucks

    It currently costs my members $5000 to create a Faction. However, when they create then disband a Faction, they get $35,000 back to their account. I'm not seeing where I can adjust this so that they don't get anything back, does anyone know?
     
  8. Offline

    wh1t3c0d3r

    Hi everyone,

    I would like to know if there is a way to disable creeper damage in faction claimed area but enable it in the wilderness area. How I do that?

    Thanks

    ---
    Wh1t3c0d3r
     
  9. Offline

    lishid

    There's an infinite loop when 'cleaning data'...

    Code:
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    at com.massivecraft.factions.FPlayer.getFaction(FPlayer.java:43)
    at com.massivecraft.factions.integration.SpoutFeatures.updateSingle(SpoutFeatures.java:218)
    at com.massivecraft.factions.integration.SpoutFeatures.updateAppearances(SpoutFeatures.java:154)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:188)
    at com.massivecraft.factions.FPlayer.resetFactionData(FPlayer.java:194)
    at com.massivecraft.factions.FPlayers.clean(FPlayers.java:45)
    at com.massivecraft.factions.Factions.get(Factions.java:99)
    
    using 1.6.1
     
  10. Offline

    Scruffy Puppy

    Requesting a way for Admins to watch f chat, please. This would be greatly appreciated.

    <3
     
  11. Offline

    TheGoldenWaffle

    My Factions isn't working with Permissions 3.x It says that players with factions.fullplayer and factions.admin.* don't have permissions to use that command.
     
  12. Offline

    2Bucks

    I figured out the problem with the earlier issue. Faction banks are starting out with $20000 by default. Is that configurable?
     
  13. Offline

    Godspeed

    Is there any way that an Admin on the server who is a leader of a faction can invite players into other factions?

    Because switching between factions seems to remove the admin status when the faction is permanent, and when we change back there is no admin anymore.

    Or am i doing something totaly wrong here? :p
     
  14. Offline

    robbcap

    hey can you add prefixes and suffixes and like more ranks in the faction like medic=can heal pepole
    soldier=does noting spy=spy in other factions and like add faction channels like every faction has a channel can you add this stuff? please it would be awesome
     
  15. Offline

    Rakale

    i LOVE THIS PLUGIN! but the thing is... players can claim unlimited land... i am using 1.6.0 and when they type /f power, it says power / max power 10/10

    please help?
     
  16. Offline

    Spl1tz

    I'm having the same power issue as the post above except the unlimited claiming.

    I have to report that my players have found a way to hurt Allies, which is using poison splashes.
    In case you don't know.

    Greets.
     
  17. Offline

    Haxxbrdan

    I am the Owner of the server and wondering if there is a command to give myself Power?
     
  18. Offline

    Vycor

    Is thee a way to control special permissions? For example on my server I have multiverse installed. In our main world I have donation levels, where people can get access to teleport and god mode. People asked for factions so we created a seperate world they can teleport to for factions.But in this world i DONT want them to use teleport or god mode. I put up "signs" before they get to the warp point but some people are still using teleport and god mode.

    Now i setup permissions so they did NOT have access to these commands, but the problem is that god mode was carried over from the other world (just like if someone has god mode, and i remove the command from them, they still have god mode till its turned off manually).

    ANybody know of a way to force this? Im using essentials obviously for my god mode part
     
  19. Offline

    Switch0r

    This plugin rocks, we use it with antipvplogger.
     
  20. Offline

    Mavericko

    I cant find in config, how to make chests only be opened by enemys,not by all factions,thank you :)
     
  21. Offline

    Brettflan

    Your CraftBukkit is outdated. Update it to the latest RB.

    It does. If you're having a specific problem, ask about it with some actual details.

    1. Your error is caused by you manually editing the conf.json file. Read the top of the Configuration page in our userguide.
    2. As I've said recently a few times, we plan to switch to Vault.

    Sorry, it isn't.

    Read this. At the least, you'll need to modify chatTagInsertIndex, but better methods are outlined on the linked part of our user guide.

    Radius claiming will be coming back.

    /f bypass

    Are there any errors in the server console when they try to speak? I would expect so. Without that info, no idea.

    That's what /f bypass is for, as long as they have the factions.bypass permission.

    Sounds like that would be a problem caused by another plugin or CraftBukkit itself.

    /f permanentpower, though it's specifically for factions rather than players.


    Deny them the factions.create permission. You should have a way to do that in your permission plugin of choice. It's granted by default to all players, along with all other permissions in the factions.kit.fullplayer permission kit (see our user guide for the full list, that part is up-to-date).

    Your error is caused by you manually editing the conf.json file. Read the top of the Configuration page in our userguide.

    Read our user guide which covers multiworld support.

    What do you mean by "steal stuff"? Stuff laying on the ground is fair game for anyone. Stuff in chests is protected, unless you remove that protection. Example: /f config territoryProtectedMaterials chest and /f config territoryProtectedMaterialsWhenOffline chest.

    Lockette will need to be updated to fix that.

    Indeed, that causes problems. Better to /stop the server and start it back up if you need to reload it.

    First thing, the material for placed iron doors (as opposed to ones in inventory) is IRON_DOOR_BLOCK. Second thing, iron doors can't be opened without use of redstone power from a switch or button or whatever. So there's no point in adding the actual iron door to your config. Adding levers in there should be sufficient, and factions can then use stone buttons or plates or whatever on doors they want to be public for anyone not in the faction.

    Sounds like you're seeing the refund for land which the faction has claimed. If you don't want refunds to be given when land is unclaimed, you can use: /f config econClaimRefundMultiplier 0

    /f config territoryBlockCreepers true
    /f config territoryBlockCreepersWhenOffline true

    Thanks for the report, should be fixed in the next release. By the way, 1.6.2 is out.

    It's being considered.

    Tried granting individual permissions? The antiquated Permissions plugin doesn't support kits / parent->child permissions.

    Not currently. The missing part there is an permission for certain players to be able to set admin/mod status for a player regardless of the faction they're in. I have that on my "soonish" to-do list.

    Unless the faction has a permanent power level set, that definitely shouldn't happen. By the way, 1.6.2 is the current release.

    Splash potion damage will hopefully be addressed in the next release.

    Not currently possible, and would take some substantial restructuring to allow it, so don't expect it any time soon.
     
  22. Offline

    1994mat

    Epic list of answers :eek:
    Also, if I want to recompile this awesome plugin with some changes (Some mods added extra chests, I want to make them unaccessable too :p )
    Do I need to download Essentialschat/Economy and reference it?
     
  23. Offline

    Teh Kitteh

    Can we please have a config that denys teleporting inside of Warzones.
     
    gameswereus likes this.
  24. Offline

    ledhead900

    Its nice they updated it recently too to fix the warmup loop and other improvements :)
    Is there a reason why you cannot find the correct settings in the config to deny commands?

    Code:
      "territoryNeutralDenyCommands": [],
      "territoryEnemyDenyCommands": [
        "sethome",
        "home",
        "call",
        "tpahere",
        "spawn",
        "rocket",
        "tpaccept",
        "tpa"
     
  25. Offline

    Mncrft77

    If the server runs multiple worlds using MultiVerse. Is there a way to make the factions only work in one of the worlds such as a server with a creative world and pvp world and only wanting the factions in the pvp world.
     
  26. Offline

    goodoletom

    No one in my faction may claim territory but me, how do I make anyone in my faction able to claim it? it says the need to be a mod.
     
  27. Offline

    cheti1337

    Hello, i have trouble with pex and factions.
    I want to give certain permission nodes to a group, for example that they can only leave and join factions, nothing else.
    But the deal is that factions automatically gives the default group all player nodes. How to disable that ? Thanks!
     
  28. Offline

    monir

    Is everybody using register for factions or is it some other plugins for iconomy? please i really need a answer.
     
  29. Offline

    gameswereus

    Some types of enchantments are being used to grief my spawn. Any ideas?
     
  30. Offline

    Deathfromace

    /f mod *player name*

    According to http://massivecraft.com/plugins/factions

    Show Spoiler


    What enchant is being used? I have not had any problems myself.

    Can't say I've ever had that issue but I have noticed spout seems to smooth teleporting so if you are not against using spout I would try that to fix it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018

Share This Page