A simple class for selecting a cuboid region in mineflayer.
This plugin is built using Node and can be installed using:
npm install --save mineflayer-cuboid
const Cuboid = require('mineflayer-cuboid');
var v = require('vec3');
let cube = new Cuboid(v(0, 0, 0), v(5, 5, 5));
// Open src/index.js for functions
Read the code, do stuff
This project uses the MIT license.