minecraft-toolbox
v0.1.0
Published
A Node.js library for Minecraft servers that can retrieve status, perform queries, and RCON into servers.
Maintainers
Readme
mc-server-utils
A Node.js library for Minecraft servers that can retrieve status, perform queries, and RCON into servers. It uses modern Minecraft protocols to support the latest servers and also includes backward compatibility for older versions. This library supports both Java Edition and Bedrock Edition servers, as long as the correct method is used.
This is a fork of the depricated minecraft-server-utills package with some changes to keep on working
If you still wish to use this library, everything you need to know to get started is located within our documentation website: https://passthemayo.gitbook.io/minecraft-server-util/
Development
Local usage
To use this package locally in another project build it and add it to an package:
"minecraft-server-utills": "file:../../minecraft-server-utills",
