Players don't have access to /money or /bal?

Discussion in 'Bukkit Help' started by BUckENbooz, May 8, 2013.

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

    BUckENbooz

    I have a factions server and use permissionsex along with iEconomy. For some reason my co-owners and Owners have access to /money and /bal but my other groups don't... How do I enable groups to do this? I just want my group players to be able to give money to others and check there balance...

    Thankyou for your help


    =============================================

    This is my coding for permissionsex...




    groups:
    Player:
    default: true
    prefix: '&a(&aPlayer&a)&f'
    permissions:
    - factions.kit.fullplayer
    - modifyworld.*
    - essentials.build
    - -modifyworld.*
    - essentials.tpa
    - essentials.tpaccept
    - essentials.help
    - essentials.spawn
    - essentials.warp
    - alphachest.chest
    - alphachest.workbench
    - alphachest.keeponDeath
    - essentials.rules
    - essentials.sethome
    - essentials.back
    rank: '1000'
    Admin:
    inheritance:
    - Player
    prefix: '&b(&bAdmin&b)&f'
    permissions:
    - factions.kit.fullplayer
    - modifyworld.*
    - essentials.build
    - -modifyworld.*
    - essentials.nick
    - essentials.nick.others
    - essentials.fly
    - essentials.kick
    - essentials.ban
    - essentials.whois
    rank: '700'
    SAdmin:
    inheritance:
    - Admin
    prefix: '&b(&bSAdmin&b)&f'
    permissions:
    - factions.money.kit.standard
    - factions.kit.fullplayer
    - modifyworld.*
    - essentials.build
    - -modifyworld.*
    rank: '100'
    Co-Owner:
    prefix: '&5(&5Co-Owner&5)&3'
    permissions:
    - '*'
    rank: '1'
    Owner:
    prefix: '&5(&5Owner&5)&3'
    permissions:
    - '*'
    rank: '0'
    beginner:
    permissions:
    - factions.kit.fullplayer
    SAdminr:
    permissions:
    - factions.kit.fullplayer
    users:
    BUckENbooz:
    group:
    - Player
    Turtleman918:
    group:
    - Owner
    idive23:
    group:
    - Co-Owner
    Miss_Spice:
    group:
    - Co-Owner
    Bossier:
    group:
    - SAdmin
    SinkoZimo:
    group:
    - SAdmin
    TheFulcan:
    group:
    - SAdmin
    oreojr123456789:
    group:
    - Player
     
  2. Offline

    fredghostkyle1

    PastBin.com PLEZ!
     
  3. Offline

    Drgy55

    In order to fix your problem, you can add essentials.balance to the permissions for groups you want to be able to view their balance. Also, just because I'm OCD, you have modifyworld.* allowed and denied for the Player group and Admin group... make it one or the other lol. Hope this helps!
     
  4. Offline

    eekelmo

    Add the permission essentials.balance.
     
  5. Offline

    conetopia

Thread Status:
Not open for further replies.

Share This Page