PEX permissions help

Discussion in 'Bukkit Discussion' started by warriorjay25, Jul 18, 2014.

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

    warriorjay25

    Hi some of the mini games and games on my server arnt letting non op players play
    these are the games they cant play:
    -Survival Games
    -Plot Me
    -Block Hunt
    -BowSpleef
    This is a list of my perms list and use pex:

    groups:
    default:
    permissions:
    - essentials.balance
    - essentials.balance.others
    - essentials.pay
    - essentials.rules
    - essentials.seen
    - essentials.seen.banreason
    - essentials.suicide
    - essentials.spawn
    - essentials.delhome
    - essentials.warp
    - essentials.warp.[warpname]
    - essentials.warp.list
    - essentials.signs.use.buy
    - essentials.signs.use.sell
    - essentials.afk
    - essentials.tpaccept
    - essentials.tpdeny
    - blockhunt.player
    - sg.arena.join
    - sg.player.vote
    - sg.lobby.join
    - sg.arena.join.Arena2
    - sg.arena.join.*
    - plotme.use
    - bowspleef.player.join
    - bowspleef.player.leave
    - bowspleef.player.vote
    - bowspleef.player.join.*
    options:
    prefix: '&f[Member]&f'
    default: true
    Admin:
    permissions:
    '*'
    inheritance:
    - Member
    options:
    prefix: '&4[Admin]&4'
    Owner:
    permissions:
    '*'
    inheritance:
    - Admin
    options:
    prefix: '&3[Owner]&3'
    users:
    warriorjay25:
    group:
    - Owner
    options:
    name: warriorjay25
    schema-version: 1

    I hope some one can help

    help also i have a ctf plugin called arena ctf and that permissions doesnt work either this is that permission that doesnt work so can someone like rewrite my permissions
    arena.join.capturetheflag
    and when i do /plugins permissionsex is hilighted in red

    please help

    please anyone

    please

    PLEASE SOMEONE HELP!!!

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

    Kabino

    I need you to copy/paste your entire permissions file to pastebin.com so I could see your formatting.
     
  3. Offline

    warriorjay25

    http://pastebin.com/adJcdhX2
    if the link doesnt work this is a copy of my permissions file
    groups:
    default:
    default: true
    prefix:&4[&3Member&4]&7
    permissions:
    - essentials.chat
    - chat.question
    - chat.format
    - chat.color
    - chat.format
    - chat.shout
    - essentials.help
    - essentials.bal
    - essentials.spawn
    - essentials.warp
    - essentials.kit
    - essentials.buy
    - essentials.sell
    - essentials.pay
    - essentials.afk
    - essentials.helpop
    - essentials.list
    - essentials.mail
    - essentials.mailsend
    - essentials.msg
    - essentials.rules
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - blockhunt.join
    - blockhunt.leave
    - arena.join.capturetheflag
    - arena.leave
    - plotme.use
    - bowspleef.player.join
    - bowspleef.player.leave
    - bowspleef.player.vote
     
  4. Offline

    Kabino

    Ah, your only issues is
    Code:
    prefix:&4[&3Member&4]&7
    it should be
    Code:
    prefix: '&4[&3Member&4]&7'
     
Thread Status:
Not open for further replies.

Share This Page