https://github.com/tommsy64/discordmc-sponge
DiscordMC-Sponge is a plugin for Sponge which allows you to send messages from Minecraft to Discord and vice versa.
https://github.com/tommsy64/discordmc-sponge
discord-bot minecraft sponge-plugin spongepowered
Last synced: about 1 month ago
JSON representation
DiscordMC-Sponge is a plugin for Sponge which allows you to send messages from Minecraft to Discord and vice versa.
- Host: GitHub
- URL: https://github.com/tommsy64/discordmc-sponge
- Owner: Tommsy64
- License: other
- Created: 2017-06-07T15:38:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T00:44:19.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T16:50:54.670Z (about 1 year ago)
- Topics: discord-bot, minecraft, sponge-plugin, spongepowered
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DiscordMC-Sponge
DiscordMC-Sponge is a plugin for [Sponge](https://www.spongepowered.org/) which allows you to send messages from Minecraft to Discord and vice versa.
It is highly based off of [manuelgu](https://github.com/manuelgu)'s [DiscordMC](https://github.com/manuelgu/DiscordMC).
## Dependencies
This plugins uses [Discord4j](https://github.com/austinv11/Discord4J) to interact with Discord.
## Building
DiscordMC uses Gradle to build
```
$ gradlew build
```