dougbot/bridge/lib/prismarine-registry/.github/ISSUE_TEMPLATE/question.md
roberts 8f616598fd Fix chat, brain stability, MariaDB reconnect, suppress warnings
- Listen on raw 'text' packet for Bedrock chat (pattern-based chat event
  doesn't fire reliably on Bedrock)
- Brain: add safety reset for stuck pending_status flag
- MariaDB: add retry-on-disconnect for all query methods
- Suppress harmless punycode deprecation warning from Node.js
- Add mineflayer-bedrock lib packages (mineflayer, prismarine-chunk,
  prismarine-registry) for movement support
- Exclude minecraft-data from git (278MB, installed via npm)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 12:33:17 -05:00

915 B

name about title labels assignees
Question Ask a question question
  • The readme doesn't contain a resolution to my issue
  • The example doesn't contain a resolution to my issue

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.


/*
Some code here, replace this
*/

Additional context

Add any other context about the problem here.