rLoggers - Minecraft Webhook Logger Plugin
rLoggers is a plugin designed to track important player events on your Minecraft server and send informative messages about these events to a Discord webhook. It automatically logs player actions like joining, quitting, and chatting, sending customized Discord messages for each event.
Features
- Player Join: When a player joins the server, a custom message is sent to the Discord webhook.
- Player Quit: When a player leaves the server, a message is sent to the Discord webhook.
- Chat Messages: When a player sends a chat message, a message containing the player's name and the content of the message is sent to the Discord webhook.
Usage
Installation
- Place the rLoggers.jar file in your server's plugins folder.
- Restart your server.
- Configure the settings in the config.yml file. Set your webhook URL there.
- Use the available commands to reload the plugin.
Commands
/rloggers reload: Reloads the plugin settings.
Configuration
You can configure settings such as the webhook URL in the config.yml file.
Code (Java):
webhook
-url
:
"https://your-webhook-url.com"