Docs

Discord Webhook

Enable in config.yml:

yaml
integrations:
  discord:
    enabled: false
    webhook-url: ''

Set webhook-url to a Discord channel webhook URL and set enabled: true to announce, from your Minecraft server to Discord:

  • Every killstreak threshold reached (AtomCombatKillstreakEvent).
  • Every bounty claimed (AtomCombatBountyClaimedEvent).

Messages are sent asynchronously and a failed delivery only logs a warning — it never blocks or slows down gameplay. Check /atomcombat debug to confirm whether a webhook URL is configured.

Discord Webhook | AtomCombat Docs