Solved PremissionEx broke?

Discussion in 'Plugin Development' started by RobloxMan00, May 9, 2014.

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

    RobloxMan00

    Hey everyone! I have been working on my mine craft server lately but I keep hitting this little stump that isn't going away! When ever I do [/pex user RobloxMan00 group set owner] all it does is give a huge list of /pex commands. I tried one from there, it didn't work! I know there are other threads out there like this one but yet mine is very odd. I was just adding more groups and permissions. When I tested it to make sure it work, it started doing this stuff. I stared at this for a little over an hour, looking bit by bit to see what was wrong and couldn't find anything! I am eager to fix this! The permissions folder is right here.

    groups:
    member:
    default: true
    prefix: '&4Member&f'
    permissions:
    - essentials.build
    - essentials.tpa
    - essentials.spawn
    - essentials.home
    - essentials.sethome
    - essentials.balance
    - essentials.pay
    - essentials.sell
    - essentials.worth
    - essentials.rules
    - essentials.report
    - essentials.tpaccept
    - essentials.commands
    - essentials.spawn
    - essentials.warp
    crafter:
    default: false
    prefix: '&aCrafter&f'
    inheritance:
    - default
    permissions:
    - essentials.build
    - essentials.delhome
    - essentials.ci
    - essentials.back
    zombievip:
    default: false
    prefix: '&2Zombie&3VIP&f'
    inheritance:
    - crafter
    permissions:
    - essentials.mc
    - essentials.ml
    - essentials.kit
    - essentials.workbench
    - essentials.recipe
    - essentials.echest
    skeletonvip:
    default: false
    prefix: '&fSkeleton&3VIP&f'
    inheritance:
    - zombievip
    permissions:
    - essentials.tpahere
    - essentials.enchant
    spidervip:
    default: false
    prefix: '&0Spider&3VIP&f'
    inheritance:
    - skeletonvip
    permissions:
    - essentials.ignore
    - essentials.heal
    - essentials.ext
    - essentials.invsee
    - essentials.repair
    creepervip:
    default: false
    prefix: '&2Creeper&3VIP&f'
    inheritance:
    - spidervip
    permissions:
    - essentials.pet
    - essentials.me
    - essentials.hat
    - essentials.god
    - essentials.tp
    sliverfishvip:
    default: false
    prefix: '7Silverfish&3VIP&f'
    inheritance:
    - creepervip
    permissions:
    - essentials.i
    - essentials.seen
    - essentials.fly
    - essentials.tp
    - essentials.tpo
    - essentials.tphere
    - essentials.jail
    - essentials.unjail
    enderdragondonor:
    default: false
    prefix: '&0Ender&5Dragon&6Donor&f'
    inheritance:
    - silverfishvip
    permissions:
    - essentials.d
    - essentials.time
    - essentials.tpohere
    - essentials.setwarp
    - essentials.gm
    - essentials.eunban
    - essentials.eban
    - essentials.ekick
    - essentials.give
    - essentials.butcher
    - essentials.weather
    - essentials.mute
    mod:
    default: false
    prefix: '&7Mod&f'
    inheritance:
    - enderdragondonor
    permissions:
    - essentials.kick
    - essentials.ban
    - essentials.jail
    - essentials.warps.*
    admin:
    default: false
    build: true
    prefix: '&5Admin&f'
    rank: '2'
    inheritance:
    - mod
    permissions:
    - '*'
    owner:
    default: false
    build: true
    prefix: '&1&k%&2&k%&4O&3w&6n&2e&1r&4&k%&3&k%&f'
    rank: '1'
    inheritance:
    - admin
    permissions:
    - '*'
    Could someone look through it and check what I might have done wrong? Thanks!
     
  2. Offline

    mokomama

    dont you have to indent the stuff
     
  3. Offline

    CarPet

    This is for plugin coding not plugin config help
     
    acecheesecr14 likes this.
  4. Offline

    RobloxMan00

    It's the same thing
     
  5. Offline

    coolguy4744

    No it's really not. It's like setting your group and prefix to [Dev] and having no custom plugins or anything like that on your server. If you are having trouble with something like this it either goes to the plugin pages or here.
    http://forums.bukkit.org/forums/bukkit-discussion.66/
     
    CarPet likes this.
  6. Offline

    RobloxMan00


    Could you just help me out? My friend can't find the error ether and he told me to post it here.
     
  7. Offline

    CarPet

  8. Offline

    RobloxMan00

    Don't worry about it any more. I asked the plugins specialist team from mcprohosting to help me. And btw, it isn't a config file. It is called permissions.yml
     
    CarPet likes this.
  9. Offline

    CarPet

    lol
     
    ZodiacTheories likes this.
  10. Offline

    RobloxMan00

    It was a incorrect spacing on line 103. Sloved by pros.
     
  11. Offline

    mazentheamazin

    RobloxMan00
    Hah, no, they'd use something like this to figure that out.
     
    rsod and ZodiacTheories like this.
  12. Offline

    Iroh

    Removed offtopic comments.
     
Thread Status:
Not open for further replies.

Share This Page