botvX mjs
Find a file
2024-08-19 14:39:45 -04:00
commands Bugfiox RC4 2024-08-18 13:23:44 -04:00
lang Seperate kernel version from command.about.serverInfo.os 2024-08-18 13:17:52 -04:00
plugins Port player and chat parsers 2024-08-19 14:39:45 -04:00
util Port player and chat parsers 2024-08-19 14:39:45 -04:00
.gitignore Add this to gitignore 2024-08-15 12:53:41 -04:00
index.js Port player and chat parsers 2024-08-19 14:39:45 -04:00
launch.cmd This better not say 0 commits 2024-08-12 04:33:43 -04:00
launch.sh This better not say 0 commits 2024-08-12 04:33:43 -04:00
LICENSE This better not say 0 commits 2024-08-12 04:33:43 -04:00
package-lock.json Update packages 2024-08-18 03:18:29 -04:00
package.json This branch no longer has a working bot in it 2024-08-19 13:41:35 -04:00
README.md Update the readme 2024-08-19 07:11:30 -04:00
secret_example.json This better not say 0 commits 2024-08-12 04:33:43 -04:00
settings_example.json This better not say 0 commits 2024-08-12 04:33:43 -04:00
version.json Version 11 2024-08-19 13:38:52 -04:00

botvX

What is it?

botvX 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

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. 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 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!).
  6. Run ./launch.sh (macOS, Linux, FreeBSD) or ./launch.cmd (Windows) to start a bot launcher, which will reload 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 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
tpr Teleport to a random location
verify Check the hashing system