1.0.1 • Published 7 years ago

mc-ping.lesmi v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

mc-ping.js

Minecraft Ping library in Node.js

This library supports the following operations:

  • Unconnected Ping for Bedrock Ed. servers
  • Full stat for Bedrock Ed. servers
  • Query for Java Ed. servers

Usage

All method returns Promise that resolve to result.

Install

npm i mc-ping.lesmi

Unconnected Ping

require("mc-ping.lesmi").bedrock.unconnectedPing('localhost', 19132);

Full stat

require("mc-ping.lesmi").bedrock.fullStat('localhost', 19132);

Query

require("mc-ping.lesmi").javaEd.query('localhost', 25565);