Player Logger
Webhooks

Discord Webhook Logging

In order to send your plugin logs to discord webhooks just do the following configuration in your plugins config.yml

  1. 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)

  1. In the webhooks section of the configuration paste your webhook URL and change the enabled to true

It should now look something like this

config.yml
webhooks:
    enabled: true
    url: "WEBHOOK_URL"
    settings:
        send-join: true
        send-leave: true
  1. Restart your server

Configure which updates to recieve in the settings section of the above config section.