---
name: Bug report
about: Create a report to help us improve
title: ''
labels: possible bug,Stage1
assignees: ''

---

- [ ] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue 

## Versions
 - mineflayer: #.#.#
 - server: vanilla/spigot/paper #.#.#
 - node: #.#.#

## Detailed description of a problem
A clear and concise description of what the problem is, with as much context as possible.
What are you building? What problem are you trying to solve?

## What did you try yet?

Did you try any method from the API?
Did you try any example? Any error from those?

## Your current code
```js

/*
Some code here, replace this
*/


```

## Expected behavior
A clear and concise description of what you expected to happen.

## Additional context
Add any other context about the problem here.
