tag:github.com,2008:https://github.com/QuiltServerTools/BlockBot/releases Release notes from BlockBot 2025-04-17T02:20:42Z tag:github.com,2008:Repository/366108324/2.0.3+1.21.5-fix 2025-04-17T02:28:55Z 2.0.3+1.21.5-fix <ul> <li>Updated to 1.21.5</li> </ul> PotatoPresident tag:github.com,2008:Repository/366108324/2.0.2+1.21.4 2025-02-25T11:24:59Z Blockbot 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.3 2024-10-29T13:01:37Z Blockbot 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-rc2 2024-10-22T11:54:12Z Blockbot 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.5 2024-09-30T11:19:42Z 2.0.3+1.21.5 <p>Remove CI build numbers from version</p> DrexHD tag:github.com,2008:Repository/366108324/2.0.0+1.21.1+build.1 2024-09-30T11:17:06Z Blockbot 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.4 2021-12-05T21:42:44Z 2.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> PotatoPresident tag:github.com,2008:Repository/366108324/1.1.1-beta.1 2021-06-15T18:54:50Z BlockBot 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> Genau6502 tag:github.com,2008:Repository/366108324/1.0.0 2021-06-15T18:53:26Z BlockBot 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="{ &quot;token&quot;: &quot;&quot;, &quot;channel_id&quot;: &quot;&quot;, &quot;webhook&quot;: &quot;&quot;, &quot;op__role__id&quot;: &quot;&quot;, &quot;name&quot;: &quot;BlockBot&quot;, &quot;logo_url&quot;: &quot;https://cdn.discordapp.com/attachments/814495801777717289/843427348154023956/Blockbot.png&quot;, &quot;inline_commands&quot;: 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> Genau6502 tag:github.com,2008:Repository/366108324/1.1.0 2021-06-08T20:09:29Z 1.1.0: 1.17 mappings <p>Signed-off-by: yitzy299 <a href="mailto:yitzy299@noreply.github.com">yitzy299@noreply.github.com</a></p> Genau6502