This plugin adds commands that manages player and comannd permissions.
Commands:
For plugin developers:
Your plugins can get a player permission.
Screenshots:
Update info (1.0.9):
-New feature: manage substitute commands!!
/ppsub <cmd> <sub cmd> [admin] [trust] [guest] ... Manage sub command
For example:
/ppsub whitelist remove admin ........... "/whitelist remove" command is useable only for ADMIN.
Commands:
- /ppplayer - shows a list about player permissions. (only for console)
- /ppplayer <player> <g | t | a> - sets a <guest | trust | admin> to <player>.
- /ppcommand - shows a list about command permissions. (only for console)
- /ppcommand <command> (g) (t) (a) - sets (guest) (trust) (admin) to <command>.
- /ppsub - shows a list about substitute command permissions. (only for console)
- /ppsub <command> <sub command> (g) (t) (a) - sets (guest) (trust) (admin) to <sub command>.
- /ppconfig add <rank name> - adds your original rank.
- /ppconfig remove <rank name> - removes the rank.(cann't remove default ranks.)
- /ppconfig notice <on | off> - notifies of a message "[Permission+] NOTICE: /cmd permission is not setted!" when somebody uses a command that isn't setted permissions. (default: ON)
- /ppconfig cmdwhitelist <on | off> - adds all commands to whitelist. (default: ON)
- /ppplyr = /ppplayer
- /ppcmd = /ppcommand
- /ppcfg = /ppconfig
- /ppcfg rm = /ppconfig remove
For plugin developers:
Your plugins can get a player permission.
$user_permission = $this->api->dhandle("get.player.permission", $username);
Screenshots: