tag:github.com,2008:https://github.com/QuiltServerTools/BlockBot/releasesRelease notes from BlockBot2025-04-17T02:20:42Ztag:github.com,2008:Repository/366108324/2.0.3+1.21.5-fix2025-04-17T02:28:55Z2.0.3+1.21.5-fix<ul>
<li>Updated to 1.21.5</li>
</ul>PotatoPresidenttag:github.com,2008:Repository/366108324/2.0.2+1.21.42025-02-25T11:24:59ZBlockbot 2.0.2+1.21.4<h3>Changed</h3>
<ul>
<li>Update dependencies</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/366108324/2.0.1+1.21.32024-10-29T13:01:37ZBlockbot 2.0.1+1.21.3<h3>Fixed</h3>
<ul>
<li>Messages with translations</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/366108324/2.0.0+1.21.2-rc22024-10-22T11:54:12ZBlockbot 2.0.0+1.21.2-rc2<p>Initial public release</p>github-actions[bot]tag:github.com,2008:Repository/366108324/2.0.3+1.21.52024-09-30T11:19:42Z2.0.3+1.21.5<p>Remove CI build numbers from version</p>DrexHDtag:github.com,2008:Repository/366108324/2.0.0+1.21.1+build.12024-09-30T11:17:06ZBlockbot 2.0.0+1.21.1+build.1<p>Initial public release</p>github-actions[bot]tag:github.com,2008:Repository/366108324/2.0.0-beta.42021-12-05T21:42:44Z2.0.0-beta.4<ul>
<li>Added webhook author config option</li>
<li>Added markdown escaping config option</li>
<li>Fixed bugs</li>
<li>Changed default player avatar api</li>
<li>Updated to 1.18</li>
<li>Added basic account linking</li>
<li>Added image preview support</li>
</ul>PotatoPresidenttag:github.com,2008:Repository/366108324/1.1.1-beta.12021-06-15T18:54:50ZBlockBot 1.1.1-beta.1<p>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</p>Genau6502tag:github.com,2008:Repository/366108324/1.0.02021-06-15T18:53:26ZBlockBot 1.0.0<p>A mod to link Minecraft game chat to discord</p>
<h2>Use</h2>
<p>After installing the mod, create <code>blockbot.json</code> in your config directory</p>
<p>Put the following as the file content:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"token": "",
"channel_id": "",
"webhook": "",
"op__role__id": "",
"name": "BlockBot",
"logo_url": "https://cdn.discordapp.com/attachments/814495801777717289/843427348154023956/Blockbot.png",
"inline_commands": true,
}"><pre class="notranslate"><code>{
"token": "",
"channel_id": "",
"webhook": "",
"op__role__id": "",
"name": "BlockBot",
"logo_url": "https://cdn.discordapp.com/attachments/814495801777717289/843427348154023956/Blockbot.png",
"inline_commands": true,
}
</code></pre></div>
<p><code>token</code> requires a discord bot token, which you can obtain from the discord developer portal</p>
<p><code>channel_id</code> is the ID of the linked discord channel. Enable developer mode and right click the channel</p>
<p><code>webhook</code> needs the URL of a webhook in the linked discord channel. See integrations in server settings</p>
<p><code>op_role_id</code> gives op perms as a discord role. Enable developer mode and right click the role in role settings</p>
<p><code>name</code> is the title of server status messages</p>
<p><code>logo_url</code> is for a custom server icon. Put the URL of the image</p>
<p>Then, start your server. You should see a message in the discord channel of your choosing informing you of the server start</p>
<h3>Support</h3>
<p>Please ask on the discord found <a href="https://discord.gg/UxHnDWr" rel="nofollow">here.</a></p>Genau6502tag:github.com,2008:Repository/366108324/1.1.02021-06-08T20:09:29Z1.1.0: 1.17 mappings<p>Signed-off-by: yitzy299 <a href="mailto:yitzy299@noreply.github.com">yitzy299@noreply.github.com</a></p>Genau6502