Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsshamed/mcctdw
- Owner: ItsShamed
- License: gpl-3.0
- Created: 2021-07-09T20:19:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T19:24:23.000Z (about 1 year ago)
- Last Synced: 2023-10-22T19:28:11.664Z (about 1 year ago)
- Topics: discord, discord-webhook, java, java-8, minecraft, spigot, spigot-plugin, spigot-plugin-api
- Language: Java
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.