Permissions
RoboticStaff permissions (Release v2.0)
RoboticStaff permissions (Release v2.0)
| Permissions | Description |
|---|---|
| roboticstaff.* | Bypass all things and access to every command. Default to OPs |
| roboticstaff.helpme | Access to /helpme |
| roboticstaff.access | Allows to use /roboticstaff |
| roboticstaff.reload | Allows to use /roboticstaff reload |
| roboticstaff.autoanswer.list | Allows to use /roboticstaff tags |
| roboticstaff.autoanswer.bypass | Bypass autoanswer |
| roboticstaff.antiswearing.list | Allows to use /roboticstaff words |
| roboticstaff.antiswearing.bypass | Bypass banned words |
| roboticstaff.blockedcommands.list | Allows to use /roboticstaff blocked |
| roboticstaff.blockedcommands.bypass | Bypass blocked commands |
| roboticstaff.antispam.bypass | Bypass all the antispam checks |
| roboticstaff.antispam.bypass.delay | Bypass antispam-delay |
| roboticstaff.antispam.bypass.ipspam | Bypass antispam-ipspam |
| roboticstaff.antspam.bypass.websitespam | Bypass antispam-websitespam |
Permissions overview (plugin.yml)
roboticstaff.*: description: Gives access to all RoboticStaff commands children: roboticstaff.helpme: true roboticstaff.reload: true roboticstaff.autoanswer.list: true roboticstaff.autoanswer.bypass: true roboticstaff.antiswearing.list: true roboticstaff.antiswearing.bypass: true roboticstaff.blockedcommands.list: true roboticstaff.blockedcommands.bypass: true roboticstaff.antispam.bypass: true roboticstaff.helpme: description: Allows using helpme command default: true roboticstaff.access: description: Access to /roboticstaff default: op roboticstaff.reload: description: Allows to use /roboticstaff reload default: op roboticstaff.autoanswer.list: description: Get a list of tags default: op children: roboticstaff.access: true roboticstaff.autoanswer.bypass: description: Bypass tags default: op roboticstaff.antiswearing.list: description: Get a list of banned words default: op children: roboticstaff.access: true roboticstaff.antiswearing.bypass: description: Bypass banned words default: op roboticstaff.blockedcommands.list: description: Get a list of blocked commands default: op children: roboticstaff.access: true roboticstaff.blockedcommands.bypass: description: Bypass blocked commands default: op roboticstaff.antispam.bypass: description: Bypass all antispam stuffs children: roboticstaff.antispam.bypass.delay: true roboticstaff.antispam.bypass.ipspam: true roboticstaff.antispam.bypass.websitespam: true roboticstaff.antispam.bypass.delay: description: Bypass delay default: op roboticstaff.antispam.bypass.ipspam: description: Bypass ipspam default: op roboticstaff.antispam.bypass.websitespam: description: Bypass websitespam default: op