Skip to main content

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"
SettingTypeDefaultDescription
enabledBooleantrueEnable/disable all notifications
methodsList of Strings[CHAT, ACTION_BAR]Delivery methods. Options: CHAT, TITLE, ACTION_BAR, SOUND
sound-on-deliveryBooleantruePlay a sound when items are delivered
sound-nameStringENTITY_EXPERIENCE_ORB_PICKUPMinecraft sound name to play (e.g. ENTITY_PLAYER_LEVELUP, BLOCK_NOTE_BLOCK_PLING)
sound-volumeDouble (0.0โ€“1.0)0.5Sound volume
sound-pitchDouble (0.0โ€“2.0)1.0Sound pitch
order-announcements.enabledBooleantrueEnable order placement announcements
order-announcements.broadcast-to-allBooleantrueIf false, only players with the permission below receive the announcement
order-announcements.permissionStringsigmaorders.announcementPermission 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โ€‹