UNPKG

mineflayer

Version:

create minecraft bots with a stable, high level API

4 lines (3 loc) 98 B
module.exports = (bot, { version }) => { bot.once('spawn', () => console.log('hello world!')) }