In-plugin notification system stored in {prefix}or_notifications.
Types
| Type | Trigger |
xp_earned | XP awarded to user |
badge_earned | Badge awarded |
new_follower | Someone followed the user |
Utility Bar Bell
- Shows unread count badge
- Click to open dropdown with 10 most recent notifications
- "Mark all read" button clears the badge
- Notifications load via AJAX on bell click
AJAX Actions
| Action | Description |
or_get_notifications | Returns recent 10 + unread count |
or_read_notification | Marks single notification as read |
or_read_all_notifs | Marks all notifications as read |