47 lines
907 B
Markdown
47 lines
907 B
Markdown
|
---
|
||
|
name: Question
|
||
|
about: Ask a question
|
||
|
title: ''
|
||
|
labels: question
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
- [ ] The [readme](https://github.com/PrismarineJS/prismarine-auth/README.md) doesn't contain a resolution to my issue
|
||
|
- [ ] The [example](https://github.com/PrismarineJS/prismarine-auth/example.js) doesn't contain a resolution to my issue
|
||
|
|
||
|
|
||
|
<!-- To mark the checkbox, insert `x` into it: [x] -->
|
||
|
|
||
|
## Versions
|
||
|
|
||
|
- mineflayer: #.#.#
|
||
|
- server: vanilla/spigot/paper #.#.#
|
||
|
- node: #.#.#
|
||
|
|
||
|
## Clear question
|
||
|
|
||
|
A clear question, 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
|
||
|
|
||
|
Please put here any custom code you tried yet.
|
||
|
|
||
|
```js
|
||
|
|
||
|
/*
|
||
|
Some code here, replace this
|
||
|
*/
|
||
|
|
||
|
```
|
||
|
|
||
|
## Additional context
|
||
|
|
||
|
Add any other context about the problem here.
|