Plugin Help PermissionsEx won't work on my server

Discussion in 'Plugin Help/Development/Requests' started by QChamberlain, Sep 26, 2014.

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

    QChamberlain

    Hello,

    I recently setup a server and tried to install the plugin PermissionsEx, but it won't work.

    Can someone please help me?

    Here's the permission code, i wrote:

    Code:
    groups:
      Default:
        permissions:
        - modifyworld.*
        - essentials.afk
        - essentials.help
        - essentials.mail
        - essentials.mail.send
        - essentials.mail.sendall
        - essentials.msg
        - essentials.spawn
        - essentials.back.ondeath
        - essentials.home
        - essentials.sethome
        options:
          prefix: '[&0Default]&8 '
          default: true
      Admin:
        permissions:
        - modifyworld.*
        - essentials.afk
        - essentials.help
        - essentials.mail
        - essentials.mail.send
        - essentials.mail.sendall
        - essentials.msg
        - essentials.spawn
        - essentials.back.ondeath
        - essentials.home
        - essentials.sethome
        - essentials.tp
        - essentials.tphere
        - essentials.fly
        - essentials.warps.*
        - essentials.setwarp
        - essentials.weather
        - essentials.invsee
        - essentials.gamemode
        - essentials.broadcast
        options:
          prefix: '[&cAdmin]&8 '
          default: false
      Owner:
        permissions:
        - modifyworld.*
        - '*'
        options:
          prefix: '[&1Owner]&8 '
          default: false
      Builder:
        permissions:
        - modifyworld.*
        - essentials.afk
        - essentials.help
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - worldedit.*
        - essentials.fly
        options:
          prefix: '[&eBuilder]&8 '
          default: false
    users:
      Sjeemsdee:
        group:
        - Builder
      aapye:
        group:
        - Default
      QChamberlain:
        group:
        - Owner
    Some help would be great.


    Thank you
     
  2. Offline

    Zupsub

    Which server? I'd expect CraftBukkit, but since you posted in "Bukkit Alternatives" it could be any other too...

    Also, please elaborate "not working". What exactly do you expect and what happens? Error log?
     
  3. Offline

    QChamberlain

    hello Zupsub,

    nothing works not the prefix names and the allowed commands.
     
  4. Offline

    timtower Administrator Administrator Moderator

    QChamberlain Full server log? And "they don't work" doesn't say a lot. What would you expect them to do? What did they do?
     
  5. Offline

    QChamberlain

    i expected it would only allow the commands given to it, that is not the case
     
  6. Offline

    timtower Administrator Administrator Moderator

    Thing about permissions, you have a bunch by default, you need to negate those first.
     
  7. Offline

    QChamberlain


    so if i cut a couple of those commands it should work?
     
  8. Offline

    timtower Administrator Administrator Moderator

    That is the general idea.
     
  9. Offline

    QChamberlain


    i tried to do that and now it shows none of the prefix names i gave in
     
  10. Offline

    timtower Administrator Administrator Moderator

    Do you have a plugin to show those in the chat then?
     
  11. Offline

    QChamberlain


    I don't think sow is that needed? which one should i use?
     
  12. Offline

    timtower Administrator Administrator Moderator

    Yes, that is needed.
    And your pick, not mine.
     
  13. Offline

    QChamberlain


    yeah i'm new to all this so i don't now what to search for :p
     
  14. Offline

    timtower Administrator Administrator Moderator

    Click on my name, find ChatLikeMe, or throw it in google.
    Help for configuring will be handled on the configure page.
     
  15. Offline

    QChamberlain


    it doesn't work.
    and the permissions still don't work :S
     
  16. Offline

    timtower Administrator Administrator Moderator

    Like said: "It doesn't work" won't get you anywhere.
    How are the permissions broken?
    Have you configured my plugin or just installed and hoped for the best?
     
  17. Offline

    QChamberlain


    i tested in every permission group and any time it said you have no access to this command, when it allowed by the group
     
  18. Offline

    timtower Administrator Administrator Moderator

    Permissions file? Used command? Page where it says which permission you need?
     
  19. Offline

    QChamberlain


    Code:
    groups:
      Default:
        inheritance: []
        permissions:
        - essentials.help
        - essentials.home
        - essentials.mail
        - essentials.sethome
        - modifyworld.*
        options:
          default: true
          prefix: '[&0Default]&8'
          suffix: ''
      Mod:
        inheritance:
        - Default
        permissions:
        - essentials.broadcast
        - essentials.fly
        - essentials.gamemode
        - essentials.invsee
        - essentials.setwarp
        - essentials.tp
        - essentials.tphere
        - essentials.warps.*
        - essentials.weather
        options:
          default: false
          prefix: '[&cMod]&8'
          suffix: ''
      Builder:
        inheritance:
        - Default
        permissions:
        - essentials.fly
        - worldedit.*
        options:
          default: false
          prefix: '[&eBuilder]&8'
          suffix: ''
      Owner:
        inheritance: []
        permissions:
        - '*'
        - modifyworld.*
        options:
          default: false
          prefix: '[&1Owner]&8'
          suffix: ''
    users:
        Sjeemsdee:
        group:
        - Default
      aapye:
        group:
        - Default
      QChamberlain:
        group:
        - Owner
     
  20. Offline

    timtower Administrator Administrator Moderator

    QChamberlain I asked 3 questions, I got an answer on 1.
    Same for my earlier posts.
     
  21. Offline

    QChamberlain

  22. Offline

    timtower Administrator Administrator Moderator

    QChamberlain Don't use the * node.
    And please post your server log.
     
  23. Offline

    QChamberlain


    what should i use instead of *.

    that's for all the command permissions, right?

    i can't insert the log, because it's to long
     
  24. Offline

    timtower Administrator Administrator Moderator

  25. Offline

    QChamberlain

  26. Offline

    timtower Administrator Administrator Moderator

  27. Offline

    QChamberlain


    yes
     
  28. Offline

    timtower Administrator Administrator Moderator

    QChamberlain Yeah, not gonna help you anymore.
    I asked you where you got your server jar, you answer with yes.
     
  29. Offline

    QChamberlain


    i got it from the server files
     
  30. Offline

    AronTheGamer

    Is English your native language?
    If not:
    Are you using Google Translate?
    If you do:
    Learn english
    If not: Learn english
     
    Krustymk likes this.
Thread Status:
Not open for further replies.

Share This Page