Testing repo
Find a file
Your Name 6f64c9615f
More music player updates
- Add proper notice for missing files
- Shorten click commands in d"music list
- Remove unused argument in downloadFile
2026-01-03 07:15:14 -05:00
chatParsers Convert commands to use classes 2026-01-02 04:12:25 -05:00
commands More music player updates 2026-01-03 07:15:14 -05:00
lang More music player updates 2026-01-03 07:15:14 -05:00
plugins More music player updates 2026-01-03 07:15:14 -05:00
util More music player updates 2026-01-03 07:15:14 -05:00
.gitignore Add license check from main 2025-12-13 20:52:42 -05:00
eslint.config.mjs Convert commands to use classes 2026-01-02 04:12:25 -05:00
index.ts Convert commands to use classes 2026-01-02 04:12:25 -05:00
launch.cmd 1.21.8 2025-09-08 00:06:26 -04:00
launch.sh Add process.argv parser 2025-11-15 22:50:39 -05:00
LICENSE Change license to AGPL v3 2025-08-23 19:28:19 -04:00
package-lock.json Convert commands to use classes 2026-01-02 04:12:25 -05:00
package.json Convert commands to use classes 2026-01-02 04:12:25 -05:00
README.md Change copyright year to 2026 + some other changes I forgot to commit 2025-12-31 00:18:10 -05:00
settings.d.ts Update music player 2026-01-03 04:54:08 -05:00
settings_example.js Add third hash level 2025-12-31 03:51:55 -05:00
tsconfig.json Port music player 2025-11-29 02:48:43 -05:00
version.ts Convert commands to use classes 2026-01-02 04:12:25 -05:00

botv12

botv12 is a Minecraft bot originally designed for Kaboom and its clones.

It supports all Minecraft server versions from 1.21.1 to 1.21.8 that are supported by node-minecraft-protocol. It is primarily developed using Kaboom or clones, but it should work on other servers with reduced functionality.

How to install?

  1. Install Node.js for your operating system.
  2. Download the latest release, or alternatively, download the latest development version using the latest source archive or running the command git clone https://codeberg.org/7cc5c4f330d47060/botv12 with Git installed.
  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. (Optional) If you plan to use a database with the bot, set dbEnabled in settings.js to true and fill in the appropriate fields. Currently, MySQL and MariaDB are supported, with more to come.
  7. 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 npx tsx index.ts to start the bot only once (it will still rejoin when kicked). If it displays an error saying npx is not a command, please make sure Node.js is on your PATH.

License

Copyright © 2020-2026 7cc5c4f330d47060. This project is free software licensed under the GNU Affero General Public License, version 3 or later. Using, modifying, and distributing this code is allowed, even for commercial purposes. If you make any copies of this software, you must link back to this repository. If you make any changes to the bot, you must make your changes free as well. See the License file for the full terms and conditions.