ECMAScript rewrite of owobot11, a Minecraft bot for the Kaboom server and clones
Find a file
2025-02-21 19:39:10 -05:00
chatParsers Lint again 2024-11-19 20:10:10 -05:00
commands Bugfix 2025-02-21 19:39:10 -05:00
lang License 2025-02-21 18:49:44 -05:00
plugins affwafgeaegwgeaw 2025-02-15 20:48:52 -05:00
util w 2025-02-12 16:04:02 -05:00
.gitignore Add online mode 2025-02-06 00:34:04 -05:00
index.js w 2025-02-12 16:04:02 -05:00
launch.cmd refactor: small cleanups 2024-12-18 15:11:14 -03:00
launch.sh refactor: small cleanups 2024-12-18 15:11:14 -03:00
LICENSE Update copyright year 2024-12-30 19:54:57 -05:00
package-lock.json affwafgeaegwgeaw 2025-02-15 20:48:52 -05:00
package.json Implement core refilling when broken 2025-02-12 23:30:49 -05:00
README.md Upload files to "/" 2025-02-21 16:29:11 -05:00
settings_example.js Bugfix 2025-02-21 19:39:10 -05:00
version.js a 2025-02-21 19:02:31 -05:00

botv12

botv12 is a Minecraft bot originally designed for Kaboom and its clones. It has many of the features that you would expect in a modern Kaboom bot:

  • commands (obviously)
  • a self care system
  • a command core, to run commands quickly
  • a hashing system, to enable trusted users to securely run certain commands in chat

It supports all Minecraft versions from 1.18 to 1.21.3 that are supported by node-minecraft-protocol - newer versions have bugs on Kaboom servers. It may work on other versions, however, support will not be provided for them.

How to install?

  1. Install Node.js for your operating system.
  2. Download the latest release, or alternatively, download the latest development version using git clone https://code.chipmunk.land/7cc5c4f330d47060/botv12.
  3. Extract the files if necessary.
  4. Run npm install in the bot's directory. If it doesn't work, try using the Node.js command prompt, or adding Node.js to your PATH.
  5. Copy the reference configuration (settings_example.js in the root) to settings.js, and adjust the settings to fit your needs. The secrets are also contained in this file as well.
  6. Run ./launch.sh (macOS, Linux, FreeBSD) or ./launch.cmd (Windows). This will start a bot launcher, which will restart the bot when the process closes. Alternatively, you can run node index.js to start the bot only once (it will still rejoin when kicked). If it displays an error saying node is not a command, please make sure Node.js is on your PATH.

License

This project is licensed under the MIT License. Using, modifying, and distributing this code is allowed, even for commercial purposes. If you make any copies of this bot, you MUST link back to this repository. See the License file for the full terms and conditions.