ECMAScript rewrite of owobot11, a Minecraft bot for the Kaboom server and clones
Find a file
2024-11-09 00:50:45 -05:00
chatParsers Bugfxi 2024-10-23 23:07:37 -04:00
commands About command fixe 2024-10-27 01:33:58 -04:00
lang server 2024-10-27 01:57:47 -04:00
plugins Fix bug 2024-11-08 23:17:54 -05:00
util Add chat logging 2024-11-07 01:24:06 -05:00
.gitignore uwu 2024-10-20 14:22:22 -04:00
index.js Yes, this is the same as the character from Celeste 2024-11-09 00:50:45 -05:00
launch.cmd uwu 2024-10-20 14:22:22 -04:00
launch.sh uwu 2024-10-20 14:22:22 -04:00
LICENSE uwu 2024-10-20 14:22:22 -04:00
package-lock.json Update packages 2024-11-07 01:16:42 -05:00
package.json Add nmp to dependencies 2024-10-26 13:46:49 -04:00
README.md Add support for the version 1.21.1 2024-11-03 23:23:41 -05:00
settings_example.json Add example settings 2024-11-03 23:15:55 -05:00
version.json Add commands 2024-10-23 23:35:21 -04: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.13 to 1.21.1 that are supported by node-minecraft-protocol. It may work on other versions, however, support will not be provided for them.

If you are not sure if this code is safe to run, you can read through every line of code. You can also see the commit history by clicking on the (n) commits button, to make sure nobody has added any exploits or introduced vulnerabilities to the code.

If you find any exploits, security issues, etc in the code, please send me an issue or pull request and I will try to respond to it as soon as possible.

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 from the old repository to settings.json, and adjust the settings to fit your needs.
  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.

Command list

Name Usage Description
about [serverlist | servers | server] About the bot. May also show system information or a list of connected servers.
test Debug command for the chat parser