Setup
Luxry Webhook Logs Plugin
The Luxry Webhook Logs Plugin is a Minecraft Bukkit plugin designed to send server logs to a specified Discord webhook. It provides a highly customizable embed format for Discord messages, allowing server administrators to log important events in style.
Features
Discord Webhook Integration: Send server log messages directly to your Discord server.
Customizable Embeds:
Change the title, description, and color of the embed.
Add author, footer, thumbnail, and main images.
Enable or disable various embed sections.
Timestamp Support: Add timestamps to embeds, with the option to use the current time.
Configuration
Below is an example configuration file (config.yml
) for the plugin:
Installation
Download the latest version of the plugin from the Releases section.
Place the
.jar
file in your server'splugins
folder.Start your server to generate the
config.yml
file.Configure the plugin by editing the
config.yml
file as desired.Reload or restart your server to apply the changes.
Usage
Logs will automatically be sent to the configured Discord webhook in the format specified in
config.yml
.Use
%log_here%
in thedescription
field to include the actual log message.
License
This project is licensed under the CC-BY-NC-SA-4.0 License.
Last updated