[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. Offline

    Nickexp

    setting it to true denys building thats all you have to do i hope this helps!
     
  2. Offline

    wdow117

    SYkO_Reaper117 - Moderator on Massivecraft - Hi brett. Can you make it possible for admins to override the 10 character limit on faction tags, and use other characters such as !@#$%^&*()_+?.
    the reason for the character limit is mainly because faction name show up in chat, but admin created faction (at least on massivecraft) are unoccupied, and it would be nice to use color codes in faction names
     
  3. Offline

    igiz

    Yea it works as in it doesn't allow to build.But the thing is it allows to remove blocks....that is the main problem I have.
     
  4. Offline

    Nickexp

    [quote uid=90638883 name="igiz" post=958694]Yea it works as in it doesn't allow to build.But the thing is it allows to remove blocks....that is the main problem I have.[/quote]
    can u do me a Favor if you do tell me your username (in mc) and I'll make you a member on my server and you won't have to sub! can you put you factions folder in a zip (the folder in plugins) and upload it to <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 27, 2016
  5. Offline

    igiz

    Mmm the point is that non-memebrs of the faction can destroy it :/Ill try and zip up the file

    The VERY strange thing is that OP's cant remove blocks that are within the faction while non ops can srsly wtf?!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  6. Offline

    Nickexp

    wierd

    try resetting the config (delete it then reload server) that usaly fixes this kind of stuff

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  7. Offline

    abakedreuben

    Is there a way to have herochat show the faction names, because it dosn't for some reason.
     
  8. Offline

    Nickexp

    i don't think so i've had both the plugins before and it didn't
     
  9. Offline

    Brettflan

    Permanent power for players? No, though you can of course grant enough power through powerboost that they'll never go into negative values. For example, if you have -10 for powerPlayerMin and 10 for powerPlayerMax, and grant powerboost 20 to a player, that player's minimum and maximum power will be 10 and 30 respectively.

    You can have the faction color apply to the member name by modifying chatTagFormat to remove the §f at the end, but there's no way to have the faction relation color without the faction tag. Most servers color names in chat based on the permission group (server moderator, admin, etc.), so it hasn't seemed like a priority to have such a feature since most people wouldn't have a use for it.

    You skipped over the part where it mentioned a likelihood that you'd need to remove individual permissions rather than kits?

    That's definitely not normal; we handle block placement and destruction effectively the same in Factions. Have you tried temporarily removing other plugins to see if one of them might be interfering?

    No. You can switch factions and set yourself or others to faction admin as you please, though, which works out basically the same.

    You read my answer to someone else; my answer to you was regarding the fact that you're clearly using a 1.7 alpha release. Go reread my response.

    That's much too vague an explanation and an idea for something like that would require a lot more fleshing out, not to mention a lot of work put into coding it.

    You should be getting an error at server startup. What does that error say?

    As you say, the safezone permission allows players to claim and unclaim safezone areas.

    /f admin

    The main problem is that many commands require you to enter the faction tag, which is troublesome or sometimes impossible with strange characters in the faction tag.
     
  10. Offline

    Nickexp

    heres the error

    2012-02-12 13:19:35 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-02-12 13:19:36 [INFO] Done (8.094s)! For help, type "help" or "?"
    2012-02-12 13:19:36 [INFO] Starting GS4 status listener
    2012-02-12 13:19:36 [INFO] Query running on 0.0.0.0:25565
    2012-02-12 13:20:40 [SEVERE] java.lang.NullPointerException
    2012-02-12 13:20:40 [SEVERE]at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:34)
    2012-02-12 13:20:40 [SEVERE]at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:154)
    2012-02-12 13:20:40 [SEVERE]at net.minecraft.server.Packet254GetInfo.handle(SourceFile:16)
    2012-02-12 13:20:40 [SEVERE]at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2012-02-12 13:20:40 [SEVERE]at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:47)
    2012-02-12 13:20:40 [SEVERE]at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    2012-02-12 13:20:40 [SEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    2012-02-12 13:20:40 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    2012-02-12 13:20:40 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-02-12 13:20:40 [INFO] /127.0.0.1:59834 lost connection

    I GOT IT TO WORK!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  11. Offline

    Soren

    I figured out something that you could easily add, I think. Basically, a setting for the amonet of players needed to be online within a faction for blocks to be able to be broken by tnt / Territory claimed over / doors open / chests open. like, a % or somethin'.

    it would be amazing. maybe players don't count as members anymore if their power is 0 or something, that way people can't just invite the entire server and never worry about raiding because they don't come online.

    plus, you don't have to be a no-lifer and constantly get on the server to make sure your stuff isn't destoryed by an enemy faction while you're offline. because my past few times playing a few factions servers, it turned into a war of "Who could wake up sooner?" and "who can play the longest until they pass out?"


    unless that is what territoryProtectedMaterialsWhenOffline does.
     
  12. Offline

    foxwillow

    Brettflan

    Thanks for the response. I was misguided in thinking adding 4 powerboost would mean the player went from -14 to 14, so at least the -6 to 14 is kind of a perk. :)

    As mentioned before, I'd love to donate to the cause or something if the feature could be added. I figured that going by usergroups could be a pain, but would there be a way to add permpower to a player in the future? In a similar way that powerboost is relatively new, a permpower for a player would be a great addition to the play and roles on my server... I know it may not be the most widely-requested feature but if it wouldn't be too much to implement it would be completely wonderful :D
     
  13. Offline

    LeGenDaryX

    Thanks for replying! I hope you did mean.. and understand that i meant.

    The admin from the server.. to change the admin from each faction by command. :p
     
  14. Offline

    wdow117

    Well the other characters isnt very important, but I would like to be able to make factions with more than 10 characters, and use ' for faction names.

    also, you can type the name of a member of that faction in place of the tag. but if it is unoccupied, that wont help
     
  15. Offline

    poke722

    I recently installed this plugin and gave the factions.create tag to one of my groups, however I am the only one who can create a faction.

    Here is the permissions.yml :
    Code:
    groups:
        User:
            permissions:
            - essentials.afk
            - essentials.compass
            - essentials.help
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.motd
            - essentials.msg
            - essentials.rules
            - essentials.suicide
            - essentials.whois
            - essentials.ban.notify
            - essentials.kick.notify
            - essentials.ping
            - essentials.spawn
            - essentials.back
            - essentials.delhome
            - essentials.tpaccept
            - essentials.tpdeny
            - factions.list
            - factions.map
            - factions.show
            default: true
            options:
                rank: '1000'
            prefix: '&0(&8User&0)&f '
        Member:
            permissions:
            - essentials.depth
            - essentials.getpos
            - essentials.itemdb
            - essentials.nick
            - essentials.home
            - essentials.sethome
            - essentials.tpa
            - essentials.tpahere
            - factions.autoclaim
            - factions.admin
            - factions.chat
            - factions.claim
            - factions.deinvite
            - factions.description
            - factions.disband
            - factions.help
            - factions.home
            - factions.invite
            - factions.join
            - factions.kick
            - factions.leave
            - factions.mod
            - factions.open
            - factions.power
            - factions.power.any
            - factions.relation
            - factions.sethome
            - factions.tag
            - factions.title
            - factions.unclaim
            - factions.unclaimall
            options:
                rank: '900'
            inheritance:
            - User
            prefix: '&0(&7Member&0)&f '
        Trusted:
            pemissions:
            - essentials.ignore
            - essentials.msg.color
            - essentials.near
            - essentials.nick.color
            - essentials.back.ondeath
            - factions.create
            options:
                rank: '800'
            inheritance:
            - Member
            prefix: '&0(&6Trusted&0)&f '
        Mod:
            permissions:
            - essentials.nick.others
            - essentials.realname
            - essentials.ban.exempt
            - essentials.broadcast
            - essentials.kick
            - essentials.kick.exempt
            - essentials.tp
            options:
                rank: '700'
            inheritance:
            - Trusted
            prefix: '&0(&4Mod&0)&f '
        Admin:
            permissions:
            - essentials.seen
            - essentials.backup
            - essentials.ban
            - essentials.banip
            - essentials.tempban
            - essentials.unban
            - essentials.unbanip
            - essentials.delhome.others
            - essentials.home.others
            - essentials.tpohere
            - essentials.tphere
            - mobdisguise.*
            - factions.bypass
            - factions.disband.any
            - factions.kick.any
            - factions.sethome.any
            options:
                rank: '600'
            inheritance:
            - Mod
            prefix: '&0(&2Admin&0)&f '
        Owner:
            permissions:
            - '*'
            options:
                rank: '0'
            inheritance:
            - Admin
            prefix: '&0(&3Owner&0)&f '
    users:
        Poke722:
            group:
            - Owner
        Fatboi212:
            group:
            - Trusted
        braydenb2:
            group:
            - Trusted
        Dragon7231:
            group:
            - Trusted
        dina:
            group:
            - User
        Dinoperson72:
            group:
            - Member
    
     
  16. Offline

    xxxkilldogxxx

    Is there anyway i can claim some land just so it cant be claimed nothing else...?

    I dont wanna make it a safezone or a warzone i just wanna make it so it cant be claimed as ive got worldguard on the area which is more specific on defined areas compared to factions
     
  17. Offline

    RealShield

    Can anyone help me? I'm new to factions, Just came from Towny, I was wondering how I get the suffix for the faction name. It dosn't show up whenever someone creates one. Thanks
     
  18. Offline

    Rus7ov

    How can I do that when somebody log in the server for the first time, he has 0 power ?
    Here is my conf.json file:
    Code:
    {
      "baseCommandAliases": [
        "f"
      ],
      "allowNoSlashCommand": true,
      "colorMember": "GREEN",
      "colorAlly": "LIGHT_PURPLE",
      "colorNeutral": "WHITE",
      "colorEnemy": "RED",
      "colorPeaceful": "GOLD",
      "colorWar": "DARK_RED",
      "powerPlayerMax": 10.0,
      "powerPlayerMin": -10.0,
      "powerPerMinute": 0.2,
      "powerPerDeath": 4.0,
      "powerRegenOffline": false,
      "powerOfflineLossPerDay": 0.0,
      "powerOfflineLossLimit": 0.0,
      "powerFactionMax": 0.0,
      "prefixAdmin": "Maitre",
      "prefixMod": "Chef",
      "factionTagLengthMin": 3,
      "factionTagLengthMax": 10,
      "factionTagForceUpperCase": false,
      "newFactionsDefaultOpen": false,
      "newPlayerStartingFactionID": "0",
      "showMapFactionKey": true,
      "showNeutralFactionsOnMap": true,
      "showEnemyFactionsOnMap": true,
      "canLeaveWithNegativePower": true,
      "factionOnlyChat": true,
      "chatTagEnabled": true,
      "chatTagRelationColored": true,
      "chatTagReplaceString": "{FACTION}",
      "chatTagInsertAfterString": "",
      "chatTagInsertBeforeString": "",
      "chatTagInsertIndex": 1,
      "chatTagPadBefore": false,
      "chatTagPadAfter": true,
      "chatTagFormat": "%s§f",
      "factionChatFormat": "%s:§f %s",
      "allianceChatFormat": "§d%s:§f %s",
      "autoLeaveAfterDaysOfInactivity": 10.0,
      "worldGuardChecking": false,
      "logFactionCreate": true,
      "logFactionDisband": true,
      "logFactionJoin": true,
      "logFactionKick": true,
      "logFactionLeave": true,
      "logLandClaims": true,
      "logLandUnclaims": true,
      "logMoneyTransactions": true,
      "homesEnabled": true,
      "homesMustBeInClaimedTerritory": true,
      "homesTeleportToOnDeath": true,
      "homesRespawnFromNoPowerLossWorlds": true,
      "homesTeleportCommandEnabled": true,
      "homesTeleportCommandSmokeEffectEnabled": true,
      "homesTeleportCommandSmokeEffectThickness": 3.0,
      "homesTeleportAllowedFromEnemyTerritory": true,
      "homesTeleportAllowedFromDifferentWorld": true,
      "homesTeleportAllowedEnemyDistance": 32.0,
      "homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
      "disablePVPBetweenNeutralFactions": false,
      "disablePVPForFactionlessPlayers": false,
      "enablePVPAgainstFactionlessInAttackersLand": false,
      "noPVPDamageToOthersForXSecondsAfterLogin": 3,
      "peacefulTerritoryDisablePVP": true,
      "peacefulTerritoryDisableMonsters": false,
      "peacefulMembersDisablePowerLoss": true,
      "claimsMustBeConnected": false,
      "claimsCanBeUnconnectedIfOwnedByOtherFaction": true,
      "claimsRequireMinFactionMembers": 1,
      "considerFactionsReallyOfflineAfterXMinutes": 0.0,
      "actionDeniedPainAmount": 1,
      "territoryNeutralDenyCommands": [],
      "territoryEnemyDenyCommands": [
        "home",
        "sethome",
        "spawn",
        "tpahere",
        "tpaccept",
        "tpa"
      ],
      "territoryShieldFactor": 0.3,
      "territoryDenyBuild": true,
      "territoryDenyBuildWhenOffline": true,
      "territoryPainBuild": false,
      "territoryPainBuildWhenOffline": false,
      "territoryDenyUseage": true,
      "territoryEnemyDenyBuild": true,
      "territoryEnemyDenyBuildWhenOffline": true,
      "territoryEnemyPainBuild": false,
      "territoryEnemyPainBuildWhenOffline": false,
      "territoryEnemyDenyUseage": true,
      "territoryEnemyProtectMaterials": true,
      "territoryAllyDenyBuild": true,
      "territoryAllyDenyBuildWhenOffline": true,
      "territoryAllyPainBuild": false,
      "territoryAllyPainBuildWhenOffline": false,
      "territoryAllyDenyUseage": true,
      "territoryAllyProtectMaterials": true,
      "territoryBlockCreepers": false,
      "territoryBlockCreepersWhenOffline": false,
      "territoryBlockFireballs": false,
      "territoryBlockFireballsWhenOffline": false,
      "territoryBlockTNT": false,
      "territoryBlockTNTWhenOffline": false,
      "territoryDenyEndermanBlocks": true,
      "territoryDenyEndermanBlocksWhenOffline": true,
      "safeZoneDenyBuild": true,
      "safeZoneDenyUseage": true,
      "safeZoneBlockTNT": true,
      "safeZonePreventAllDamageToPlayers": false,
      "safeZoneDenyEndermanBlocks": true,
      "warZoneDenyBuild": true,
      "warZoneDenyUseage": true,
      "warZoneBlockCreepers": false,
      "warZoneBlockFireballs": false,
      "warZoneBlockTNT": true,
      "warZonePowerLoss": true,
      "warZoneFriendlyFire": false,
      "warZoneDenyEndermanBlocks": true,
      "wildernessDenyBuild": false,
      "wildernessDenyUseage": false,
      "wildernessBlockCreepers": false,
      "wildernessBlockFireballs": false,
      "wildernessBlockTNT": false,
      "wildernessPowerLoss": true,
      "wildernessDenyEndermanBlocks": false,
      "ownedAreasEnabled": true,
      "ownedAreasLimitPerFaction": 0,
      "ownedAreasModeratorsCanSet": false,
      "ownedAreaModeratorsBypass": true,
      "ownedAreaDenyBuild": true,
      "ownedAreaPainBuild": false,
      "ownedAreaProtectMaterials": true,
      "ownedAreaDenyUseage": true,
      "ownedLandMessage": "Owner(s): ",
      "publicLandMessage": "Public faction land.",
      "ownedMessageOnBorder": true,
      "ownedMessageInsideTerritory": true,
      "ownedMessageByChunk": false,
      "pistonProtectionThroughDenyBuild": true,
      "territoryProtectedMaterials": [
        "WOODEN_DOOR",
        "DISPENSER",
        "DIODE_BLOCK_ON",
        "TRAP_DOOR",
        "FENCE_GATE",
        "FURNACE",
        "BURNING_FURNACE",
        "DIODE_BLOCK_OFF",
        "CHEST"
      ],
      "territoryDenyUseageMaterials": [
        "BUCKET",
        "WATER_BUCKET",
        "LAVA_BUCKET",
        "FLINT_AND_STEEL"
      ],
      "territoryProtectedMaterialsWhenOffline": [
        "WOODEN_DOOR",
        "DISPENSER",
        "DIODE_BLOCK_ON",
        "TRAP_DOOR",
        "FENCE_GATE",
        "FURNACE",
        "BURNING_FURNACE",
        "DIODE_BLOCK_OFF",
        "CHEST"
      ],
      "territoryDenyUseageMaterialsWhenOffline": [
        "BUCKET",
        "WATER_BUCKET",
        "LAVA_BUCKET",
        "FLINT_AND_STEEL"
      ],
      "spoutFactionTagsOverNames": true,
      "spoutFactionTitlesOverNames": true,
      "spoutFactionAdminCapes": true,
      "spoutFactionModeratorCapes": true,
      "spoutTerritoryDisplayPosition": 3,
      "spoutTerritoryDisplaySize": 1.0,
      "spoutTerritoryDisplayShowDescription": true,
      "spoutTerritoryOwnersShow": true,
      "spoutTerritoryNoticeShow": true,
      "spoutTerritoryNoticeTop": 40,
      "spoutTerritoryNoticeShowDescription": false,
      "spoutTerritoryNoticeSize": 1.5,
      "spoutTerritoryNoticeLeaveAfterSeconds": 2.0,
      "capeAlly": "https://github.com/MassiveCraft/Factions/raw/master/capes/ally.png",
      "capeEnemy": "https://github.com/MassiveCraft/Factions/raw/master/capes/enemy.png",
      "capeMember": "https://github.com/MassiveCraft/Factions/raw/master/capes/member.png",
      "capeNeutral": "https://github.com/MassiveCraft/Factions/raw/master/capes/neutral.png",
      "capePeaceful": "https://github.com/MassiveCraft/Factions/raw/master/capes/peaceful.png",
      "econEnabled": false,
      "econUniverseAccount": "",
      "econCostClaimWilderness": 30.0,
      "econCostClaimFromFactionBonus": 30.0,
      "econClaimAdditionalMultiplier": 0.5,
      "econClaimRefundMultiplier": 0.7,
      "econCostCreate": 100.0,
      "econCostOwner": 15.0,
      "econCostSethome": 30.0,
      "econCostJoin": 0.0,
      "econCostLeave": 0.0,
      "econCostKick": 0.0,
      "econCostInvite": 0.0,
      "econCostHome": 0.0,
      "econCostTag": 0.0,
      "econCostDesc": 0.0,
      "econCostTitle": 0.0,
      "econCostList": 0.0,
      "econCostMap": 0.0,
      "econCostPower": 0.0,
      "econCostShow": 0.0,
      "econCostOpen": 0.0,
      "econCostAlly": 0.0,
      "econCostEnemy": 0.0,
      "econCostNeutral": 0.0,
      "econCostNoBoom": 0.0,
      "bankEnabled": true,
      "bankMembersCanWithdraw": false,
      "bankFactionPaysCosts": true,
      "bankFactionPaysLandCosts": true,
      "worldsNoClaiming": [],
      "worldsNoPowerLoss": [],
      "worldsIgnorePvP": [],
      "worldsNoWildernessProtection": []
    }
    Thank's for reply ! :D
     
  19. Offline

    Gm1999

    Is there a way that mobs can de damage in safezones? On this moment I can just stay in the safezone and killing mobs without getting any damage. This is my configuration:
    Code:
    {
      "baseCommandAliases": [
        "f"
      ],
      "allowNoSlashCommand": true,
      "colorMember": "GREEN",
      "colorAlly": "LIGHT_PURPLE",
      "colorNeutral": "WHITE",
      "colorEnemy": "RED",
      "colorPeaceful": "GOLD",
      "colorWar": "DARK_RED",
      "powerPlayerMax": 10.0,
      "powerPlayerMin": -10.0,
      "powerPlayerStarting": 0.0,
      "powerPerMinute": 0.2,
      "powerPerDeath": 4.0,
      "powerRegenOffline": false,
      "powerOfflineLossPerDay": 0.0,
      "powerOfflineLossLimit": 0.0,
      "powerFactionMax": 0.0,
      "prefixAdmin": "**",
      "prefixMod": "*",
      "factionTagLengthMin": 3,
      "factionTagLengthMax": 10,
      "factionTagForceUpperCase": false,
      "newFactionsDefaultOpen": false,
      "newPlayerStartingFactionID": "0",
      "showMapFactionKey": true,
      "showNeutralFactionsOnMap": true,
      "showEnemyFactionsOnMap": true,
      "canLeaveWithNegativePower": true,
      "factionOnlyChat": true,
      "chatTagEnabled": true,
      "chatTagRelationColored": true,
      "chatTagReplaceString": "[FACTION]",
      "chatTagInsertAfterString": "",
      "chatTagInsertBeforeString": "",
      "chatTagInsertIndex": 1,
      "chatTagPadBefore": false,
      "chatTagPadAfter": true,
      "chatTagFormat": "%s§f",
      "factionChatFormat": "%s:§f %s",
      "allianceChatFormat": "§d%s:§f %s",
      "autoLeaveAfterDaysOfInactivity": 10.0,
      "removePlayerDataWhenBanned": false,
      "worldGuardChecking": false,
      "lwcIntegration": false,
      "onUnclaimResetLwcLocks": false,
      "onCaptureResetLwcLocks": false,
      "logFactionCreate": true,
      "logFactionDisband": true,
      "logFactionJoin": true,
      "logFactionKick": true,
      "logFactionLeave": true,
      "logLandClaims": true,
      "logLandUnclaims": true,
      "logMoneyTransactions": true,
      "homesEnabled": true,
      "homesMustBeInClaimedTerritory": true,
      "homesTeleportToOnDeath": true,
      "homesRespawnFromNoPowerLossWorlds": true,
      "homesTeleportCommandEnabled": true,
      "homesTeleportCommandSmokeEffectEnabled": true,
      "homesTeleportCommandSmokeEffectThickness": 3.0,
      "homesTeleportAllowedFromEnemyTerritory": true,
      "homesTeleportAllowedFromDifferentWorld": true,
      "homesTeleportAllowedEnemyDistance": 32.0,
      "homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
      "disablePVPBetweenNeutralFactions": false,
      "disablePVPForFactionlessPlayers": false,
      "enablePVPAgainstFactionlessInAttackersLand": false,
      "noPVPDamageToOthersForXSecondsAfterLogin": 3,
      "peacefulTerritoryDisablePVP": true,
      "peacefulTerritoryDisableMonsters": false,
      "peacefulMembersDisablePowerLoss": true,
      "permanentFactionsDisableLeaderPromotion": false,
      "claimsMustBeConnected": false,
      "claimsCanBeUnconnectedIfOwnedByOtherFaction": true,
      "claimsRequireMinFactionMembers": 1,
      "claimedLandsMax": 0,
      "considerFactionsReallyOfflineAfterXMinutes": 0.0,
      "actionDeniedPainAmount": 1,
      "permanentFactionMemberDenyCommands": [],
      "territoryNeutralDenyCommands": [],
      "territoryEnemyDenyCommands": [
        "home",
        "sethome",
        "spawn",
        "tpahere",
        "tpaccept",
        "tpa"
      ],
      "territoryShieldFactor": 0.3,
      "territoryDenyBuild": true,
      "territoryDenyBuildWhenOffline": true,
      "territoryPainBuild": false,
      "territoryPainBuildWhenOffline": false,
      "territoryDenyUseage": true,
      "territoryEnemyDenyBuild": true,
      "territoryEnemyDenyBuildWhenOffline": true,
      "territoryEnemyPainBuild": false,
      "territoryEnemyPainBuildWhenOffline": false,
      "territoryEnemyDenyUseage": true,
      "territoryEnemyProtectMaterials": true,
      "territoryAllyDenyBuild": true,
      "territoryAllyDenyBuildWhenOffline": true,
      "territoryAllyPainBuild": false,
      "territoryAllyPainBuildWhenOffline": false,
      "territoryAllyDenyUseage": true,
      "territoryAllyProtectMaterials": true,
      "territoryBlockCreepers": false,
      "territoryBlockCreepersWhenOffline": false,
      "territoryBlockFireballs": false,
      "territoryBlockFireballsWhenOffline": false,
      "territoryBlockTNT": false,
      "territoryBlockTNTWhenOffline": false,
      "territoryDenyEndermanBlocks": true,
      "territoryDenyEndermanBlocksWhenOffline": true,
      "safeZoneDenyBuild": false,
      "safeZoneDenyUseage": false,
      "safeZoneBlockTNT": true,
      "safeZonePreventAllDamageToPlayers": false,
      "safeZoneDenyEndermanBlocks": true,
      "warZoneDenyBuild": true,
      "warZoneDenyUseage": true,
      "warZoneBlockCreepers": false,
      "warZoneBlockFireballs": false,
      "warZoneBlockTNT": true,
      "warZonePowerLoss": true,
      "warZoneFriendlyFire": false,
      "warZoneDenyEndermanBlocks": true,
      "wildernessDenyBuild": false,
      "wildernessDenyUseage": false,
      "wildernessBlockCreepers": false,
      "wildernessBlockFireballs": false,
      "wildernessBlockTNT": false,
      "wildernessPowerLoss": true,
      "wildernessDenyEndermanBlocks": false,
      "ownedAreasEnabled": true,
      "ownedAreasLimitPerFaction": 0,
      "ownedAreasModeratorsCanSet": false,
      "ownedAreaModeratorsBypass": true,
      "ownedAreaDenyBuild": true,
      "ownedAreaPainBuild": false,
      "ownedAreaProtectMaterials": true,
      "ownedAreaDenyUseage": true,
      "ownedLandMessage": "Owner(s): ",
      "publicLandMessage": "Public faction land.",
      "ownedMessageOnBorder": true,
      "ownedMessageInsideTerritory": true,
      "ownedMessageByChunk": false,
      "pistonProtectionThroughDenyBuild": true,
      "territoryProtectedMaterials": [
        "CHEST",
        "BURNING_FURNACE",
        "FENCE_GATE",
        "DIODE_BLOCK_OFF",
        "TRAP_DOOR",
        "FURNACE",
        "CAULDRON",
        "JUKEBOX",
        "DIODE_BLOCK_ON",
        "ENCHANTMENT_TABLE",
        "SOIL",
        "WOODEN_DOOR",
        "DISPENSER",
        "BREWING_STAND"
      ],
      "territoryDenyUseageMaterials": [
        "BUCKET",
        "FLINT_AND_STEEL",
        "WATER_BUCKET",
        "LAVA_BUCKET"
      ],
      "territoryProtectedMaterialsWhenOffline": [
        "CHEST",
        "BURNING_FURNACE",
        "FENCE_GATE",
        "DIODE_BLOCK_OFF",
        "TRAP_DOOR",
        "FURNACE",
        "CAULDRON",
        "JUKEBOX",
        "DIODE_BLOCK_ON",
        "ENCHANTMENT_TABLE",
        "SOIL",
        "WOODEN_DOOR",
        "DISPENSER",
        "BREWING_STAND"
      ],
      "territoryDenyUseageMaterialsWhenOffline": [
        "BUCKET",
        "FLINT_AND_STEEL",
        "WATER_BUCKET",
        "LAVA_BUCKET"
      ],
      "spoutFactionTagsOverNames": true,
      "spoutFactionTitlesOverNames": true,
      "spoutFactionAdminCapes": true,
      "spoutFactionModeratorCapes": true,
      "spoutTerritoryDisplayPosition": 3,
      "spoutTerritoryDisplaySize": 1.0,
      "spoutTerritoryDisplayShowDescription": true,
      "spoutTerritoryOwnersShow": true,
      "spoutTerritoryNoticeShow": true,
      "spoutTerritoryNoticeTop": 40,
      "spoutTerritoryNoticeShowDescription": false,
      "spoutTerritoryNoticeSize": 1.5,
      "spoutTerritoryNoticeLeaveAfterSeconds": 2.0,
      "capeAlly": "https://github.com/MassiveCraft/Factions/raw/master/capes/ally.png",
      "capeEnemy": "https://github.com/MassiveCraft/Factions/raw/master/capes/enemy.png",
      "capeMember": "https://github.com/MassiveCraft/Factions/raw/master/capes/member.png",
      "capeNeutral": "https://github.com/MassiveCraft/Factions/raw/master/capes/neutral.png",
      "capePeaceful": "https://github.com/MassiveCraft/Factions/raw/master/capes/peaceful.png",
      "econEnabled": false,
      "econUniverseAccount": "",
      "econCostClaimWilderness": 30.0,
      "econCostClaimFromFactionBonus": 30.0,
      "econClaimAdditionalMultiplier": 0.5,
      "econClaimRefundMultiplier": 0.7,
      "econClaimUnconnectedFee": 0.0,
      "econCostCreate": 100.0,
      "econCostOwner": 15.0,
      "econCostSethome": 30.0,
      "econCostJoin": 0.0,
      "econCostLeave": 0.0,
      "econCostKick": 0.0,
      "econCostInvite": 0.0,
      "econCostHome": 0.0,
      "econCostTag": 0.0,
      "econCostDesc": 0.0,
      "econCostTitle": 0.0,
      "econCostList": 0.0,
      "econCostMap": 0.0,
      "econCostPower": 0.0,
      "econCostShow": 0.0,
      "econCostOpen": 0.0,
      "econCostAlly": 0.0,
      "econCostEnemy": 0.0,
      "econCostNeutral": 0.0,
      "econCostNoBoom": 0.0,
      "bankEnabled": true,
      "bankMembersCanWithdraw": false,
      "bankFactionPaysCosts": true,
      "bankFactionPaysLandCosts": true,
      "worldsNoClaiming": [],
      "worldsNoPowerLoss": [],
      "worldsIgnorePvP": [],
      "worldsNoWildernessProtection": []
    }
     
  20. Offline

    NazzyDragon

    MassiveCraft
    Brettflan

    Whenever I use this plugin with DragonTravel, the dragon does not appear while attempting to mount it. I'm fairly certain this is an issue with Factions, and I would like to know how to fix it. Thank you. :>
     
  21. Offline

    OstlerDev

    Is there permission to make it so that only a couple people can make factions, or is it impossible?
     
  22. Offline

    Brettflan

    Pretty much, along with territoryBlockTNTWhenOffline and such. You can then tweak considerFactionsReallyOfflineAfterXMinutes as you like to only consider a faction as offline when no members have been online for the specified number of minutes. This can be used to prevent people from getting immediate improved land protection from logging off in the middle of being TNT-cannoned or whatever.

    That would require either a new command (not worth it, I think) or to restructure the existing permanentpower command, which I'd rather not do as it would confuse existing players. Besides that, the permanentpower command is currently removed in our 1.7 dev branch in favor of being able to toggle infinite power status for certain factions, and the permanentpower command might not be coming back like some of the other currently removed features in 1.7. So... sorry, but it's not planned.

    Since messing with the faction tag restrictions has such a strong possibility of causing a variety of problems, it's not high on the list of things I'm likely to feel like messing with in my free time.

    Your permissions look fine at a glance, so I have no idea why it's not working for you. Anyone else?

    If you want WorldGuard protected areas to be unclaimable, you can try /f config worldGuardChecking true

    http://massivecraft.com/plugins/factions/config#Chat_configuration ?

    First, you'll need to update Factions. You appear to be using a very old version of it which doesn't support this command that you would need to use: /f config powerPlayerStarting 0

    Not currently possible, no, though hostile mobs don't spawn in safe zones and won't target players who are inside safe zones, so you shouldn't get a huge amount of them wandering in unless they chase players from outside.

    The dragon would be prevented from spawning in a safe zone or potentially in a Peaceful faction's territory, but otherwise Factions shouldn't interfere.

    Please read the User guide which covers all our myriad permissions, including that one (factions.create). You might also read that nice FAQ in the first post which covers potential permission related problems you might run into.
     
  23. Offline

    Dassin

    Hello there, is there any way to prevent players from claiming Worldgaurd Regions?
     
  24. Offline

    sjoerdtim

    /f config worldGuardChecking true
     
  25. Offline

    FuRiouSOne

    Any way to disable fire procs on players that arnt enemies? Be good to disable ALL damage (poisons/weapon procs/mcmmo effects) somehow insteal of just direct damage...
     
  26. Offline

    devilquak

    Forgive me for my noobishness, but how do you take the world name that people are in out of their names? I assume it has something to do with MultiVerse... My worlds have ugly, long names and I don't want nor require the worlds people are in to be in their names. Thanks.
     
  27. Offline

    FuRiouSOne

    Check multiverse config file. Also you can change the alias of the world same in multiverse worlds yml.
     
  28. Offline

    devilquak

    Yeah thanks for the reply lol, I found that out right after I posted this.

    I've got one more question though: No prefix/suffix plugins really work with Factions that well, except for Essentials, which I really don't want to use. I use AdminCMD and I would need to rewrite all my config files, permissions, and stop using the commands I've gotten used to in order for it to work. Is there anything out there instead of EssentialsChat that works? ColorMe works, but the prefixes are messed up and you can't color them or the suffixes. Is there anything else?

    Edit: Ah. Nevermind. I just had to move the insert index tag to zero.
     
  29. Offline

    LethalState

    Is there a way to disable wilderness PvP, so that PvP is only enabled inside Factions areas? I can't find any config which would allow for that.
     
  30. Offline

    Kylefraser

    Omg good plugin am going to try it out :D please update to the latest RB thanks :)
     

Share This Page