Solved Solved

Discussion in 'Bukkit Help' started by DragonitePvP, Aug 11, 2013.

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

    DragonitePvP

    Closed

    Bump

    Please Help

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  2. Offline

    HarveyCrumpet

    I only know of a way to make certain factions have this allowed, the command is
    /f perm <factionname> container enemy true

    I'm looking into how to set this as a default for all factions.

    Locate /plugins/Factions/conf.json

    Change this section of the config
    "CONTAINER": [
    "RECRUIT",
    "MEMBER",
    "LEADER",
    "OFFICER"
    to this:
    Locate /plugins/Factions/conf.json

    Change this section of the config
    "CONTAINER": [
    "ENEMY",
    "RECRUIT",
    "MEMBER",
    "LEADER",
    "OFFICER"

    you can also add TRUCE, ALLY and NEUTRAL to this config using the same format.

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

    DragonitePvP

  4. Offline

    HarveyCrumpet

    You didn't put commas after the "ENEMY"
    Correct format is "ENEMY", <<--- see?
     
  5. Offline

    DragonitePvP

    Oh, thank you
     
  6. Offline

    HarveyCrumpet

    No problems, if issue is resolved. Please close the thread.
     
Thread Status:
Not open for further replies.

Share This Page