1.0.2 • Published 3 years ago

minecraft-server-api v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Installation

npm install minecraft-server-api

Getting Started

Make sure you have installed the latest stable version of Node.js

Using CommonJS

const status = require('minecraft-server-api')

status('www.example.com', 25565, callback => {
    console.log(callback)
})

If you find a bug or a flaw, then write to me in Discord Alexander39#7172