A JC3MP server package that let you query info about your server.
- Go to your server package folder.
- Do
git clone https://github.com/md678685/justquery.git
. - Go inside the new
justquery
directory and donpm install
oryarn install
. - Edit
config.json
as needed.
Restart your Just Cause 3 MP server or reload the package with restart_package justquery
if your server was already running.
Go to the url http://<server IP>:4204/v0
. The server will return you data in JSON format.
- Express, a web framework for Node.js.
Please submit issues and pull requests on the GitHub repo.
If you want to contribute (feel free, there's a lot I want to add!):
- Fork the repo.
- Make your changes and commit them.
- Submit a PR on the GitHub repo.
If you want to report a bug or suggest a feature, just open a new issue on GitHub.
- zoski, who wrote this README.
Justquery is released under the MIT license.