Follow the life of the project here, as well as communicate with the community : DISCORD
EN English | RU Русский |
---|
This script is made for learning purposes and does not force you to use its functions for malicious purposes!
❗ You can use the source code in your programs, there are no copyrights, just please provide a link to me ;)
If you find an error, then create Issues!
- ✅ Windows
- ✅ Linux
- ✅ Mac
❗Offer your ideas for improvement in discussions and in pull requests
- Supports Minecraft 1.7.X - 1.20.X
- Java and Bedrock (PE) version support
- Find out the server status
- Query
- Checking the server for operability through the bot
- Rcon
- Optimization
- Adding color to the outputs
- Own API
- Other Minecraft API functions
- Make a library out of a script
- Wiki
npm install minecraft-server-util
npm install readline-sync
npm install mineflayer
var minenet = require('./minenet');
minenet.rcon('HOST', PORT, 'PASSWORD');
// minenet.rcon('localhost', 25575, '123');
[#] Rcon is connected
[>] time set day
[<] Set the time to 1000
[>] exit
[!] Rcon is disconnected
var minenet = require('./minenet');
minenet.rcon('HOST', PORT, 'PASSWORD', 'COMMAND');
var minenet = require('./minenet');
minenet.getstatus('HOST', PORT) // JAVA
var minenet = require('./minenet');
minenet.getpestatus('HOST', PORT) // BEDROCK (PE)
var minenet = require('./minenet');
minenet.getquery('HOST', PORT) // JAVA
var minenet = require('./minenet');
minenet.jointest('HOST', PORT, 'MAIL', 'PASSWORD') // License - JAVA
var minenet = require('./minenet');
minenet.jointestpirat('HOST', PORT, 'BOTNAME') // Pirat - JAVA