factions is on all worlds and i want it on 1

Discussion in 'Bukkit Help' started by Ozzigzach, Mar 29, 2014.

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

    Ozzigzach

    I recently got the factions plugin but players on my server can create factions and use faction commands out of the factions world how do i edit this in mstore/factions_mconf/instance.json?

    Thx

    Ozzigzach
     
  2. Offline

    jblanda

    I don't think you can, check out Bungee-Cord at spigot.org its a tool where you can run multiple servers and have a linked connection so you can just use /server (server) to get there. Though I do think there is a plugin that allowes certain plugins in certain worlds.
     
  3. Offline

    bobin17231

    Ozzigzach
    Code:
      "worldsNoClaiming": [],
      "worldsNoPowerLoss": [],
      "worldsIgnorePvP": [],
    look for that:

    then replace it with
    Code:
        "worldsNoClaiming": ["freebuild", "minigames", "mobarena"],
        "worldsNoPowerLoss": ["freebuild", "minigames", "mobarena"],
        "worldsIgnorePvP": ["freebuild", "minigames", "mobarena"],
    but where it says freebuild, minigames, and mobarena. put it with worlds you dont want factions to be on
     
  4. Offline

    Ozzigzach

    It didnt work for me bobin17231

    i also found out i dont have groupmanager in my plugins folder how do i get it so people can have no permission to use the commands in the other worlds

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

    bobin17231

    Ozzigzach
    Ok first get group manager unless you have another permission plugin.
    after you get groupmanager do /mangaddp <YOUR DEFAULT RANK OR ANY RANK> -<PERMISSION NODE FOR THEM NOT TO USE>

    EXAMPLE: /mangaddp member -essentials.fly
    EXAMPLE: /mangaddp default -factions.claim

    *THE - BEFORE A PERMISSION NODE MEANS THAT WILL MAKE IT SO THEY DONT HAVE PERMISSION FOR IT>

    and can you please paste the config for that after you pasted this in:
    Code:
        "worldsNoClaiming": ["freebuild", "minigames", "mobarena"],
        "worldsNoPowerLoss": ["freebuild", "minigames", "mobarena"],
        "worldsIgnorePvP": ["freebuild", "minigames", "mobarena"],
     
Thread Status:
Not open for further replies.

Share This Page