NEED FACTIONS PLUGIN HELP PLEASE!

Discussion in 'Bukkit Help' started by DownfallxACE, Sep 18, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    DownfallxACE

    I downloaded a factions plugin, but in this faction plugin other players can't open chests in other factions, or use furnaces, brewing stands, etc. I tried editing the config.json and everything but NOTHING worked. I'm looking for a factions plugin that will give players access to open chests in other factions, access to /f show, and other faction commands. Could someone please link me to this plugin? Thanks!
     
  2. Offline

    g3z0dv1n3

    Factions Is Okay .... there is no other plugin...
    Make sure you have MCore
    Also conf.json will not fix anything I had that problem
    goto the Mstore file then go in the factions_uconf@default then go in the instance.json
    Try making it like this:
    {
    "enabled": true,
    "factionIdNone": "fc6147c3-c453-44a7-aebf-3def2e32be33",
    "factionIdSafezone": "1d18768b-473c-4615-9686-1600d903112e",
    "factionIdWarzone": "6d806e5b-8efd-4310-87e9-059440ccdee1",
    "defaultPlayerFactionId": "fc6147c3-c453-44a7-aebf-3def2e32be33",
    "defaultPlayerRole": "RECRUIT",
    "defaultPlayerPower": 0.0,
    "defaultFactionOpen": false,
    "defaultFactionFlags": {
    "PERMANENT": false,
    "PEACEFUL": false,
    "INFPOWER": false,
    "POWERLOSS": true,
    "PVP": true,
    "FRIENDLYFIRE": false,
    "MONSTERS": true,
    "EXPLOSIONS": true,
    "OFFLINE_EXPLOSIONS": false,
    "FIRESPREAD": true,
    "ENDERGRIEF": false
    },
    "defaultFactionPerms": {
    "BUILD": [
    "LEADER",
    "OFFICER",
    "MEMBER",
    "ALLY"
    ],
    "PAINBUILD": [],
    "DOOR": [
    "LEADER",
    "OFFICER",
    "MEMBER",
    "RECRUIT",
    "ALLY"
    ],
    "BUTTON": [
    "LEADER",
    "OFFICER",
    "MEMBER",
    "RECRUIT",
    "ALLY"
    ],
    "LEVER": [
    "LEADER",
    "OFFICER",
    "MEMBER",
    "RECRUIT",
    "ALLY"
    ],
    "CONTAINER": [
    "LEADER",
    "OFFICER",
    "MEMBER"
    ],
    "INVITE": [
    "LEADER",
    "OFFICER"
    ],
    "KICK": [
    "LEADER",
    "OFFICER"
    ],
    "SETHOME": [
    "LEADER",
    "OFFICER"
    ],
    "WITHDRAW": [
    "LEADER",
    "OFFICER"
    ],
    "TERRITORY": [
    "LEADER",
    "OFFICER"
    ],
    "ACCESS": [
    "LEADER",
    "OFFICER"
    ],
    "DISBAND": [
    "LEADER"
    ],
    "PERMS": [
    "LEADER"
    ]
    },
    "powerMax": 12.0,
    "powerMin": 0.0,
    "powerPerHour": 2.0,
    "powerPerDeath": -2.0,
    "canLeaveWithNegativePower": true,
    "factionMemberLimit": 0,
    "factionPowerMax": 0.0,
    "factionNameLengthMin": 3,
    "factionNameLengthMax": 16,
    "factionNameForceUpperCase": false,
    "claimsMustBeConnected": true,
    "claimingFromOthersAllowed": true,
    "claimsCanBeUnconnectedIfOwnedByOtherFaction": false,
    "claimsRequireMinFactionMembers": 1,
    "claimedLandsMax": 50,
    "homesEnabled": true,
    "homesMustBeInClaimedTerritory": true,
    "homesTeleportCommandEnabled": true,
    "homesTeleportAllowedFromEnemyTerritory": true,
    "homesTeleportAllowedFromDifferentWorld": true,
    "homesTeleportAllowedEnemyDistance": 32.0,
    "homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
    "homesTeleportToOnDeathActive": false,
    "homesTeleportToOnDeathPriority": "NORMAL",
    "permanentFactionsDisableLeaderPromotion": false,
    "actionDeniedPainAmount": 2,
    "disablePVPForFactionlessPlayers": false,
    "enablePVPAgainstFactionlessInAttackersLand": false,
    "territoryShieldFactor": 0.3,
    "denyCommandsPermanentFactionMember": [],
    "denyCommandsTerritoryRelation": {
    "ENEMY": [
    "home",
    "sethome",
    "tpahere",
    "tpaccept",
    "tpa",
    "warp",
    "warps",
    "spawn",
    "wtp",
    "uspawn",
    "utp",
    "mspawn",
    "mtp",
    "fspawn",
    "ftp",
    "jspawn",
    "jtp"
    ],
    "NEUTRAL": [],
    "TRUCE": [],
    "ALLY": [],
    "MEMBER": []
    },
    "lwcRemoveOnChange": {
    "BUY": false,
    "SELL": false,
    "CONQUER": false,
    "PILLAGE": false
    },
    "econEnabled": false,
    "econLandReward": 0.0,
    "econUniverseAccount": "",
    "econChunkCost": {
    "BUY": 30.0,
    "SELL": -20.0,
    "CONQUER": -10.0,
    "PILLAGE": -10.0
    },
    "econCostCreate": 200.0,
    "econCostSethome": 0.0,
    "econCostJoin": 0.0,
    "econCostLeave": 0.0,
    "econCostKick": 0.0,
    "econCostInvite": 0.0,
    "econCostDeinvite": 0.0,
    "econCostHome": 0.0,
    "econCostName": 0.0,
    "econCostDescription": 0.0,
    "econCostTitle": 0.0,
    "econCostOpen": 0.0,
    "econRelCost": {
    "ENEMY": 0.0,
    "ALLY": 0.0,
    "TRUCE": 0.0,
    "NEUTRAL": 0.0
    },
    "bankEnabled": true,
    "bankFactionPaysCosts": true,
    "bankFactionPaysLandCosts": true
    }
     
  3. Offline

    Lolmewn

    Which plugins do you have?
     
Thread Status:
Not open for further replies.

Share This Page