DiscordLogger

Minecraft → Discord logging that’s clean, configurable, and production-ready.

Latest plugin: v2.1.5
Latest config version: v9


What it does

  • Rich embeds (or plain text fallback) for key events:
    • Player: join, quit, chat, command, death, teleport, gamemode
    • Server: start, stop, command, explosion (with nearby players)
    • Moderation: ban, unban, kick, op, deop, whitelist toggle/entries
  • Per-category colors and a consistent, fields-first embed style
  • Smart safety: only logs moderation actions if they actually succeeded
  • Versioned config: automatic merging across updates (keeps your settings)


Quick start

  1. Drop the plugin JAR into /plugins.
  2. Start once to generate config.yml.
  3. Set your Discord webhook URL under webhook.url.
  4. (Optional) Turn on/off embeds (on by default):
    embeds:
      enabled: true
      author: "Server Logs"
    
  5. Reload: /discordlogger reload.

    You can also use the config.yml Generator to create a fully customized config.yml

  • Source: https://github.com/GodTierGamers/DiscordLogger
  • Releases: https://github.com/GodTierGamers/DiscordLogger/releases