ranguli / mineflayer-auto-totem

Mineflayer plugin to automatically equip totems from your bots inventory into its off hand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mineflayer-auto-totem

Automatically move totems from your bots inventory into its offhand as they break. This is the same thing as the "Auto Totem" feature in many hacked minecraft clients, but now for your mineflayer bot!

Usage

const mineflayer = require('mineflayer');
const autoTotem = require('mineflayer-auto-armor');

const bot = mineflayer.createBot({...}); // Create your bot here

bot.loadPlugin(autoTotem); // Load the plugin

bot.on('login', () => {
  bot.enableAutoTotem(); // Enable auto totem
});

About

Mineflayer plugin to automatically equip totems from your bots inventory into its off hand


Languages

Language:JavaScript 100.0%