{ "server": { "id": 1, "host": "xxx.xxx.xxx.xxx", "queryPort": 27165, "rconPort": 21114, "rconPassword": "password", "logReaderMode": "tail", "logDir": "C:/path/to/squad/log/folder", "ftp": { "port": 21, "user": "FTP Username", "password": "FTP Password", "useListForSize": false }, "adminLists": [ { "type": "", "source": "" } ] }, "connectors": { "discord": "Discord Login Token", "squadlayerpool": { "type": "buildPoolFromFilter", "filter": { "whitelistedLayers": null, "blacklistedLayers": null, "whitelistedMaps": null, "blacklistedMaps": null, "whitelistedGamemodes": null, "blacklistedGamemodes": [ "Training" ], "flagCountMin": null, "flagCountMax": null, "hasCommander": null, "hasTanks": null, "hasHelicopters": null }, "activeLayerFilter": { "historyResetTime": 18000000, "layerHistoryTolerance": 8, "mapHistoryTolerance": 4, "gamemodeHistoryTolerance": { "Invasion": 4 }, "gamemodeRepetitiveTolerance": { "Invasion": 4 }, "playerCountComplianceEnabled": true, "factionComplianceEnabled": true, "factionHistoryTolerance": { "RUS": 4 }, "factionRepetitiveTolerance": { "RUS": 4 } } }, "mysql": { "host": "host", "port": 3306, "username": "squadjs", "password": "password", "database": "squadjs", "dialect": "mysql" } }, "plugins": [ { "plugin": "SeedingMode", "enabled": true, "interval": 150000, "seedingThreshold": 50, "seedingMessage": "Seeding Rules Active! Fight only over the middle flags! No FOB Hunting!", "liveEnabled": true, "liveThreshold": 52, "liveMessage": "Live!" }, { "plugin": "DiscordTeamkill", "enabled": true, "discordClient": "discord", "channelID": "", "color": 16761867, "disableSCBL": false }, { "plugin": "AutoTKWarn", "enabled": true, "message": "Please apologise for ALL TKs in ALL chat!" }, { "plugin": "DiscordServerStatus", "enabled": false, "discordClient": "discord", "messageIDs": [], "updateInterval": 60000, "disableStatus": false }, { "plugin": "IntervalledBroadcasts", "enabled": false, "broadcasts": [], "interval": 300000 }, { "plugin": "ChatCommands", "enabled": true, "commands": [ { "command": "squadjs", "type": "warn", "response": "This server is powered by SquadJS.", "ignoreChats": [] } ] }, { "plugin": "SCBLInfo", "enabled": true, "discordClient": "discord", "channelID": "", "threshold": 6 }, { "plugin": "DiscordChat", "enabled": true, "discordClient": "discord", "channelID": "", "chatColors": {}, "color": 16761867, "ignoreChats": [ "ChatSquad" ] }, { "plugin": "DiscordDebug", "enabled": false, "discordClient": "discord", "channelID": "", "events": [] }, { "plugin": "DiscordAdminRequest", "enabled": true, "discordClient": "discord", "channelID": "", "ignoreChats": [], "ignorePhrases": [], "command": "admin", "pingGroups": [], "pingDelay": 60000, "color": 16761867 }, { "plugin": "DiscordAdminBroadcast", "enabled": false, "discordClient": "discord", "channelID": "", "color": 16761867 }, { "plugin": "DiscordAdminCamLogs", "enabled": false, "discordClient": "discord", "channelID": "", "color": 16761867 }, { "plugin": "DiscordRcon", "enabled": false, "discordClient": "discord", "channelID": "", "permissions": {}, "prependAdminNameInBroadcast": false }, { "plugin": "DiscordSubsystemRestarter", "enabled": false, "discordClient": "discord", "role": "" }, { "plugin": "DBLog", "enabled": false, "database": "mysql", "overrideServerID": null }, { "plugin": "DiscordRoundWinner", "enabled": true, "discordClient": "discord", "channelID": "", "color": 16761867 }, { "plugin": "AutoKickUnassigned", "enabled": true, "warningMessage": "Join a squad, you are are unassigned and will be kicked", "kickMessage": "Unassigned - automatically removed", "frequencyOfWarnings": 30, "unassignedTimer": 360, "playerThreshold": 93, "roundStartDelay": 900, "ignoreAdmins": false, "ignoreWhitelist": false }, { "plugin": "TeamRandomizer", "enabled": true, "command": "randomize" } ], "logger": { "verboseness": { "SquadServer": 1, "LogParser": 1, "RCON": 1 }, "colors": { "SquadServer": "yellowBright", "SquadServerFactory": "yellowBright", "LogParser": "blueBright", "RCON": "redBright" } } }