Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 2.26 KB

README.md

File metadata and controls

29 lines (22 loc) · 2.26 KB

BlockBot

A Minecraft - Discord chat linking mod

Minecraft Version Release Modrinth Downloads

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)

[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.

License

BlockBot is available under the GNU LGPL v3.0 license. See LICENSE