Skip to content

"Zone Entry Not Authorized" when authorized #2

Description

I authorized a group to enter two specific zones, but I get the unauthorized error. This is quite odd as I dug through the source and found my YML usage correct. The only variable left is the Player.hasPermission() as the zone name and the permission is correct.

Running PermissionsEx .

users:
     thisguy:
         group:
         - administrator
     thatguy:
         group:
         - dwarvenunderground
     theotherguy:
         group:
         - dwarvenunderground
     thefourthguy:
         group:
         - dwarvenunderground
groups:
     administrator:
         permissions:
         - citizens.*
         - securezone.admin
     dwarvenunderground:
         permissions:
         - securezone.DwarvenBaseStorageRoom
         - securezone.DwarvenBasePortalRoom
     default:
         default: true
         permissions:

thisguy can access everything fine, while the others have no access.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions