PermissionsEX Not Working on my server D:

Discussion in 'Bukkit Help' started by dodgybrothers, Sep 7, 2013.

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

    dodgybrothers

    PermissionsEX just doesn't work. I do all the necessary promote commands, and NOTHING happens. I have it installed.

    This is my permissions file

    http://pastebin.com/1z0z6t0K

    Can you tell me what's wrong with it? nothing is working D:



    I promote people to the permission rank and it doesn't work, please tell me what's wrong.
     
  2. Offline

    martian3333

    dodgybrothers
    Missing : after permissions in Default group
    Missing : after Donator in Donator group
     
  3. Offline

    dodgybrothers

    Thanks for the reply, I don't think that was the issue at all though.

    It's showing up in my /plugins list, but when I do /pex, it's not doing anything, like the server doesn't KNOW that there is PermissionsEX
     
  4. Offline

    zemorez

    Can I see the log of your server starting up please?
     
  5. Offline

    dodgybrothers

  6. Offline

    zemorez

    Pex didn't load because of the errors you made while writing perms.

    Code:
      Default <-- Colon here
        default: true
        build: true <- not necessary at all.
        prefix: '&7[Member]&f'
        permissions
        - essentials.help
        - modifyworld.chat
        - modifyworld.*
        - essentials.home
        - essentials.sethome
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.spawn
      Donator <-- Colon
        build: true <-- again not necessary
        inheritance:
        - Default
        prefix: '&6[Donator]&f'
        permissions:
        - essentials.enchant
        - essentials.repair
                          <-- useless space? Remove it.
     
  7. Offline

    dodgybrothers

    Thanks. But when I do /pex in the console, it still doesn't work.

    (I did what you said)
     
  8. Offline

    zemorez

    No wonder... This version of Pex is outdated now. Try updating to the latest version. (1.20.2)

    Wait no I read a bit further in the log... It is because you didn't parse Pex correctly.

    Code:
    09.09 01:32:49 [Server] INFO =======================================================
    09.09 01:32:49 [Server] INFO Details: Error loading permissions file!
    09.09 01:32:49 [Server] INFO Your configuration must be fixed before PEX will enable
    09.09 01:32:49 [Server] INFO ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  9. Offline

    dodgybrothers

    what is it supposed to be?

    bump.

    Anyone please?
    I really need help

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

    dude5848

    Hey, btw i'm not dude5848 just for your notice, i'm bluefire55 a local coder who just started.
    I had the same problem to but it was because with permissions you must have a period/dot after a command, but not commands like - modifyworld.*(text change?) with the *.

    Hope it helps, sorry if this page is old, just for people who come.
     
Thread Status:
Not open for further replies.

Share This Page