Installation
- Download the DiscordLogger plugin JAR.
- Place the JAR file in your server’s plugins/ folder.
- Start the server once — this will generate the config.yml file inside plugins/DiscordLogger/.
- Open config.yml in a text editor and adjust the settings to your needs.
- Restart the server or run /discordlogger reload to apply changes.
Configuration (config.yml)
The configuration file is split into sections for webhook setup, formatting, embed styling, and event logging.
Webhook Options
webhook:
url: "" # Discord webhook URL goes here, plugin will not function until present
- Set your Discord webhook URL here.
- Without this, the plugin will not send any messages.
Format Options
format:
time: "[HH:mm:ss, dd:MM:yyyy]"
name: ""
- time: Timestamp format for plain text messages (case-sensitive placeholders).
- HH = hours, mm = minutes, ss = seconds, dd = day, MM = month, yyyy = year
- name: Display name used in plain text messages (embeds use the author name instead).
Usage
- Once configured, DiscordLogger automatically sends events to the linked Discord channel.
- Use /discordlogger reload after editing the config to apply changes without restarting.
- Adjust embed colors and formats to fit your server’s branding or readability preferences.