PermissionsEX Problems

Discussion in 'Bukkit Help' started by Dale120, Nov 27, 2014.

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

    Dale120

    Ok so i am kinda a permissions noob and i need two things from you guys #1 when i do /plugins PEX is red in the chat and i cant fix it My yml is here:
    Code:
    groups:
    Default
    default: true
    build: true
    prefix: '&7[&8Nomad&7]&8'
    permissions
    - essentials.help
    - modifyworld.chat
    - modifyworld.*
    - essentials.home
    - essentials.sethome
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.spawn
    - essentials.sell
    - essentials.buy
    - essentials.kits.starter
    Donor
    build: true
    inheritance:
    - Default
    prefix: '&5[Warlord]&a'
    permissions:
    - essentials.repair
    - essentials.kits.Warlord
    - essentials.kits.Raid
    Moderator:
    build: true
    inheritance:
    - Default
    prefix: '&b[Moderator]&5'
    suffix: '&7'
    permissions:
    - essentials.repair
    - essentials.heal
    - essentials.item
    - essentials.give
    - essentials.fly
    - essentials.kick
    - essentials.mute
    - essentials.tjail
    - essentials.jail
    - essentials.tempban
    Admin:
    build: true
    inheritance:
    - Moderator
    prefix: '&4[&cAdmin&4]&e'
    suffix: '&7'
    permissions:
    - essentials.gamemode
    - essentials.ban
    - essentials.unban
    - essentials.ipban
    - essentials.unipban
    - essentials.pardon
    - essentials.enchant
    Owner:
    build:true
    inheritance:
    - Admin
    prefix: '&9&l[Owner]&b'
    suffix: '&b'
    permissions:
    - '*'
    next what chatmanager plugin should i use for the prefixes none will work for me. Thanks
     
  2. Offline

    Googlelover1234

  3. Dale120 Default is now in options. Along with prefix.
     
  4. Offline

    Dale120

  5. Offline

    TheYetti02

    If thats the exact config for your PEX, you need indentations. Which are basically spaces that help Pex find permissions sort of like a directory for a file system.
    When entering a normal permission you need 4 spaces for each permission node and two indentations for stuff like Prefix etc, youre also missing some ":" which are essential in your config. Example.

    Try using this as a base pex file and see if this rank works. Rename your current config to something else like "config1" and then copy and paste this into a new "config". I hope it works, if it doesn't what program are you using to edit the file? (SOME programs used tabs instead of spaces which can cause ranks not to work)

    Code:
    groups:
      Default
      default: true
      build: true
      prefix: '&7[&8Nomad&7]&8'
      permissions:
        - essentials.help
        - modifyworld.chat
        - modifyworld.*
        - essentials.home
        - essentials.sethome
     
  6. Offline

    Dale120

    TheYetti02 i used all the spaces and reloaded the pex but still no luck it still shows up red in chat and the program im using is the one that mcprohosting provides me with
     
  7. Offline

    Googlelover1234

    Dale120
    So that pastebin file is the exact permissions.yml?
     
  8. Offline

    Dale120

  9. Offline

    Googlelover1234

    Dale120
    None of your ranks' names have : after it.

    200th post by the way :rolleyes:
     
Thread Status:
Not open for further replies.

Share This Page