mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-02 15:40:18 -04:00
Merge pull request #100 from ryush00/patch-1
Update README for new ping results post-1.7
This commit is contained in:
commit
33e9c39af6
15
README.md
15
README.md
@ -109,6 +109,7 @@ On Windows, first follow the Windows instructions from
|
|||||||
|
|
||||||
`pingResults`:
|
`pingResults`:
|
||||||
|
|
||||||
|
#### Old version
|
||||||
* `prefix`
|
* `prefix`
|
||||||
* `protocol`
|
* `protocol`
|
||||||
* `version`
|
* `version`
|
||||||
@ -116,6 +117,20 @@ On Windows, first follow the Windows instructions from
|
|||||||
* `playerCount`
|
* `playerCount`
|
||||||
* `maxPlayers`
|
* `maxPlayers`
|
||||||
|
|
||||||
|
#### New version
|
||||||
|
* `description`
|
||||||
|
* `players`
|
||||||
|
* `max`
|
||||||
|
* `online`
|
||||||
|
* `sample`
|
||||||
|
* `id`
|
||||||
|
* `name`
|
||||||
|
* `version`
|
||||||
|
* `name`
|
||||||
|
* `protocol`
|
||||||
|
* `favicon`
|
||||||
|
* `latency`
|
||||||
|
|
||||||
### mc.createServer(options)
|
### mc.createServer(options)
|
||||||
|
|
||||||
Returns a `Server` instance and starts listening.
|
Returns a `Server` instance and starts listening.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user