Permissions Example

Permissions Example

Permissions File

This example will show you a simple permissions file in PermissionsEx for use in RoyalChat.

groups:
    default:
        default: true
        prefix: '[&9'
        suffix: '&f] Guest'
        permissions:
        - modifyworld.*
    God:
        suffix: '&2]&b'
        prefix: '&2[&4'
        permissions:
        - '*'
users:
    jkcclemens:
        permissions:
        - rcmds.setlevel
        - rcmds.setarmor
        - rcmds.sci.exempt
        group:
        - God

With the following chat format:

chat-format: '{prefix}{group}{suffix} {dispname}&f: {message}'

This would have the user jkcclemens' chat displayed like:

[God] jkcclemens: Hello

Here is one for bPermissions:

groups:
        :God:
                prefix.1000.&2[&4
                suffix.1000.&2]&b
players:
        :jkcclemens:
                God

The chat with this permission file would also be like this:

[God] jkcclemens: Hello


Comments

Posts Quoted:
Reply
Clear All Quotes