Cant get Factions enabled on 1 world

Discussion in 'Bukkit Help' started by Games_online123, Aug 15, 2016.

Thread Status:
Not open for further replies.
  1. Hey everyone, I installed a plugin called PerWorldPlugins, but then found out that Factions does not work with this plugin. I am currently using Factions with MassiveCore. I looked up and apparently you can enable and disable worlds (Found in this link here: https://bukkit.org/threads/how-to-enable-factions-in-only-one-world.167942/)

    I went into the /mstore/factions_mconf/instance.json and tried looking for the

    Code:
    "worldsNoClaiming": ["myworldname"],
    "worldsNoPowerLoss": ["myworldname"],
    "worldsIgnorePvP": ["myworldname"],

    But I couldn't find any of this, instead I had this: http://pastebin.com/vnrdYSUQ

    Please can someone get back to me ASAP, as I am trying to do jobs quickly so I can open up my friends faction server.

    Thanks,
     
  2. Offline

    MCMastery

    Here:
    Code:
      "worldsClaimingEnabled": {
        "standard": true,
        "exceptions": []
      },
      "worldsPowerLossEnabled": {
        "standard": true,
        "exceptions": []
      },
      "worldsPvpRulesEnabled": {
        "standard": true,
        "exceptions": []
      },
    Add the world names you don't want factions to be in, to the exceptions lists. So the first one, for example, might look like this:
    Code:
    "worldsClaimingEnabled": {
        "standard": true,
        "exceptions":
        - "myAwesomeWorld"
        - "ACoolWorld"
        - "AReallyCoolWorld"
        - "NoFactionsWorld"
        - "TheseAreExampleWorlds"
      },
     
  3. Hi there, I have done this but now when I do /f in every world its doing Unknown command, even in the factions world, I have even made sure that I have it still installed. This is the confiq that I edited: http://pastebin.com/8R2batP7

    What I have noticed that it says on line 8 it says "Bad Number" ? Am I doing something wrong?
     
Thread Status:
Not open for further replies.

Share This Page