/SquadJS-My-Squad-Stats

This is a SquadJS Plugin that will allow you to send Player Statistic Data to My Squad Stats.

Primary LanguageJavaScript

Backbone SquadJS Plugin for My Squad Stats

GitHub Release GitHub Contributors GitHub Release


GitHub Issues GitHub Pull Requests GitHub Stars Discord



What it do?

  • This sends your Players Statistics, such as Kills, Deaths, Revives, etc. to My Squad Stats so that players can see a better totality of their Stats across multiple Servers.

Pre-requesites

How to install:

  • Add my-squad-stats.js to your ./squad-server/plugins folder.
  • Add to your config.json
    • You WILL need to get your access token from Ignis to fully set the config.json file up.
    • allowInGameStatsCommand will allow or disallow the use of the !mss stats Command in your Server.
    • allowSimpleStatsCommand will allow players to use !stats as well as !mss stats in your Server.
    • usingWhitelister and whitelisterInstructions are only to be used if you are both using JetDave's Whitelister AND have provided an Access Key to MySquadStats so that we can link your linked Whitelister Players.

Releases

Releases will be given a version number with the format v{major}.{minor}.{patch}, e.g. v3.1.4. Changes to {major}/{minor}/{patch} will imply the following:

  • {major} - The release contains a new/updated feature that is (potentially) breaking, e.g. changes to event outputs that may cause custom plugins to break.
  • {minor} - The release contains a new/updated feature.
  • {patch} - The release contains a bug fix.