Simple minecraft bot package extends from mineflayer
npm install myncraftjs``js
import { Client, getExtra, wait } from "myncraftjs";
const client = new Client({
username: "username",
host: "host",
});
//detailed info https://github.com/PrismarineJS/mineflayer/blob/master/docs/api.md#mineflayercreatebotoptions
``
#### MIT