Features Configuration
Enable or disable optional features.
features:
shulker-box-support: true
drop-all-button: true
order-priority: true
order-search: true
delivery-history: true
reputation-system: true
| Setting | Type | Default | Description |
|---|---|---|---|
shulker-box-support | Boolean | true | Shulker boxes are hardcoded as blocked items regardless (prevents data loss); this setting may control future shulker box functionality |
drop-all-button | Boolean | true | Show a "Drop All Items" button in GUIs |
order-priority | Boolean | true | Allows marking orders as urgent; urgent orders appear first in lists with visual distinction |
order-search | Boolean | true | Enables /orders search - case-insensitive item name search, including ItemsAdder custom item names; preserves query across GUI navigation |
delivery-history | Boolean | true | Records who delivered what and when, for statistics and tracking |
reputation-system | Boolean | true | Enable reputation system (may be implemented further in future versions) |
Disable order-search and delivery-history first if optimizing for performance - see Performance Configuration.