23 lines
557 B
Markdown
23 lines
557 B
Markdown
# OperatorWhitelist
|
|
|
|
Only allow certain player names (in a config) to have op and deop + ban others for security reasons.
|
|
|
|
## Features
|
|
- Uses plugins/OperatorWhitelist/config.yml
|
|
- Automatically deops and bans unauthorized operators
|
|
- In-game whitelist management command
|
|
- Permission-based access
|
|
|
|
## Commands
|
|
/opwhitelist add <player>
|
|
/opwhitelist remove <player>
|
|
|
|
## Permission
|
|
operatorwhitelist.manage (default: false)
|
|
|
|
## Behavior
|
|
If a player joins with OP and is not in the whitelist:
|
|
- They are de-opped
|
|
- They are banned
|
|
- They are kicked instantly
|