Bot

From kaboom
Revision as of 16:51, 26 March 2025 by 172.20.0.4 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Bot Creation Guide[edit]

You must first choose a programming language. If you already know how to code, you can use that one. If not, python and javascript are the most popular first languages.

Then, you must choose a library. (on kaboom) the most popular ones are minecraft-protocol and MCProtocolLib. (in github) the most popular one is mineflayer, a high-level wrapper of minecraft-protocol.

While most kaboom players opt for minimalistic libraries that give the author a high level of control, for your first bot, it is recommended that you use a higher level library, such as mineflayer.

No matter your choice, you should always: