Skip to content

Notifications Web Push

KOKOTO-DEV edited this page Aug 15, 2026 · 3 revisions

Notifications Web Push

BlueMapWebChat 4.7.0 · Minecraft 1.18–26.2 · Java 17 baseline

23. Browser Notifications and Web Push

notifications:
  enabled: true
  only-when-hidden: true
  notify-normal-chat: true
  notify-dm: true
  notify-group-chat: true
  notify-mentions: true
  notify-replies: true
  notify-system: true
  notify-keywords: true
  notify-own-messages: true
  show-message-preview: true

Users can further restrict allowed notification types per browser. A server-side false cannot be overridden by the user. The browser-local notification inbox keeps recent events, and notification clicks can navigate to a public message, reply, DM thread, or group room when a target is available.

Web Push:

web-push:
  vapid-public-key: ""
  vapid-private-key: ""
  subject: "mailto:admin@example.com"
  notification-title: ""
  ttl-seconds: 300

When VAPID keys are empty, the plugin creates persistent keys. Use a real administrator email or site URL for subject.

Platform notes:

  • Android and desktop browsers: supported when HTTPS and Push API are available
  • iOS/iPadOS: usually requires opening an installed Home Screen web app

Clone this wiki locally