Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

kevinvdburgt-archive/minecraft-bot

Repository files navigation

Minecraft Bot

This bot is a helper for ingame task, such as mining.

Setup

Copy the config.example.json to config.json and fill in the config parameters.

Plugins

You can see the plugin in the ./src/plugins folder.

Chat.js

Monitors the ingame chat and reports it to the console.

Info.js

Monitors important events, such as spawning, respawning and reports it to the console.

There are also a few commands to get some information about the bot. To ask about the health of the player, use the command hp (aliases: health or food). To ask about the current location and position of the bot, use the command pos (aliases: position, loc or location)

Sleep.js

Controls the sleep and wake actions of the bot. Uses command sleep to sleep in the nearest bed. And wake (alias wakeup) to wake up.

Come.js

Navigate the bot around.

To let the bot comes to your current location, use the command come. If you want to sent the bot to another player's location use the command come <playername>. Or, if you want to sent the bot to specific location, you can tuse come <x> <y> <z> to move the bot around.

Releases

No releases published

Packages

No packages published