The 10th and 11th versions of my Minecraft bot.
Find a file
2024-07-29 18:27:16 -04:00
plugins Seperate stop and restart 2024-07-29 18:20:00 -04:00
util Linux serverinfo bugfix 2024-07-29 15:15:33 -04:00
.gitignore Update example setings [sic] 2024-07-29 01:42:28 -04:00
index.js Rename loadBot to load 2024-07-29 01:35:26 -04:00
launch.cmd Update Windows launcher 2024-07-29 18:23:51 -04:00
launch.sh Update bash launcher 2024-07-29 18:27:16 -04:00
LICENSE h-hewwo chipmunk :333333 2024-07-28 16:30:19 -04:00
package-lock.json Update packages 2024-07-29 03:59:20 -04:00
package.json h-hewwo chipmunk :333333 2024-07-28 16:30:19 -04:00
README.md I made a launcher for Windows on Windows 10 beta 2024-07-29 04:48:18 -04:00
secret_example.json Update settings documentation 2024-07-28 16:44:27 -04:00
settings_example.json Update example setings [sic] 2024-07-29 01:42:28 -04:00
version.json Add source code to about [4] 2024-07-29 01:03:04 -04:00

botvX

What is it?

botvX or UBot is a Minecraft bot 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

What does "botvX" mean?

"botvX" means "bot version 10". The v is used to signify that whatever after it is a version, as was done with previous versions (botv4, botv6, botv8, botv9), and the X is the Roman numeral for 10, since this is the 10th major version.

What does "UBot" mean?

"UBot" just means "UBot", but is based on an older bot name "UnnamedBot". On some older versions, this bot did not have a proper name. "UnnamedBot" was introduced in version 4, which was shortened to just "UBot" around version 8.

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/botvX/.
  3. Extract the files if necessary.
  4. Copy settings_example.json to settings.json , and adjust the settings to fit your needs. Do not forget to also create a secrets file. An example secrets file is provided as secret_example.json. Do not forget, if you use the secrets template, to change the keys (the ones in there are public after all!).
  5. Run ./launch.sh (macOS, Linux, FreeBSD) or ./launch.cmd (Windows) to start a bot launcher, which will reload the bot when the process closes. 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 About the bot
cb <command> Run a command in a command block
cloop add , remove , list, clear Manage command loops
eval <code> Run JavaScript code (must run through console)
help [cmd] Shows command help
logoff Disconnect and reconnect the bot from a server
netmsg <message> Send a message to all servers the bot is connected to
refill Refill core
say <message> Sends a message to chat
serverinfo Get system/bot info, similar to Kaboom's serverinfo command
stop Restart bot
template Used in development, does nothing
verify Check the hashing system