Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelgu/discordmc
A Discord <-> Minecraft Chat Gateway for Spigot
https://github.com/manuelgu/discordmc
discord discord4j discordapp minecraft spigot
Last synced: 2 months ago
JSON representation
A Discord <-> Minecraft Chat Gateway for Spigot
- Host: GitHub
- URL: https://github.com/manuelgu/discordmc
- Owner: manuelgu
- License: gpl-2.0
- Created: 2016-05-12T10:00:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T16:21:04.000Z (over 3 years ago)
- Last Synced: 2024-10-13T01:41:17.419Z (2 months ago)
- Topics: discord, discord4j, discordapp, minecraft, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/17067
- Size: 104 KB
- Stars: 27
- Watchers: 6
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DiscordMC
DiscordMC is a plugin for [Spigot](https://spigotmc.org) which allows you to send messages from Minecraft to Discord and vice versa## Spigot page
https://www.spigotmc.org/resources/17067/## Dependencies
This plugins uses [Discord4j](https://github.com/austinv11/Discord4J) to interact with Discord## Releases
Plugin releases can be found on the [Spigot page](https://www.spigotmc.org/resources/17067/updates)## Building
DiscordMC uses Maven to build
```
$ mvn clean install
```## Contributing
You have an optimization or a new idea you want to implement? Don't hesitate to open a Pull Request against the `dev` branch