Example Permissions

Example Permissions using PermissionsBukkit

users:
    ExampleUser:
        permissions:

        groups:
        - admin
groups:
    default:
        permissions:
            permissions.build: true
            OnJoin.*: false # Set the Permissions to false because the default is true
            OnJoin.Effect.SuperSmoke: true # Set the Permissions you want to true
            OnJoin.Effect.Ender: true
    admin:
        permissions:
            permissions.*: true # Sets all Permissions to true
            OnJoin.Effect.EpicLightning: false # Sets EpicLightning to false
        inheritance:
        - default


Comments

Posts Quoted:
Reply
Clear All Quotes