mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
update README
This commit is contained in:
parent
bde45a3d33
commit
73e274e5c9
1 changed files with 2 additions and 3 deletions
|
@ -8,10 +8,9 @@ Parse and serialize minecraft packets, plus authentication and encryption.
|
|||
objects.
|
||||
* Send a packet by supplying fields as a JavaScript object.
|
||||
* Supports authenticating and logging in.
|
||||
- Supports encryption enabled
|
||||
- Supports encryption disabled (TODO #2)
|
||||
- Supports encryption
|
||||
- Supports online mode
|
||||
- Supports offline mode (TODO #1)
|
||||
- Supports offline mode
|
||||
* Send keep-alive packet at the correct interval.
|
||||
* Reasonable amount of test coverage (TODO #3)
|
||||
* Optimized for rapidly staying up to date with Minecraft protocol updates.
|
||||
|
|
Loading…
Reference in a new issue