notify-on-start
(maki, 4/20/25) this is a personal project, there are DEFINITELY better alternatives; this plugin is mostly server-exclusive. it was made to notify a discord server whenever a event occurred in a minecraft server.
Prerequisites
Before using this plugin, you must:
- Get Spigot
- Get a JAR file from the releases or Google Drive (the drive folder is frequently updated)
Webhook creation
If you already know how to make a webhook, disregard this section of the readme.
To make a webhook:
- Go to your Discord server.
- Edit a channel.
- Go to "Integrations" and then "Webhooks"
- Click "New Webhook"
- Give the webhook a name. As an example, we will use
notifyas the webhook name. - You may change the channel where it is associated/linked to, change the webhook name, and set a picture for the webhook.
- Copy the webhook link.
Usage
To use this plugin, simply obtain a release and place the binary on the plugins folder of your Spigot/Paper/Bukkit server.
On the first run, it will make a folder in the server's directory, containing the plugin's configuration file named config_webhook.json
The configuration file should have two fields with the value default-ns. Paste the webhook links in the space following the key name (such as url_notify),
or over the default-ns text. The configuration should look like this afterward:
{
"url_notify": "https://discord.com/webhooks/webhook_for_notifications",
"url_publicmsg": "https://discord.com/webhooks/webhook_for_player_broadcasts"
}