
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
minecraft-pe
Advanced tools
A package using minecraftpocket-servers.com API that allow users to easily manage their minecraft bedrock servers.
A package using minecraftpocket-servers.com API that allow users to easily manage their minecraft bedrock servers.
This structure is necessary in order for the package to work.
const Minecraft = require('minecraft-pe');
const server = new Minecraft("YOUR_SERVER_API_KEY");
You can get your
SERVER_API_KEYhere by clicking in the gear button
(You must have registered a minecraft server before btw)
![]()
And It'll be like this
)
server.getInformations().then(data => {
console.log(data);
const id = data.id;
const name = data.name;
const address = data.address;
const port = data.port;
const hostname = data.hostname;
const players = data.players;
const version = data.version;
const url = data.url;
});
⚠ You can't set data from getInformations() function as a super global variable at the moment (Sorry). ⚠
{
id: '111746',
name: 'Exodus',
address: 'play.exodus.ovh.mine.fun',
port: '25565',
private: '1',
password: '0',
location: 'France',
hostname: 'Exodus UHC',
is_online: '1',
players: '3',
maxplayers: '100',
version: '1.17.0',
platform: null,
uptime: '100',
score: '2',
rank: '1004',
votes: '0',
favorited: '0',
comments: '0',
url: 'https://minecraftpocket-servers.com/server/111746/',
last_check: 'July 11th, 2021 04:01 PM EST',
last_online: 'July 11th, 2021 04:01 PM EST'
}
const Minecraft = require('minecraft-pe');
const server = new Minecraft("YOUR_SERVER_API_KEY");
server.getInformations().then(data => console.log(data));
npm install minecraft-pe
1.0.0
Don't forget to Star this open-source repo !
Apache-2.0
FAQs
A package using minecraftpocket-servers.com API that allow users to easily manage their minecraft bedrock servers.
We found that minecraft-pe demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.