Notifications
Notification system for order events.
Overviewโ
SigmaOrders provides multiple notification methods to keep players informed about order activity.
Notification Methodsโ
Chat Messagesโ
Default notification method:
- Messages appear in chat
- Color-coded for different events
- Includes order details
Action Barโ
Non-intrusive notifications:
- Appears above hotbar
- Temporary display
- Doesn't clutter chat
Title Messagesโ
Prominent notifications:
- Large text display
- Center of screen
- Good for important events
Sound Notificationsโ
Audio feedback:
- Configurable sound
- Volume and pitch control
- Plays on delivery events
Notification Eventsโ
Order Createdโ
When an order is created:
- Creator receives confirmation
- Announcement broadcast (if enabled)
- Order details shown
Delivery Receivedโ
When items are delivered:
- Order creator notified
- Shows deliverer name
- Shows quantity delivered
- Sound plays (if enabled)
Order Completedโ
When order is fully collected:
- Creator notified
- Order marked as complete
- Order auto-deleted
Order Expiredโ
When order expires:
- Creator notified
- Refund information shown
- Order status updated
Announcementsโ
Order placement announcements:
- Broadcast to all players (if enabled)
- Clickable to open orders GUI
- Shows order details
- Permission-based (if configured)
Configurationโ
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"
Customizationโ
Messages can be customized in messages.yml:
- All notification messages
- Format and colors
- Placeholder support
Best Practicesโ
- Enable Notifications: Keep players informed
- Use Multiple Methods: Combine chat and action bar
- Configure Sounds: Audio feedback is helpful
- Customize Messages: Match your server style
Related Documentationโ
- Notifications Configuration - Config settings
- Messages File - Message customization