Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quiltservertools/blockbot

A Minecraft - Discord chat linking mod
https://github.com/quiltservertools/blockbot

discord-bot minecraft

Last synced: about 2 months ago
JSON representation

A Minecraft - Discord chat linking mod

Awesome Lists containing this project

README

        

# BlockBot

A Minecraft - Discord chat linking mod

![Minecraft Version](https://img.shields.io/badge/minecraft%20version-1.19.2-blue)
[![Release](https://img.shields.io/github/v/release/QuiltServerTools/BlockBot?include_prereleases&sort=semver)](releases)
[![Modrinth Downloads](https://img.shields.io/badge/dynamic/json?color=5da545&label=downloads&query=downloads&url=https://api.modrinth.com/api/v1/mod/yKZ9outG&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSAxMSIgd2lkdGg9IjE0LjY2NyIgaGVpZ2h0PSIxNC42NjciICB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxkZWZzPjxjbGlwUGF0aCBpZD0iQSI+PHBhdGggZD0iTTAgMGgxMXYxMUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNBKSI+PHBhdGggZD0iTTEuMzA5IDcuODU3YTQuNjQgNC42NCAwIDAgMS0uNDYxLTEuMDYzSDBDLjU5MSA5LjIwNiAyLjc5NiAxMSA1LjQyMiAxMWMxLjk4MSAwIDMuNzIyLTEuMDIgNC43MTEtMi41NTZoMGwtLjc1LS4zNDVjLS44NTQgMS4yNjEtMi4zMSAyLjA5Mi0zLjk2MSAyLjA5MmE0Ljc4IDQuNzggMCAwIDEtMy4wMDUtMS4wNTVsMS44MDktMS40NzQuOTg0Ljg0NyAxLjkwNS0xLjAwM0w4LjE3NCA1LjgybC0uMzg0LS43ODYtMS4xMTYuNjM1LS41MTYuNjk0LS42MjYuMjM2LS44NzMtLjM4N2gwbC0uMjEzLS45MS4zNTUtLjU2Ljc4Ny0uMzcuODQ1LS45NTktLjcwMi0uNTEtMS44NzQuNzEzLTEuMzYyIDEuNjUxLjY0NSAxLjA5OC0xLjgzMSAxLjQ5MnptOS42MTQtMS40NEE1LjQ0IDUuNDQgMCAwIDAgMTEgNS41QzExIDIuNDY0IDguNTAxIDAgNS40MjIgMCAyLjc5NiAwIC41OTEgMS43OTQgMCA0LjIwNmguODQ4QzEuNDE5IDIuMjQ1IDMuMjUyLjgwOSA1LjQyMi44MDljMi42MjYgMCA0Ljc1OCAyLjEwMiA0Ljc1OCA0LjY5MSAwIC4xOS0uMDEyLjM3Ni0uMDM0LjU2bC43NzcuMzU3aDB6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM1ZGE0MjYiLz48L2c+PC9zdmc+)](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