New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fivem-server-stats

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fivem-server-stats

A package to get the stats (like player count) of a fivem server

latest
Source
npmnpm
Version
1.5.0
Version published
Weekly downloads
23
130%
Maintainers
1
Weekly downloads
 
Created
Source

fivem-server-stats

A package to get the stats of a fivem server (like player count)

Examples

1. getPlayerLength()

const fivem = require("fivem-server-stats")
fivem.getPlayerLength('ip:port').then((data) => console.log(data))

2. getPlayers()

const fivem = require("fivem-server-stats")
fivem.getPlayers('ip:port').then((data) => console.log(data))

3. getInfo()

const fivem = require("fivem-server-stats")
fivem.getInfo('ip:port').then((data) => console.log(data))

If you get any errors and need help, contact me on Discord: FC#5104

Keywords

fivem

FAQs

Package last updated on 30 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts