Skip to content

Can't initialize the bloodhound plugin properly #8

@cplllvn

Description

@cplllvn

var bloodhoundPlugin = require('mineflayer-bloodhound');

const bot = mineflayer.createBot({
host: process.argv[2],
port: parseInt(process.argv[3]),
username: process.argv[4],
respawn: false
});

bloodhoundPlugin(bot);
if (bot.bloodhound) {
bot.bloodhound.yaw_correlation_enabled = true;
} else {
console.error('Bloodhound plugin did not initialize correctly.');
}

It always returns the error message, I could not find a way to load it properly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions