Notifications Configuration
Configure notification delivery, delivery sounds, and order announcements.
notifications:
enabled: true
methods:
- CHAT
- ACTION_BAR
sound-on-delivery: true
sound-name: ENTITY_EXPERIENCE_ORB_PICKUP
sound-volume: 0.5
sound-pitch: 1.0
order-announcements:
enabled: true
broadcast-to-all: true
permission: "sigmaorders.announcement"
| Setting | Type | Default | Description |
|---|---|---|---|
enabled | Boolean | true | Enable/disable all notifications |
methods | List of Strings | [CHAT, ACTION_BAR] | Delivery methods. Options: CHAT, TITLE, ACTION_BAR, SOUND |
sound-on-delivery | Boolean | true | Play a sound when items are delivered |
sound-name | String | ENTITY_EXPERIENCE_ORB_PICKUP | Minecraft sound name to play (e.g. ENTITY_PLAYER_LEVELUP, BLOCK_NOTE_BLOCK_PLING) |
sound-volume | Double (0.0โ1.0) | 0.5 | Sound volume |
sound-pitch | Double (0.0โ2.0) | 1.0 | Sound pitch |
order-announcements.enabled | Boolean | true | Enable order placement announcements |
order-announcements.broadcast-to-all | Boolean | true | If false, only players with the permission below receive the announcement |
order-announcements.permission | String | sigmaorders.announcement | Permission required when broadcast-to-all is false |
Message text itself (e.g. order.created, delivery.completed-item, collection.collected) is configured separately in messages.yml.
See Alsoโ
- Messages File - message customization
- Features Configuration