Blacklist System
Restricts which players can use orders and which items can be ordered.
Player Blacklistโ
Prevents listed players from creating orders, delivering, or otherwise using the order system. Players can be blacklisted by UUID (recommended, stable) or name (less reliable - names can change). Managed via config.yml and applied with /orders reload.
Item Blacklistโ
Prevents listed item materials from being ordered (e.g. exploit items, problematic blocks). Key config: blacklist.players, blacklist.items - see Blacklist Configuration for the full key reference.
Hardcoded Blocks (always active, not configurable)โ
- All shulker box variants
- Bundle
Prevents data loss and exploits regardless of config.
Behaviorโ
| Blacklist State | Effect |
|---|---|
| Enabled | Blacklisted players can't create/deliver; blacklisted items can't be ordered; checked on every operation |
| Disabled | All players/items allowed except the hardcoded blocks above |
See Alsoโ
- Blacklist Configuration - config keys and examples
- Security Guide - security considerations