The 10th and 11th versions of my Minecraft bot.
Find a file
2024-08-28 23:21:05 -04:00
commands Lint 2024-08-25 22:29:39 -04:00
lang Add anti-spam system 2024-08-25 22:13:46 -04:00
plugins Lint 2024-08-25 22:29:39 -04:00
util Lint 2024-08-24 10:15:39 -04:00
.gitignore Add this to gitignore 2024-08-15 12:53:41 -04:00
index.js Lint 2024-08-24 10:15:39 -04:00
launch.cmd 71 unstaged files 2024-08-12 05:13:32 -04:00
launch.sh 71 unstaged files 2024-08-12 05:13:32 -04:00
LICENSE omagad!!!! poco!!!! *POCO ringtone* 2024-07-27 02:39:18 -04:00
package-lock.json Update packages 2024-08-28 23:21:05 -04:00
package.json Restore commit deba1d30c7 2024-08-22 07:34:39 -04:00
README.md Readme fix 2024-08-28 23:08:00 -04:00
secret_example.json 71 unstaged files 2024-08-12 05:13:32 -04:00
settings_example.json Remove settings location from example settings 2024-08-25 21:32:59 -04:00
version.json Add provisional branding which is subject to change 2024-08-28 20:10:52 -04:00

botvX

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 secret_example.json to secret.json, and adjust the settings to fit your needs. Change the example keys in secret.json 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.

Command list

Name Usage Description
about [serverlist | servers | server] About the bot. May also show system information or a list of connected servers.
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
restart Restart bot, closes when launched directly
say <message> Sends a message to chat
settings get, set Set your user preferences
stop Close bot
template Used in development, does nothing
test Debug command for the chat parser
tpr Teleport to a random location
validate Check the hashing system