Discord Webhook Logging
In order to send your plugin logs to discord webhooks just do the following configuration in your plugins config.yml
- Go to your discord server and create a new webhook
Here's a tutorial on how you can make a discord webhook (opens in a new tab)
- In the webhooks section of the configuration paste your webhook URL and change the
enabledtotrue
It should now look something like this
config.yml
webhooks:
enabled: true
url: "WEBHOOK_URL"
settings:
send-join: true
send-leave: true- Restart your server
Configure which updates to recieve in the settings section of the above config section.