Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsshamed/mcctdw

A bridge plugin between your Minecraft chat and Discord using webhooks
https://github.com/itsshamed/mcctdw

discord discord-webhook java java-8 minecraft spigot spigot-plugin spigot-plugin-api

Last synced: about 2 months ago
JSON representation

A bridge plugin between your Minecraft chat and Discord using webhooks

Awesome Lists containing this project

README

        

# Minecraft Chat To Discord Webhook
A simple and easy bridge plugin between your Minecraft chat
and Discord server using webhooks

## Usage

### Configuration

#### In-game

Use the `/dwurl [webhook URL]` command to set the URL pointing to your
Discord-compatible webhook.

#### Configuration file

The `config.yml` configuration file only consists of an `url` variable.
It should look like this:

```yml
url: "YOUR URL"
```

### Other commands

If you ever need to reload the plugin for some reason
(maybe the plugin crashed, which is very likely), use the `/dwreload`
command.

>**Warning**
>
> The use of third-party reloaders is not recommended. It might not
> play well with the plugin load cycle. Use the `/dwreload` command
> if you want to reload the plugin.

## License

This plugin is licensed under the GPLv3 license.
Please refer to the [LICENSE](/LICENSE) for more information.