mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -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
|
- Ping a server for status
|
||||||
* Server
|
* Server
|
||||||
- Offline mode
|
- Offline mode
|
||||||
- [TODO](https://github.com/superjoe30/node-minecraft-protocol/issues/13) -
|
- Encryption and online mode
|
||||||
Encryption and online mode
|
|
||||||
- Handshake
|
- Handshake
|
||||||
- Keep-alive checking
|
- Keep-alive checking
|
||||||
- Ping status
|
- Ping status
|
||||||
@ -231,6 +230,12 @@ correct data type.
|
|||||||
|
|
||||||
## History
|
## 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
|
### 0.6.4
|
||||||
|
|
||||||
* Allow minecraft username instead of mojang email. (thanks roblabla)
|
* Allow minecraft username instead of mojang email. (thanks roblabla)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.6.4",
|
"version": "0.6.5",
|
||||||
"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