This bot is a helper for ingame task, such as mining.
Copy the config.example.json
to config.json
and fill in the config parameters.
You can see the plugin in the ./src/plugins folder.
Monitors the ingame chat and reports it to the console.
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
)
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.
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.