๐Ÿง‘โ€๐ŸŽ“Tutorial & Examples

How does the plugin work?

1. Setup your Discord webhooks

Firstly, you need to setup your Discord webhooks. Tutorial can be found here: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks

You will need webhook URL in format: https://discord.com/api/webhooks/XXX/YYY

2. Install the plugin

You can check the Installation page, where everything is described.

3. Prepare your pre-defined embeds

Look at config.yml page. You can preview your embedes here: https://autocode.com/tools/discord/embed-builder/.

Example: I defined full_example message. It is used for Event announcements. Here is the result after sending this command: /dsend send full_example apik007 PvP#Spleef 15#minutes In config.yml looks like this:

/dsend send full_example apik007 PvP#Spleef 15#minutes

4. Grant permission OR implement commands into other plugins!

This plugin is great with combination of other plugins! Do you want to announce the winner in crates? Just add one command to the rewards section.

Do you want eventers to be able to announce Events in advance? Just grant them with permissions: discordsender.use and discordsender.use.<message_name>

5. DONE!

Last updated