Package Exports
- minecraft-toolbox
- minecraft-toolbox/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (minecraft-toolbox) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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",