mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 05:35:56 -04:00
Release 0.6.5
This commit is contained in:
parent
035f69919d
commit
77e84b15fc
@ -16,8 +16,7 @@ Parse and serialize minecraft packets, plus authentication and encryption.
|
||||
- Ping a server for status
|
||||
* Server
|
||||
- Offline mode
|
||||
- [TODO](https://github.com/superjoe30/node-minecraft-protocol/issues/13) -
|
||||
Encryption and online mode
|
||||
- Encryption and online mode
|
||||
- Handshake
|
||||
- Keep-alive checking
|
||||
- Ping status
|
||||
@ -231,6 +230,12 @@ correct data type.
|
||||
|
||||
## History
|
||||
|
||||
### 0.6.5
|
||||
|
||||
* createServer: allow empty options
|
||||
* server: support online mode and encryption (thanks roblabla)
|
||||
* server: send a kick packet when kicking clients. (thanks roblabla)
|
||||
|
||||
### 0.6.4
|
||||
|
||||
* Allow minecraft username instead of mojang email. (thanks roblabla)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user