1.0.4 • Published 8 years ago

fivereborn-query v1.0.4

Weekly downloads
233
License
ISC
Repository
github
Last release
8 years ago

FiveReborn Server query

Allows you to query FiveReborn servers easily.

Installation:

npm install fivereborn-query

Usage:

const fivereborn = require('fivereborn-query')

fivereborn.query("255.255.255.255", 30120, (err, data) => {
  if (!err) {
    console.log(data)
  } else {
    console.log('Server is offline.')
  }
})

Output:

{ maxclients: 24,
  clients: 0,
  challenge: 'xxx',
  gamename: 'GTA5',
  protocol: 4,
  hostname: 'Test FiveReborn Server',
  gametype: 'Freeroam',
  mapname: 'fivem-map-skater',
  iv: -1688173451 }
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago