A FULL REWRITE HAS BEGUN AT GodTierGamers/DiscordLogger
Setting up DiscordLogger takes only a few minutes!
Download the latest .jar file from the Releases page.
Place the downloaded .jar file into your Minecraft server's plugins/ directory.
Launch or restart your server to allow the plugin to generate its config files.
Open plugins/DiscordLogger/config.yml and paste in your Discord webhook URL. You can also toggle the events you want to log.
Here’s what log messages look like in Discord with the default plain text format:
[Survival] Player Join: Lachlan
[Survival] Player Chat: Lachlan: Let's explore!
[Survival] Player Death: Lachlan tried to swim in lava
These messages appear instantly in the specified Discord channel, providing a live feed of key actions.
If you wish to contribute or compile DiscordLogger yourself, here’s how:
- Java 17
- Maven 3.x
git clone https://github.com/LVCHLANN/OldDiscordLogger.git
cd OldDiscordLogger
mvn clean packageThe final JAR file will be located in the target/ folder.
We welcome all kinds of contributions!
- 🐛 Found a bug? Open an issue or submit a fix.
- ✨ Have a feature in mind? Create a suggestion.
- 🧹 Want to help with formatting, localization, or docs? PRs welcome!
Before contributing, please read our CONTRIBUTING.md.
For bugs or feature requests, please use our Bug/Feature Template.
Be as detailed as possible to help us reproduce and resolve problems quickly.
This project is licensed under the MIT License.
You are free to modify, share, and use the plugin even commercially — just leave attribution intact.
If you're interested in updates, future features, or discussions, follow the project on GitHub or star the repository to support development ❤️
Made with ❤️ by LVCHLANN (with additional programming done by ChatGPT)