PrismarineJS / PrismarineJS/node-minecraft-protocol
Make protocol data autocompletable (and Remove the "hardcoding" of states)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 290
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 7
Description
https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/src/states.js
There is no point in doing that and make stuff less flexible
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading src/states.js and tracing how protocol state data is represented and consumed. Determine which state definitions are hardcoded and what structure would make the protocol data autocompletable. Done means the state data no longer relies on the identified hardcoding and existing protocol behavior remains covered by the repository's tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- networking
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100