Plugin Help Faction claims cost money

Discussion in 'Plugin Help/Development/Requests' started by jebusfathead, Apr 7, 2015.

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

    jebusfathead

    Ok so I want faction claims to cost money, however when I tried to add a value to the econCostClaimWilderness line it does nothing, I can claim land and unclaim it for profit as claiming costs nothing but unclaiming gives you a certain percentage of the money that should be spent. These are my current lines of variables (only the economy ones) in the conf.json


    "econEnabled": true,
    "econUniverseAccount": "",
    "econCostClaimWilderness": 30.0,
    "econCostClaimFromFactionBonus": 0.0,
    "econClaimAdditionalMultiplier": 0.1,
    "econClaimRefundMultiplier": 0.8,
    "econClaimUnconnectedFee": 0.0,
    "econCostCreate": 100.0,
    "econCostSethome": 20.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,
    "econCostTruce": 0.0,
    "econCostNeutral": 0.0,
    "econCostEnemy": 0.0,
    "econLandRewardTaskRunsEveryXMinutes": 20,
    "econLandReward": 0.0,
     
  2. Offline

    jebusfathead

    The car goes 'Bump Bump'
     
  3. Offline

    jebusfathead

    I have vault, but no economy plugin, vault kinda acts as plugin.
     
  4. @jebusfathead You need an economy plugin, Vault is just a lib.
     
  5. Offline

    jebusfathead

    Well what does an economy plugin actually do, because for me all we really need is to spend money and have a currency, which already have with /bal and /pay etc
     
  6. Offline

    nverdier

    @jebusfathead Vault does not have /bal and /pay... That's what an economy plugin has. Do you have Essentials?
     
  7. Offline

    jebusfathead

    Yea I thought essentials was economy as /pay and /bal are essentials commands but I wasn't sure as there is no like essentials economy plugin that makes it obvious enough for me to notice xD
     
  8. Offline

    nverdier

    @jebusfathead Ah. Yup, the main Essentials plugin has an economy!
     
Thread Status:
Not open for further replies.

Share This Page