Solved Minecraft 1.7.3 [CB1060] PermissionsEx and Factions Problem.

Discussion in 'Bukkit Help' started by Jace_oio, Jan 17, 2013.

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

    Jace_oio

    Hello, my name is Jace and I got a problem - a big problem as the title says I can't get PermissionsEx and Factions [CB1060] to work. When i add the permission node - factions.join its says you lack the permissions to join a faction.

    That is the same cace with all the nodes except - factions.create wich then allows my ( player ) group to create and leave factions. Faction.* works but that is very unhandy that a normal player can do for example /bypass. If i wanted to remove /bypass from the node factions.* I do - -factions.bypass that don't seem to work either. Here is my permissions.yml :

    Code:
    groups:
        Player:
            default: true
            permissions:
            - essentials.list
            - essentials.help
            - essentials.spawn
            - essentials.msg
            - essentials.helpop
            - essentials.afk
            - essentials.ignore
            - essentials.me
            - essentials.rules
            - factions.join
            - factions.desc
            options:
                rank: '1000'
        Mod:
            inheritance:
            - Default
            permissions:
            - essentials.kick
            - essentials.ban
            - essentials.mute
            options:
                rank: '900'
        Admin:
            inheritance:
            - Mod
            prefix: '&cTest'
            permissions:
            - essentials.*
            - permissions.*
            - factions.*
            - worldedit.*
            options:
                rank: '800'
    users:
        jace_oio:
            group:
            - Admin
    
    My plugins : authme,chatmanger,essentials,essentialschat,essentialsprotect,essentialsspawn,factions,
    nocheat,permissions permissionsEx those 2 jars come in the zip file called permissionsEx,
    worldborder,worldedit,worldguard.


    The essential commands works perfectly fine. Ive been trying to figure this out in quite some time now. Please help me - Jace

    Its very importent that this problem gets solved so please out with the ideas. :D
    free [cake] to the first one to solve.

    The node : - factions.kit.fullplayer does not work either. The [cake] still stands go go go.

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

    Retherz_

    ..........................................1.7.3??
     
  3. Offline

    Jace_oio

    Yes I made a server that is version [CB1060] (minecraft 1.7.3) because i think its a very fun patch :)

    If you got any ideas how to fix this problem post them please :)

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

    Retherz_

    Open factions.jar with WinRar or winzip and open plugin.yml
     
  5. Offline

    Jace_oio

    Okay done
     
  6. Offline

    Retherz_

    You should see all commands and permissions
     
  7. Offline

    Jace_oio

    Please MercilessPvP when you come back just say what I need to do when I have opned the factions.jar and plugin.yml
    Thanks alot - Jace

    Yea I see it

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

    Retherz_

    add the permission
     
  9. Offline

    Jace_oio

    Code:
    name: Factions
    version: 1.4.9
    main: com.massivecraft.factions.Factions
    softdepend:
      - Permissions
      - Essentials
      - EssentialsChat
      - HeroChat
      - iChat
      - LocalAreaChat
      - nChat
      - ChatManager
      - AuthMe
      - iConomy
      - Spout
      - WorldEdit
      - WorldGuard
    commands:
      f:
        description: All of the Factions commands
        usage: See documentation.
    permissions:
      factions.*:
        description: Grants all Factions permissions
        children:
          factions.participate: true
          factions.create: true
          factions.viewAnyPower: true
          factions.peacefulExplosionToggle: true
          factions.adminBypass: true
          factions.config: true
          factions.disband: true
          factions.lock: true
          factions.manageSafeZone: true
          factions.manageWarZone: true
          factions.ownershipBypass: true
          factions.reload: true
          factions.saveall: true
          factions.setPeaceful: true
          factions.commandDisable.none: true
      factions.participate:
        description: Allows the player to participate in a faction
        default: true
      factions.create:
        description: Allows the player to create a new faction
        default: true
      factions.viewAnyPower:
        description: Allows the player to view the power level of anyone else
        default: true
      factions.peacefulExplosionToggle:
        description: Allows peaceful faction admins and moderators to disable explosions in their territory
        default: true
      factions.adminBypass:
        description: Allows the player to bypass many normal restrictions, and use the bypass command
        default: op
      factions.config:
        description: Can use /f config command to change conf.json options
        default: op
      factions.disband:
        description: Can use the /f disband <faction> command to disband any faction
        default: op
      factions.lock:
        description: Can use the /f lock [on/off] command to temporarily lock the data files from being overwritten
        default: op
      factions.manageSafeZone:
        description: Allows the player to claim land as a safe zone, and to build/destroy within safe zones
        default: op
      factions.manageWarZone:
        description: Allows the player to claim land as a war zone, and to build/destroy within war zones
        default: op
      factions.ownershipBypass:
        description: Allows the player to bypass ownership restrictions within own faction's territory
        default: op
      factions.reload:
        description: Can use the /f reload command to reload data file(s) from disk
        default: op
      factions.saveall:
        description: Can use the /f saveall command to save all data to disk
        default: op
      factions.setPeaceful:
        description: Can designate specific factions as "peaceful" (no PvP, no land stealing, etc.)
        default: op
      factions.commandDisable.none:
        description: no commands disabled (ignore all other commandDisable permissions)
        default: op
      factions.commandDisable.admin:
        description: admin command disabled
        default: false
      factions.commandDisable.autoclaim:
        description: autoclaim command disabled
        default: false
      factions.commandDisable.autosafe:
        description: autosafe command disabled
        default: false
      factions.commandDisable.autowar:
        description: autowar command disabled
        default: false
      factions.commandDisable.bypass:
        description: bypass command disabled
        default: false
      factions.commandDisable.chat:
        description: chat command disabled
        default: false
      factions.commandDisable.c:
        description: chat command disabled
        default: false
      factions.commandDisable.claim:
        description: claim command disabled
        default: false
      factions.commandDisable.create:
        description: create command disabled
        default: false
      factions.commandDisable.deinvite:
        description: deinvite command disabled
        default: false
      factions.commandDisable.deinv:
        description: deinvite command disabled
        default: false
      factions.commandDisable.desc:
        description: desc command disabled
        default: false
      factions.commandDisable.disband:
        description: disband command disabled
        default: false
      factions.commandDisable.help:
        description: help command disabled
        default: false
      factions.commandDisable.h:
        description: help command disabled
        default: false
      factions.commandDisable.?:
        description: help command disabled
        default: false
      factions.commandDisable.home:
        description: home command disabled
        default: false
      factions.commandDisable.invite:
        description: invite command disabled
        default: false
      factions.commandDisable.inv:
        description: invite command disabled
        default: false
      factions.commandDisable.join:
        description: join command disabled
        default: false
      factions.commandDisable.kick:
        description: kick command disabled
        default: false
      factions.commandDisable.leave:
        description: leave command disabled
        default: false
      factions.commandDisable.list:
        description: list command disabled
        default: false
      factions.commandDisable.ls:
        description: list command disabled
        default: false
      factions.commandDisable.lock:
        description: lock command disabled
        default: false
      factions.commandDisable.map:
        description: map command disabled
        default: false
      factions.commandDisable.mod:
        description: mod command disabled
        default: false
      factions.commandDisable.noboom:
        description: noboom command disabled
        default: false
      factions.commandDisable.open:
        description: open command disabled
        default: false
      factions.commandDisable.close:
        description: open command disabled
        default: false
      factions.commandDisable.owner:
        description: owner command disabled
        default: false
      factions.commandDisable.ownerlist:
        description: ownerlist command disabled
        default: false
      factions.commandDisable.peaceful:
        description: peaceful command disabled
        default: false
      factions.commandDisable.power:
        description: power command disabled
        default: false
      factions.commandDisable.pow:
        description: power command disabled
        default: false
      factions.commandDisable.ally:
        description: ally command disabled
        default: false
      factions.commandDisable.enemy:
        description: enemy command disabled
        default: false
      factions.commandDisable.neutral:
        description: neutral command disabled
        default: false
      factions.commandDisable.reload:
        description: reload command disabled
        default: false
      factions.commandDisable.safeclaim:
        description: safeclaim command disabled
        default: false
      factions.commandDisable.safe:
        description: safeclaim command disabled
        default: false
      factions.commandDisable.safeunclaimall:
        description: safeunclaimall command disabled
        default: false
      factions.commandDisable.safedeclaimall:
        description: safeunclaimall command disabled
        default: false
      factions.commandDisable.saveall:
        description: saveall command disabled
        default: false
      factions.commandDisable.save:
        description: saveall command disabled
        default: false
      factions.commandDisable.sethome:
        description: sethome command disabled
        default: false
      factions.commandDisable.show:
        description: show command disabled
        default: false
      factions.commandDisable.who:
        description: show command disabled
        default: false
      factions.commandDisable.tag:
        description: tag command disabled
        default: false
      factions.commandDisable.title:
        description: title command disabled
        default: false
      factions.commandDisable.unclaim:
        description: unclaim command disabled
        default: false
      factions.commandDisable.declaim:
        description: unclaim command disabled
        default: false
      factions.commandDisable.unclaimall:
        description: unclaimall command disabled
        default: false
      factions.commandDisable.declaimall:
        description: unclaimall command disabled
        default: false
      factions.commandDisable.version:
        description: version command disabled
        default: false
      factions.commandDisable.warclaim:
        description: warclaim command disabled
        default: false
      factions.commandDisable.war:
        description: warclaim command disabled
        default: false
      factions.commandDisable.warunclaimall:
        description: warunclaimall command disabled
        default: false
      factions.commandDisable.wardeclaimall:
        description: warunclaimall command disabled
        default: false
      factions.commandDisable.worldnoclaim:
        description: worldnoclaim command disabled
        default: false
      factions.commandDisable.worldnopowerloss:
        description: worldnopowerloss command disabled
        default: false
    
    Where should i add the factions.join ?
     
  10. Offline

    Retherz_

    Jace_oio in your permissoins plugin config replace factions.join with factions.participate
     
  11. Offline

    Jace_oio

    Thanks alot - it worked :) im so happy right now i can't even describe it.

    [cake] [cake][cake] [cake] Cake for you as promissed thanks MercilessPvP [diamondblock][diamondblock] and 2 d blocks as bonus :) bye
    Jace signing out.
     
Thread Status:
Not open for further replies.

Share This Page