Skip to content

ZSU-GG-Reforger/ReforgerJS-Discord-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReforgerJS-Discord-Stats

Requirements

  • ReforgerJS (1.4.0+)
  • ReforgerJS DBLog Plugin
  • ReforgerJS DBLogStats Plugin

Installation

  • Place the .js plugin file in the ReforgerJS plugins directory: reforger-server/plugins
  • Insert in your ReforgerJS configuration file the plugin configuration, as shown in Example Configuration

Example configuration

  • "channel" This value is the channel/thread ID for the bot to post into
  • "statsTable" This value is the tableName for DBLogStats Plugin
{
    "plugin": "StatsEmbed",
    "enabled": true,
    "channel": "",
    "messageID": "",
    "statsTable": "", 
    "playersTable": "players",
    "interval": 10, 
    "ignoreList": [ "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx" ],
    "embed": {
        "title": "Arma Reforger Stats", 
        "color": "#00FF00",
        "footer": "ReforgerJS",
        "thumbnail": false,
        "thumbnailURL": "https:IMAGE_LINK.png"
    }
}

Example

Example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published