mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
Release 0.7.5
This commit is contained in:
parent
cd7f867d95
commit
5cc7a8fbee
@ -244,6 +244,12 @@ correct data type.
|
|||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
### 0.7.5
|
||||||
|
|
||||||
|
* server: add `onlineModeExceptions`. When server is in:
|
||||||
|
- online mode: these usernames are exempt from online mode.
|
||||||
|
- offline mode: these usernames must authenticate.
|
||||||
|
|
||||||
### 0.7.4
|
### 0.7.4
|
||||||
|
|
||||||
* server: online mode: don't log in client until username verification
|
* server: online mode: don't log in client until username verification
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.7.4",
|
"version": "0.7.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