Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Mcpe Ping Demo

node v10.24.1
version: 2.0.0
endpointsharetweet
var mcpePing = require("mcpe-ping-fixed") mcpePing('play.lbsg.net','19132', function(err, res) { if(err) { console.log(err) }else{ console.log(res) } })
Loading…

no comments

    sign in to comment