This bot connects to your rcon
on a private server and controls it from Discord.
- https://github.com/chromakode/rconwebui
- https://github.com/greghaynes/rconwebapi
- https://github.com/nibalizer/rcondiscordbot
> %status - get server status
> %workshop <id number> - switch to specified workshop map
> %changelevel <map name> - switch to specified map
> %rcon <arg1> <argN> - raw command interface
> %surf <optional:speed> - run commands to turn on surfing. Speed defaults to 800
- Create and source config file
cp example.env.sh env.sh
vim env.sh
. env.sh
- Install dependencies
npm install
- Run
npm start