Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amitojsingh366/minecraft-discord-chat
- Owner: amitojsingh366
- License: mit
- Created: 2021-07-06T23:47:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T15:54:38.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T09:24:53.141Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!