mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Release 0.6.6
This commit is contained in:
parent
79e61a4890
commit
3402260b7b
@ -230,11 +230,16 @@ correct data type.
|
|||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
### 0.6.6
|
||||||
|
|
||||||
|
* ping: fix calling callback twice when server sends kick
|
||||||
|
* server: send a kick packet when kicking clients. (thanks roblabla)
|
||||||
|
* ping: include latency property (thanks Jan Buschtöns)
|
||||||
|
|
||||||
### 0.6.5
|
### 0.6.5
|
||||||
|
|
||||||
* createServer: allow empty options
|
* createServer: allow empty options
|
||||||
* server: support online mode and encryption (thanks roblabla)
|
* server: support online mode and encryption (thanks roblabla)
|
||||||
* server: send a kick packet when kicking clients. (thanks roblabla)
|
|
||||||
|
|
||||||
### 0.6.4
|
### 0.6.4
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.6.5",
|
"version": "0.6.6",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user