Giving player permission to use?Solved
Hi,

I would like to give my moderator the ability to use the check inventory plugin, which i can use as admin, I have limited knowledge of how to give this permission. This is my attempt below by ading it to the permissions config file, thankfully all the other permissions i have added work, apart from /checkinv.

moderator {
permissions {
- 'rok.fairplay'
- 'codehatch.command.admin.ban'
- 'codehatch.command.admin.mute'
- 'codehatch.command.admin.kick'
- 'codehatch.command.admin.shutdown'
- 'codehatch.command.admin.checkinv'
- 'codehatch.command.admin.notice'
}
All this does is check for the "admin" permission. So any player with that permission can use it.
Locked automatically