minecraft-server-status
v1.0.1
Published
Gives Minecraft Server Status
Downloads
51
Maintainers
Readme
Minecraft Server Status
This package will give infomation about minecraft servers.
Getting Started
To get started install the package
npm install minecraft-server-status
Once you have done this you can move on.
Usage
Here is an example of how to use it
const status = require('minecraft-server-status');
status('play.slimevalley.xyz', 25565, response => {
console.log(response)
})
This package was made with mcapi.us