Skip to content
TheFloatingPixel edited this page Oct 6, 2022 · 4 revisions

This page shows the setup process for DiscordLog.

Plugin Setup

Download the latest release from here, and copy the .jar file into the plugins folder.

Run the server to create the configuration file. Try running the command /discordlog info. You should see a message similar to this

obraz

Discord Webhook Setup

  1. Open Discord and go to the channel that you want to log the events to.

  2. Open the channels settings and go to integrations.

  3. Press Create Webhook, and give a name to it.

obraz

  1. Copy the webhook URL, and paste it under the webhooks section in the configuration.

    Your config file should now look something like this

    webhooks:
      - https://discord.com/api/webhooks/id/token
    
    # ...

Now run /discordlog reload-config and /discordlog test-webhooks. If everything worked, you should see a test message in your discord channel.

obraz

obraz

Conclusion

Hooray! You just set up DiscordLog! You can further customize it by following the instructions here.