-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The minecraft-pocket-server-api
Node.js library is a powerful tool for both developers and Minecraft enthusiasts. It provides a simple and efficient way to obtain detailed information about a Minecraft Bedrock Edition server using only its IP address and port. With this library, you can access vital server statistics, player data, and more, making it an essential component for any Minecraft server monitoring or management system.
Server Information: Retrieve essential details about the Minecraft Bedrock server, including its version, serverId, serverName, address, port, privateServer, password, location.
Player Data: Obtain the number of online players and the maximum number of players that the server can accommodate, enabling you to monitor player activity in real-time.
Server Status: Quickly check if the server is online and responsive, helping you ensure the availability of your Minecraft world.
Server Votes: Get a complete list of people who voted for your server.
const API = require('minecraft-pocket-server-api');
const api = new API('your-api-key');
Install with npm
npm install minecraft-pocket-server-api
.getAll(){}
.getAllVotes(){}
.getAllVotesPrevious(){}
.getAllVotesCurrent(){}
.getVotes(){}
.getVotersPrevious(){}
.getVotersCurrent(){}
.getId(){}
.getName(){}
.getAddress(){}
.getPort(){}
.isPrivate(){}
.getPassword(){}
.getLocation(){}
.getHostName(){}
.isOnline(){}
.getPlayers(){}
.getMaxPlayers(){}
.getVersion(){}
.getPlatform(){}
.getUptime(){}
.getScore(){}
.getRank(){}
.getVoteCount(){}
.getFavorited(){}
.getComments(){}