BlockBot 1.0.0
A mod to link Minecraft game chat to discord
Use
After installing the mod, create blockbot.json
in your config directory
Put the following as the file content:
{
"token": "",
"channel_id": "",
"webhook": "",
"op__role__id": "",
"name": "BlockBot",
"logo_url": "https://cdn.discordapp.com/attachments/814495801777717289/843427348154023956/Blockbot.png",
"inline_commands": true,
}
token
requires a discord bot token, which you can obtain from the discord developer portal
channel_id
is the ID of the linked discord channel. Enable developer mode and right click the channel
webhook
needs the URL of a webhook in the linked discord channel. See integrations in server settings
op_role_id
gives op perms as a discord role. Enable developer mode and right click the role in role settings
name
is the title of server status messages
logo_url
is for a custom server icon. Put the URL of the image
Then, start your server. You should see a message in the discord channel of your choosing informing you of the server start
Support
Please ask on the discord found here.