All Permissions Setup (Pre-1.7)

This page was made to clear up confusion on why people are not able to rank someone when they are the owner (basically they have all permissions with the asterisk).

So say you have a permissions setup something like this:
groups:
  Guest:
    default: true
  Builder:
    permissions:
    - iConomy.payment
  Owner:
    permissions:
    - '*'
You would have to change it to be like this:
Owner:
  permissions:
  - -srpex.notfrom.*
  - '*'
The same should apply if you are using srpex.* instead of the asterisk.

Comments

Posts Quoted:
Reply
Clear All Quotes