Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 671 Bytes

File metadata and controls

33 lines (19 loc) · 671 Bytes

Minecraft Ping

About

This is a simple node based http web server to get information about minecraft servers.

Installing and running

Execute the server.js file with nodejs.

node server

Usage

Just make a GET request to your host passing the ip and the port to ping.

This example pings Hypixel main server.

http://localhost:3000/?ip=mc.hypixel.net&port=25565

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

See MineStat license, the idea came from there.

The rest, do whatever you want with it.