Provide a REST API with your running server
Just clone the repository in your packages
folder and run npm install
in it.
When the server load the package it will launch your Express server and provide the rest api on the port 4204
.
/players
Return a array of connected Players on the server. The players came from the jcmp global object.
/players/:steamId
Return a connected Player by his steamId
/players/:steamId/kick
Kick the connected Player by his steamId