myncraftjs
Version:
Simple minecraft bot package extends from mineflayer
21 lines (14 loc) • 468 B
Markdown
# myncraftjs


## Usage
```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
```
## License
#### [MIT](https://github.com/MynCraft/myncraftjs/blob/main/LICENSE)