chore: add Minecraft notes (#492)

* chore: add Minecraft note about players

* Update CHANGELOG.md
This commit is contained in:
Pedro Ivo Hudson 2024-01-20 13:21:53 -03:00 committed by GitHub
parent c502790295
commit cbf66e127c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View File

@ -47,6 +47,7 @@ placeholders in the `players` fields.
* Stabilized field `numplayers`.
* Add note about EOS Protocol not providing players data.
* V Rising (2022) - Updated `options.port_query_offset` to `[1, 15]` (#438).
* Minecraft (2009) - Add note about players data
* BeamMP (2021) - Added support.
* Xonotic (2011) - Added support.
* Call of Duty: Black Ops 3 (2015) - Added support.

View File

@ -171,7 +171,7 @@
| mbe | Minecraft: Bedrock Edition | |
| medievalengineers | Medieval Engineers | [Valve Protocol](#valve) |
| mgm | Mumble - GT Murmur | [Notes](#mumble) |
| minecraft | Minecraft | |
| minecraft | Minecraft | [Notes](#minecraft) |
| mnc | Monday Night Combat | [Valve Protocol](#valve) |
| moh | Medal of Honor | |
| moha | Medal of Honor: Airborne | |
@ -451,6 +451,8 @@ Responses with wrong `name` (gives out a steamid instead of the server name) and
### <a name="conanexiles">Conan Exiles
Conan Exiles never responds to player query.
### <a name="minecraft">Minecraft
Many Minecraft servers do not respond with players data.
Protocols with Additional Notes
---

View File

@ -1517,6 +1517,9 @@ export const games = {
port: 25565,
protocol: 'minecraft'
},
extra: {
doc_notes: 'minecraft'
},
release_year: 2009
},
mbe: {