https://github.com/quiltservertools/blockbot
A Minecraft - Discord chat linking mod
https://github.com/quiltservertools/blockbot
discord-bot minecraft
Last synced: 3 months ago
JSON representation
A Minecraft - Discord chat linking mod
- Host: GitHub
- URL: https://github.com/quiltservertools/blockbot
- Owner: QuiltServerTools
- License: cc0-1.0
- Created: 2021-05-10T16:32:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-18T00:12:22.000Z (6 months ago)
- Last Synced: 2025-12-21T10:46:26.662Z (6 months ago)
- Topics: discord-bot, minecraft
- Language: Kotlin
- Size: 628 KB
- Stars: 30
- Watchers: 3
- Forks: 21
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# BlockBot

A Minecraft - Discord chat linking mod

[](releases)
[](https://modrinth.com/mod/blockbot/versions)
## Initial Configuration
Start the server to create a config file. Complete the config file (can be found in `config/blockbot-discord.toml) with the following relevant data (Bot token, Guild ID, chat channel ID)
```toml
[bot]
# Discord Bot token
token = ""
# Discord guild/server id
guild =
# Channel IDs for the bot to use. Only the `chat` channel is required, others can be added or deleted
[bot.channels]
# Chat relay channel
chat =
```
A full list of options can be found in the [configuration file](src/main/resources/blockbot-discord.toml).
## License
BlockBot is available under the GNU LGPL v3.0 license. See LICENSE