README
Gerald
Hello! This is a Minecraft bot created with Mineflayer. It's similar to Helperbot and rbot, and is NOT intended for cheating! Only use it on servers where you have permission to...
Installation
Note! The bot requires a username and password for online-mode=true servers. These can be the credentials of any Minecraft account, but cannot be yours, as you will need to be online to issue the bot commands. This may be changed in future.
To use, you must have Node.js and Git. Well, you don't need Git; you can just click the "Download as ZIP" button somewhere to the right of this text, and extract it.
Run this command in the gerald
directory to install Gerald's dependencies:
npm install
You'll need to set your configuration settings. Rename config.example.json
to
config.json
, and remove all the comments.
To start the bot:
node gerald.js [server (in config.json)] [username|email] [password]
NOTE: To use the https://cleverbot.io/ chat
API, you must create a keys.json
file in this directory, with these contents:
{
"chat": {
"user": "<USER>",
"key": "<KEY>"
}
}
where <USER>
and <KEY>
are your API user and key from https://cleverbot.io/keys.
Usage documentation can be found here.
Updating
git pull