Sample Permissions

For PermissionEX:

To see the default permissions, visit - this page -

# To disable permissions that are normally enabled, put an extra dash
# right before the permission such as how you see poison below.

groups:
    default:
        default: true
        permissions:
        - modifyworld.*
        - -moarrows.use.poison      # Disables poison
        - moarrows.use.doombringer  # Enables doombringer
        - -moarrows.list            # Disables list
        
    admins:
        inheritance:
        - default
        permissions:
        - moarrows.use.all       # Enables all arrows for admin

For Permissions Bukkit:

Again.. to see the default permissions, visit - this page -

groups:
    default:
        permissions:
            moarrows.use.poison: false      # Disables poison
            moarrows.use.doombringer: true  # Enables doombringer
            moarrows.list: false            # Disables list
    admin:
        permissions:
            moarrows.use.all: true       # Enables all arrows for admin
        inheritance:
        - default

Once again.. to see the default permissions, visit - this page -


Comments

Posts Quoted:
Reply
Clear All Quotes