Bot: Difference between revisions

From kaboom
Jump to navigation Jump to search
Created page with "A <strong>Minecraft Bot</strong> is an automated [https://minecraft.wiki/w/Player Player]. In Kaboom, bots usually use [https://minecraft.wiki/w/Chat chat] to receive commands and [https://minecraft.wiki/w/Commands commands] (via Cores) to interact with the server and other players."
 
No edit summary
Line 2: Line 2:


In [[Kaboom (Minecraft Server)|Kaboom]], bots usually use [https://minecraft.wiki/w/Chat chat] to receive commands and [https://minecraft.wiki/w/Commands commands] (via [[Core]]s) to interact with the server and other players.
In [[Kaboom (Minecraft Server)|Kaboom]], bots usually use [https://minecraft.wiki/w/Chat chat] to receive commands and [https://minecraft.wiki/w/Commands commands] (via [[Core]]s) to interact with the server and other players.
There are many libraries for bot creation, the most popular ones (in kaboom) being [https://github.com/GeyserMC/MCProtocolLib MCProtocolLib] and [https://github.com/PrismarineJS/node-minecraft-protocol/tree/master minecraft-protocol].

Revision as of 10:05, 19 March 2025

A Minecraft Bot is an automated Player.

In Kaboom, bots usually use chat to receive commands and commands (via Cores) to interact with the server and other players.

There are many libraries for bot creation, the most popular ones (in kaboom) being MCProtocolLib and minecraft-protocol.