PEX wont work with permissions

Discussion in 'Bukkit Help' started by Trekion, Jun 26, 2012.

  1. Offline

    Trekion

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi, I just finished setting up Pex, and nothing works. It wont give me a prefix or will it let me use pex commands.
    Here is the permissions:
    Code:
    groups:
      default:
        permissions:
        - modifyworld.*
      member:
        default: true
        prefix: '&8[&aMember&8]&f '
        permissions:
        - essentials.balance
        - essentials.balancetop
        - essentials.delhome
        - essentials.help
        - essentials.helpop
        - essentials.home
        - essentials.ignore
        - essentials.kit.tools
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.pay
        - essentials.ping
        - essentials.r
        - essentials.rules
        - essentials.signs.use.balance
        - essentials.signs.use.buy
        - essentials.signs.use.disposal
        - essentials.signs.use.free
        - essentials.signs.use.heal
        - essentials.signs.use.sell
        - essentials.signs.use.time
        - essentials.signs.use.warp
        - essentials.signs.use.weather
        - essentials.spawn
        - essentials.suicide
        - refergift.referredby
        - refergift.version
        - thieves.user
        - thieves.steal: player is able to steal
        - thieves.stats: player is able to use the /thieves stats command
        - dt.travelsigns.use
        - battlenight.user*
        - telepads.use
        - chesscraft.basic
        - dynshop.customer
        - dynshop.customer.buy
        - dynshop.customer.sell
        - factions.kit.fullplayer
        - iConomy.payment
        - iConomy.help
        - mcmmo.skills.*
        - mcmmo.ability.*
        - parachute.useByClicking
        - realwinter.player
        - heroes.bind
        - heroes.reset
        - heroes.classes.class-name
        - heroes.classes.*
        - commandbook.who
        - commandbook.spawn
      trialmod:
        prefix: '&2[&2Trial&bMod&0] '
        inheritance:
        - member
        permissions:
        - mobdisguise.mob.*
        - -mobdisguise.mob.enderdragon
        - commandbook.teleport
        - commandbook.home.set
        - commandbook.warp.teleport
        - commandbook.slap.other
        - commandbook.gamemode
        - commandbook.heal
        - commandbook.kick
        - commandbook.god
        - essentials.gm
        - essentials.gamemode
        - commandbook.home.teleport
        - commandbook.home.set
        - commandbook.sethome
        - commandbook.home
        - essentials.ping
        - essentials.afk
        - essentials.help
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.itemspawn.item-all
        - essentials.warp
        - essentials.sethome.multiple.vip
        - essentials.back
        - essentials.mute
        - essentials.weather
        - commandbook.give.*
      mod:
        prefix: '&b[&bMod&f] '
        inheritance:
        - trialmod
        permissions:
        - commandbook.rocket.other
        - essentials.tp
        - essentials.tphere
        - essentials.heal
        - essentials.heal.others
        - essentials.time.set
        - essentials.god
        - essentials.near
        - essentials.spawnmob.*
        - -essentials.spawnmob.enderdragon
      trialadmin:
        prefix: '&2[Trial&4Admin]&f '
        inheritance:
        - mod
        permissions:
        - essentials.tempban
        - essentials.socialspy
        - essentials.killall
        - essentials.fireball
        - essentials.clearinventory.*
        - essentials.invsee
        - essentials.burn
        - essentials.nick
        - essentials.realname
        - essentials.spawn.*
        - -essentials.spawn.enderdragon
        - iconomy.admin.*
      admin:
        prefix: '&4[Admin]&f '
        inheritance:
        - trialadmin
        permissions:
        - worldedit.*
        - worldguard.*
        - -worldedit.chunkinfo
        - -worldedit.listchunks
        - -worldedit.delchunks
        - -worldedit.schematic.*
        - -worldedit.clipboard.load
        - -worldedit.brush.*
        - -worldedit.thaw
        - -worldedit.snow
        - -worldedit.biome
      headmod:
        prefix: '&1[Head&bMod]&f '
        inheritance:
        - admin
        permissions:
        - '*'
        - -bukkit.stop
        - -essentials.sudo
      headadmin:
        prefix: '&c[Head&4Admin] '
        inheritance:
        - admin
        permissions:
        - '*'
        - -bukkit.stop
        - -essentials.sudo
      owner
        prefix: '&5[Owner]&f '
        inheritance
        - headadmin
        - headmod
        permissions:
        - '*'
    users:
      Trekion
        group:
        - owner
      Chubop:
        permissions:
        - '*'
        - -bukkit.stop
        - -essentials.sudo
        group:
        - admin
      DragonBorn45:
        group:
        - HeadMod
    If anybody can help me, please help

    Trekion
  2. Offline

    JWhy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What does it show in the console on startup and when you try to use a command?
    Do you have a plugin, that brings prefixes to your server? (e.g. Chatmanager, but you need to enable it manually in it's config.yml, double-check that)
  3. Offline

    Trekion

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I got these errors, some of them are permissions errors
    I got this error alot
    Code:
    2012-06-26 21:16:23 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-06-26 21:16:23 [WARNING] [PermissionsEx] Reinjecting all permissibles
    and here is a link to the pastebin of 300 lines of errors http://pastebin.com/N7XWteaF
    i keep getting these errors over and over again
    I do have chatmanager but it is red and when i try to delete it it doesnt work

    This post has been edited 1 time. It was last edited by Trekion Jun 26, 2012.
  4. Offline

    Omnitv

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hum...Not quite sure but you could try re-downloading PEX.

Share This Page