DuckUpdate
PluginLicenseRef-All-Rights-Reserved

DuckUpdate

DuckUpdate is a lightweight and lag-free plugin that allows you to send professional server update announcements directly to Discord using customizable Webhooks.

21
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions

📖About DuckUpdate

🦆 DuckUpdate

A lightweight and efficient Discord notification system for your Minecraft server.

DuckUpdate allows server administrators to send beautiful, professional-looking update announcements directly from Minecraft to a Discord channel using Webhooks. Keep your community informed about new features, bugfixes, and maintenance with a single command.


🌟 Features

  • Discord Integration: Send stylish Embed messages using Discord Webhooks.
  • In-Game Commands: Easy-to-use commands for announcements and management.
  • Dynamic Configuration: Customize your Embed title, color (HEX), and footer text.
  • Live Reload: Update your Webhook URL or styles without restarting the server.
  • Connection Tester: Built-in /dc-update polacz command to verify your Webhook setup.
  • Zero Lag: All requests are processed asynchronously to ensure smooth gameplay.
  • Update Checker: Automatic notification for admins when a new plugin version is available.
  • Tab Completion: Full support for command suggestions and arguments.

🛠 Commands & Permissions

Command Description Permission
/dc-update <version> <text...> Sends an update announcement to Discord. duckupdate.admin
/dc-update polacz Tests the connection to your Discord Webhook. duckupdate.admin
/dc-update reload Reloads the config.yml file. duckupdate.admin

📥 Installation

  1. Download the DuckUpdate.jar and place it in your plugins folder.
  2. Restart your server to generate the configuration file.
  3. Go to your Discord Server Settings -> Integrations -> Webhooks and create a new Webhook.
  4. Copy the Webhook URL.
  5. Open plugins/DuckUpdate/config.yml and paste your URL into the webhook-url field.
  6. Run /dc-update reload in-game.
  7. Test your setup with /dc-update polacz!

⚙️ Configuration Preview

# DuckUpdate Configuration
webhook-url: "YOUR_DISCORD_WEBHOOK_URL_HERE"

# Embed Customization
embed-title: "🦆 New Update"
embed-color: "#5865F2" # Hex code
footer-text: "DuckUpdate Notification System"