minebots

1.0.0 • Public • Published

minebots is a wrapper made for creating Minecraft bots!

Get started by install this module and the required module:

npm install minebots
npm install minecraft-bots

and here is the code:

const { Bot } = require('minebots');

let bot = new Bot(<any>);

bot.on('login', () => {
  bot.getPacket({
    name: 'chat',
    message: 'I said hello!'
  });
});

Signed,
Gary.

Package Sidebar

Install

npm i minebots

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

3.22 kB

Total Files

3

Last publish

Collaborators

  • garystens_363