mineflayer-auto-totem

1.3.0 • Public • Published

What is this?

Its a plugin for mineflayer that can be used to make your bot automatically equip totems

Installation

npm i mineflayer-auto-totem --save

Usage

const mineflayer = require('mineflayer')
const { autototem } = require('mineflayer-auto-totem')

const bot = mineflayer.createBot({
  host: 'localhost', // minecraft server ip
  username: 'bot1', // minecraft username
})

bot.loadPlugin(autototem)

bot.on("physicsTick", async () => {
    bot.autototem.equip()
})

usagegif

Readme

Keywords

none

Package Sidebar

Install

npm i mineflayer-auto-totem

Weekly Downloads

17

Version

1.3.0

License

ISC

Unpacked Size

3.87 kB

Total Files

3

Last publish

Collaborators

  • labguy94