Blacklist Configuration
Configure player and item blacklists.
blacklist:
enabled: true
players: []
items: []
| Setting | Type | Default | Description |
|---|---|---|---|
enabled | Boolean | true | Enable the blacklist system |
players | List of Strings | [] | Blacklisted player UUIDs or names. Blacklisted players cannot create orders or deliver to orders. |
items | List of Strings | [] | Blacklisted item materials (e.g. BEDROCK, BARRIER, COMMAND_BLOCK, SPAWNER) |
Shulker boxes and bundles are hardcoded as blocked regardless of this list, to prevent data loss and exploits.
Edit players/items in config.yml (UUIDs are more reliable than names, which can change) and run /orders reload to apply.