-
Notifications
You must be signed in to change notification settings - Fork 2
Permissions
WeekThor edited this page Jul 8, 2023
·
2 revisions
The permissions in bold OP has by default.
The italicized permissions weren't checked due to a PurePerms bug and I don't know if they work.
Permissions are presented in a hierarchical order
-
adminprotect.* – all plugin permissions
-
adminprotect.kick - grants all kick permissions
- adminprotect.kick.protect – Protection from being kicked
- adminprotect.kick.use – Allows to use /kick command
- adminprotect.kick.use.multiple – Allows to use /multikick command for multiple kick
- adminprotect.kick.use.protected – Allows to kick players with protection
-
adminprotect.ban - grants all ban permissions
- adminprotect.ban.protect – Protection from being permanently banned
- adminprotect.ban.use – Allows to use /ban for permanently ban
- adminprotect.ban.use.multiple – Allows to use /multiban command for multiple ban
- adminprotect.ban.use.offline – Allows to ban players that are offline
- adminprotect.ban.use.protected – Allows to ban players with protection
-
adminprotect.tempban - grants all tempban permissions
- adminprotect.tempban.protect – Protection from being temporary banned
- adminprotect.tempban.use – Allows to use /tempban command
- adminprotect.tempban.use.offline – Allows to temporary ban players that are offline
- adminprotect.tempban.use.protected – Allows to temporary ban players with protection
-
adminprotect.banip - grants all banip permissions
- adminprotect.banip.protect – Protection from being ip-banned
- adminprotect.banip.use – Allows to use /tbanip (only ban online players' IP and only temporary ban)
- adminprotect.banip.use.offline – Allows to ban offline players' IP
- adminprotect.banip.use.protected – Allows to IP-ban players with protection
- adminprotect.banip.use.permanent – Allows to use /banip (for permanentrly ban)
- adminprotect.baninfo.use - Allows to use /baninfo command
- adminprotect.unban.use – Allows to use /unban command
- adminprotect.unbanip.use – Allows to use /unbanip command
- adminprotect.unban.except.<admin> - Prevent unblocking players/IPs that have been banned by <admin> (nick must be in lowercase).
- adminprotect.unban.except.* - Allows to unban only players/IPs that have been banned by yourself
-
adminprotect.kick - grants all kick permissions