Releases: QuiltServerTools/BlockBot
Blockbot 2.0.1+1.21.3
Fixed
- Messages with translations
Blockbot 2.0.0+1.21.2-rc2
Initial public release
Blockbot 2.0.0+1.21.1+build.1
Initial public release
2.0.0-beta.4
- Added webhook author config option
- Added markdown escaping config option
- Fixed bugs
- Changed default player avatar api
- Updated to 1.18
- Added basic account linking
- Added image preview support
BlockBot 1.1.1-beta.1
A partial rewrite of most of BlockBot's core functionality, with no change on the user end. This beta is to confirm that the refactor does in fact work issue free
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.
BlockBot 1.1.0 for Minecraft 1.17
A release adding new features, bugfixes and support for Minecraft 1.17
Changes:
- New join/leave messages
- Better player skin handling
- Ported to 1.17
- Advancement messages
- New config options
- @ is italicised in game messages
- Status message for the bot with number of online players
- Skin overlays are now shown in discord
- Discord admins can now execute commands from discord using //command
- Lots of new config options
NOTE
You will need to regenerate your config file after updating