https://github.com/PassTheMayo/minecraft-server-util
A Node.js library for Minecraft servers that can retrieve status, query, RCON, and send Votifier votes.
https://github.com/PassTheMayo/minecraft-server-util
bedrock java minecraft ping query rcon status tcp votifier
Last synced: 3 months ago
JSON representation
A Node.js library for Minecraft servers that can retrieve status, query, RCON, and send Votifier votes.
- Host: GitHub
- URL: https://github.com/PassTheMayo/minecraft-server-util
- Owner: PassTheMayo
- License: mit
- Archived: true
- Created: 2019-09-08T05:07:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T01:20:21.000Z (over 2 years ago)
- Last Synced: 2025-06-29T17:50:36.073Z (4 months ago)
- Topics: bedrock, java, minecraft, ping, query, rcon, status, tcp, votifier
- Language: TypeScript
- Homepage: https://passthemayo.gitbook.io/minecraft-server-util/
- Size: 263 KB
- Stars: 144
- Watchers: 4
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minecraft-server-util
[](https://www.npmjs.com/package/minecraft-server-util)

[](https://github.com/PassTheMayo/minecraft-server-util/blob/master/LICENSE)

[](https://github.com/PassTheMayo/minecraft-server-util/issues)A Node.js library for Minecraft servers that can retrieve status, perform queries, and RCON into servers. It uses modern Minecraft protocols to support the latest servers and also includes backward compatibility for older versions. This library supports both Java Edition and Bedrock Edition servers, as long as the correct method is used.
---
**Deprecation Notice**
This library has been deprecated, meaning it is no longer actively maintained. While you can still use it, it is highly recommend that you do not as it may be removed from the npm registry in the far future. I have dedicated my time to an alternative service — [mcstatus.io](https://mcstatus.io) — which is more extensively tested, more stable, and contains more features than this library.
---
If you still wish to use this library, everything you need to know to get started is located within our documentation website: **https://passthemayo.gitbook.io/minecraft-server-util/**