Minecraft Simple Discord Webhook Leave/Join Notification mod 2026 download
logo
minecraft mod Simple Discord Webhook Leave/Join Notification

Simple Discord Webhook Leave/Join Notification

Game Version: 1.16.5
Total Downloads: 8
Updated: Jun 8, 2021
Created: Jun 8, 2021
Download Simple Discord Webhook Leave/Join NotificationDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.0-SNAPSHOT.jar beta 18.67 KB Jun 8, 2021 1.16.5 8 download Simple Discord Webhook Leave/Join Notification 1.0-SNAPSHOT.jar betaDownload

Description

Share this:

This is a simple Bukkit/Spigot/Paper plugin that publishes a message to a Discord Channel via Webhooks whenever a player leaves or joins the server.

 

Example:

 

 

 

Configuration

Run your minecraft Spigot, Bukkit, or Paper server once with the PlayerNotificationPlugin jar installed in the "plugins" folder. After it runs for the first time it will create the directory structure:

 
plugins/
PlayerNotificationPlugin/
config.yml

 

Open up config.yml and edit, replacing WEBHOOK-URL-GOES-HERE with the webhook URL configured in Discord:

 

notifiers:
  -
    type: "webhook"
url: "WEBHOOK-URL-GOES-HERE"
leaveFormat: "%s left!"
joinFormat: "%s joined!"
 

Comments

Add a comment