mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-12-20 12:32:26 -05:00
29 lines
623 B
Markdown
29 lines
623 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: possible bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
[ ] The [FAQ](https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue
|
|
|
|
## Versions
|
|
- minecraft-protocol: #.#.#
|
|
- server: vanilla/spigot/paper #.#.#
|
|
- node: #.#.#
|
|
|
|
## Detailed description of a problem
|
|
A clear and concise description of what the problem is.
|
|
|
|
## Current code
|
|
```js
|
|
|
|
```
|
|
|
|
## Expected behavior
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
## Additional context
|
|
Add any other context about the problem here.
|