PermissionsEX, Help with the "*" node.

Discussion in 'Bukkit Help' started by Jordan R, Feb 19, 2013.

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

    Jordan R

    Hi guys, I used to be able to use PermissionsEX and give a guy all permissions with one node that is called "- permissions.*" and it doesn't work apparently anymore. I use this so people aren't OP instead. What's the "new" node?

    Here's a copy of my perms file:

    Code:
      admin:
        default: false
        prefix: '&0(&9he big nob&0)&7 '
        permissions:
        - modifyworld.*
        - permissions.*
        - OpenInv.*
        - essentials.*
    users:
      Jordanrracer:
        prefix: '&0(&9very noob report&0)&7 '
        permissions:
        - permissions.*
        group:
        - admin
      BS411:
        group:
        - admin
    What's wrong here?
     
  2. Offline

    PapiDimmi

    Under the permissions section:

    permissions:
    - '*'

    for ALL permissions!
    '*' = all permissions for ALL commands on your server :)
     
    Jordan R likes this.
  3. Offline

    Jordan R

    Wow, it works, thanks! :)
     
  4. Offline

    PapiDimmi

    You're welcome :)
     
Thread Status:
Not open for further replies.

Share This Page