Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amitojsingh366/minecraft-discord-chat

A simple spigot plugin that allows cross chat between minecraft and discord
https://github.com/amitojsingh366/minecraft-discord-chat

Last synced: 3 months ago
JSON representation

A simple spigot plugin that allows cross chat between minecraft and discord

Awesome Lists containing this project

README

        

# Minecarft Discord Chat

A simple [spigot](https://www.spigotmc.org/) plugin that allows cross chat between minecraft and [discord](https://discord.com)

## How it works
### Sending messages to discord
Messages are sent to discord using a webhook
### Receiving messages from discord
Messages are received from discord using the [JDA Library](https://github.com/DV8FromTheWorld/JDA) and a [bot account](https://discord.dev)

## How To Run
- Download the latest release from [here](https://github.com/amitojsingh366/minecraft-discord-chat/releases)
- Put it in your bukkit/spigot/paper server's plugin folder
- Run the server once to generate the config files
- Configure the plugin using the generated config file *(Located at `.plugins/minecraftdiscordchat/config.json`)*

# License
minecarft-discord-chat is licensed under the MIT License

# Contributing
Find something that is lacking? Fork the project and pull request!