Skip to content

Commit

Permalink
chore: add Minecraft notes (#492)
Browse files Browse the repository at this point in the history
* chore: add Minecraft note about players

* Update CHANGELOG.md
  • Loading branch information
podrivo authored Jan 20, 2024
1 parent c502790 commit cbf66e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down Expand Up @@ -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
---
Expand Down
3 changes: 3 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,9 @@ export const games = {
port: 25565,
protocol: 'minecraft'
},
extra: {
doc_notes: 'minecraft'
},
release_year: 2009
},
mbe: {
Expand Down

0 comments on commit cbf66e1

Please sign in to comment.