Skip to main content

Discord Integration

When a Discord webhook URL is provided in config.yml, the plugin posts structured notifications for key operational events. Delivery failures are logged but do not affect plugin operation.

Events That Trigger Notifications

  • TPS drops below discord.alert-tps-threshold (default: 14.0)
  • An automatic optimization action is executed (if notify-automatic-actions: true)
  • The active profile changes — either manually or via the auto-regulation schedule

Configuration

discord:
webhook-url: "https://discord.com/api/webhooks/YOUR_ID/YOUR_TOKEN"
alert-tps-threshold: 14.0
notify-automatic-actions: true
notify-profile-changes: true

Leave webhook-url as an empty string "" to completely disable Discord notifications.