Skip to content

WinkelB/squad-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squad-bot

Installation

docker run -d --name Squad-Bot --restart always -v "/path/to/local/data:/usr/src/app" -e LANG=C.UTF-8 -w "/usr/src/app/" node:latest node bot.js

Create a ./settings Folder Must contain a ./settings/settings.json With following content: { "discordtoken": "", "discordreportchannelid": "", "discordcontrolchannelid": "", "discordseedingchannelid": "", "discorddebugchannelid": "", "discordserveradminroleid": "", "discorddeveloperuserid": "", "prefix": "!", "serverip": "", "rconport": "", "rconpassword": "", "steamqueryport": "", "discordinvitelink": "", "logolink": "", "servername": "", "servernameshort": "", "battlemetricsid": "", "pingforseed": "", "seedingcommand": , "seedingcommandroles": [ "", "", "", "", "" ], "cafinmapvote": , "automaticmapvote": , "seedingmessage": , "admincall": true, "admincallping": "@here", "debug": false, "nextmapinstate": true }

After getting npm Packages replace node-rcon.js with ./node_modules/node-rcon/node-rcon.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published