J
mcpe-ping
Created Oct 19, 2025
by
falkirks
Categories
Language:
JavaScript
Stars:
19
Forks:
3
README
Pings an MCPE server for simple data.
This is a port of mc-ping for MCPE.
This library was written using code from the DirtServer project.
Install
$ npm install --save mcpe-ping
Usage
var mcpeping = require('mcpe-ping');
mcpeping('example.com', 19132, function(err, res) {
if (err) {
// Some kind of error
console.error(err);
} else {
// Success!
console.log(res);
}
}, 3000);
License
MIT © Falkirks
Last updated: Oct 19, 2025
Publisher info
falkirks
I write beautiful code...sometimes it even compiles. (profile picture by milosh)
@stripe
303
followers
112
following
139
repos