mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-16 00:00:39 -04:00
Release 0.6.6
This commit is contained in:
parent
e59ac0f76d
commit
ba29fa59d7
2 changed files with 7 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue