You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this bot is to inform users of a Discord server in a specific channel about played matches.
4
-
Continuing from its original purpose, it also allows a specific user group to execute "rcon changelevel <map_name>" to change the level on a to be specified retake server.
6
+
Continuing from its original purpose, it also allows a specific user group to execute "rcon changelevel <map_name>" to change the level on a retake server.
5
7
6
8
## Configuration
7
9
8
-
All of these properties are defined in "config.properties".
9
-
These properties are relevant to connect to Discord and to be aware of the permitted user group:
10
-
-`discord.apiToken` - https://discord.com/developers/applications to receive your individual bot token
11
-
-`discord.allowedRoleId` - the ID of a user group to use the command
10
+
All of these properties are defined in "config.properties". Mandatory properties are **bold**.
11
+
12
+
These properties are relevant to connect to Discord and to limit this bot's functionalities by various factors:
13
+
-**`discord.apiToken` - https://discord.com/developers/applications to receive your individual bot token**
14
+
-`discord.allowedRoleId` - the ID of a user group to use commands
15
+
-`discord.thisIsMyHome` - the ID of the server's home base
12
16
13
17
These properties are currently relevant for the CS2 stats feature.
14
-
-`steam.api` - Steam Web API key
15
-
- `` -
16
-
- `` -
17
-
- `` -
18
+
-**`steam.api` - Steam Web API key**
18
19
19
-
The following properties are relevant to connect to the retake server and what maps are allowed to be played:
20
+
The following properties were relevant to connect to the retake server and what maps are allowed to be played:
20
21
-`server.ip` - the IP address of the csgo server
21
22
-`server.port` - the port of the csgo server
22
23
-`server.password` - the RCON password of the csgo server (to define in `server.cfg`)
23
24
-`csgo.maps` - a comma seperated list of allowed maps to switch to (like `de_dust,de_tuscan,...`)
24
25
-`server.delay` - a delay (in seconds) to stop users from spamming a map change.
25
26
26
-
The next properties were relevant for a scratched commendation system. They can be empty as of now:
27
+
The next properties were relevant for a scratched commendation system:
27
28
-`server.ftp.ip` - the IP address to access the server using FTP
28
29
-`server.ftp.port` - the FTP port
29
30
-`server.ftp.user` - the FTP user (access has to be granted outside of this application)
30
31
-`server.ftp.password` - the FTP password
32
+
33
+
The last property is relevant regarding the bot's wow feature:
34
+
-**`db.url` - the URL of a database for the bot to store all submitted wow clips**
35
+
36
+
## Run the bot
37
+
38
+
TO BE DEFINED
39
+
40
+
## F.A.Q.
41
+
42
+
### Can I run the bot myself? Do I have to invite the public instance of the bot to my server??
43
+
You can invite the bot to your server or run it yourself by changing the properties in config.properties and following the tutorial above the F.A.Q. section.
44
+
45
+
### Why doesn't ``/map`` work?
46
+
SourceMod is not compatible with Counter Strike 2.
0 commit comments