JSPM

@rlqd/minecraft-server-util

5.4.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16
  • Score
    100M100P100Q40579F
  • License MIT

A Node.js library for Minecraft servers that can retrieve status, perform queries, and RCON into servers.

Package Exports

  • @rlqd/minecraft-server-util
  • @rlqd/minecraft-server-util/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rlqd/minecraft-server-util) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

minecraft-server-util

npm install @rlqd/minecraft-server-util

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.

Fork of PassTheMayo/minecraft-server-util (archived).


Everything you need to know to get started is located within our documentation website: https://passthemayo.gitbook.io/minecraft-server-util/ (assuming it's still up)