Example Config
For this example I have 3 worlds; Adventure, City, and Wilderness. Adventure and City have the same permissions so I set City to mirror the Adventure world in plugins/bPermissions/mirrors.yml. That means I only need to enter Adventure and Wilderness into the bPermsRank config.yml. Wilderness has it's own permissions so I must list it seperately in the bPermsRank config.
groups: - default - citizen - miner - builder - moderator - admin worlds: - adventure - wilderness broadcast: false notifyranked: true notifysender: true rankedmessage: '&cYour rank has been changed to {GROUP} by {SENDER}' sendermessage: '&cYou have changed the rank of {RANKED} to {GROUP}
Comments