Update ping result for new version.

This commit is contained in:
ryush00 2014-10-01 14:56:58 +09:00
parent 06ea770355
commit 021cc8d0e6

View File

@ -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.