Permissions
OreAnnouncer uses permission system for every feature and command. It is recommended to set-up them via a permission manager plugin (like LuckPerms).
All permissions are automatically granted to operators by default. If a player doesn't have the permission for that command, he cannot use it (help page do not show commands not allowed to use).
Wildcard permissions
Wildcard permissions are a group of pre-defined permissions, useful if you wanna give all of them with one single permission.
- User permissions are granted with the permission
oreannouncer.user.*
- Admin permissions are granted with the permission
oreannouncer.admin.*
Full permissions
Every permission of the plugin is listed below:
User permissions
User permission | Description | Server |
---|---|---|
oreannouncer.user.alerts.see | See user alerts | All |
oreannouncer.user.alerts.toggle | Allow access to /oa alerts | All |
oreannouncer.user.help | Allow access to /oa help | All |
oreannouncer.user.stats | Allow access to /oa stats | All |
oreannouncer.user.stats.destroy | Allow access to only /oa stats with destroy type | All |
oreannouncer.user.stats.found | Allow access to only /oa stats with found type | All |
oreannouncer.user.top | Allow access to /oa top | All |
oreannouncer.user.top.destroy | Allow access to only /oa top with destroy order | All |
oreannouncer.user.top.found | Allow access to only /oa top with found order | All |
Admin permissions
Admin permission | Description | Server |
---|---|---|
oreannouncer.admin.alerts.see | See admin alerts | All |
oreannouncer.admin.bypass.alerts | Bypass alerts on block destroy | Bukkit |
oreannouncer.admin.bypass.destroy | Bypass destroy count on block destroy | Bukkit |
oreannouncer.admin.bypass.found | Bypass found count on block destroy | Bukkit |
oreannouncer.admin.bypass.execute.commands | Bypass command execution | All |
oreannouncer.admin.debug | Allow access to /oa debug | All |
oreannouncer.admin.reload | Allow access to /oa reload | All |
oreannouncer.admin.stats.other | Allow access to /oa stats on other players | All |
oreannouncer.admin.version | Allow access to /oa version | All |
oreannouncer.admin.warnings | Send an alert if there is an error | All |
oreannouncer.admin.whitelist | Allow access to /oa whitelist | All |