An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# minecraft-server-util

[![npm version](https://img.shields.io/npm/v/minecraft-server-util?label=version)](https://www.npmjs.com/package/minecraft-server-util)
![Version](https://img.shields.io/github/languages/top/PassTheMayo/minecraft-server-util)
[![License](https://img.shields.io/npm/l/minecraft-server-util)](https://github.com/PassTheMayo/minecraft-server-util/blob/master/LICENSE)
![npm weekly downloads](https://img.shields.io/npm/dw/minecraft-server-util)
[![GitHub open issues](https://img.shields.io/github/issues-raw/PassTheMayo/minecraft-server-util)](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/**