Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.
/ jc3mp-rest-api Public archive

🛰 Package for Just Cause 3 Multiplayer | Provide a REST API with your running server

Notifications You must be signed in to change notification settings

shug0/jc3mp-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just Cause 3 MP - REST API

Provide a REST API with your running server

Setup

Install

Just clone the repository in your packages folder and run npm install in it.

How it's work

When the server load the package it will launch your Express server and provide the rest api on the port 4204.

api/players

/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

About

🛰 Package for Just Cause 3 Multiplayer | Provide a REST API with your running server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published