Skip to main content

Introduction

Once you've got your project loaded you can add the Mineflayer package by using

npm i mineflayer

Vanilla Require

You can then load the package into your project using require()

let mineflayer = require('mineflayer');