-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
39 lines (32 loc) · 938 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Absolute path to where your files(maps, materials, sound) will go (For CS:GO, /Steam/steamapps/common/Counter-Strike Global Offensive/csgo)
paths:
CS:S: ""
CS:GO: ""
GMod: ""
fastdl_paths:
CS:S: ""
CS:GO: ""
GMod: ""
# Token for the discord bot (Don't share this with anyone.)
# You can follow this guide if you don't know how to get a token (https://www.writebots.com/discord-bot-token/)
token: ""
prefix: '!'
# Whether to check if the mod you are trying to install is supported (1: Enabled, 0: Disabled)
game_check: 1
# Which games to allow downloads for (1: Enabled, 0: Disabled)
# Make sure to put the correct GameBanana game abbreviation if you want to add a custom game
# Note: these are the same abbreviations for the paths up top
games:
CS:S: 1
CS:GO: 0
GMod: 0
ftp:
host: ""
user: ""
pass: ""
#22 for sftp connections, 21 for ftp connections
port: 22
valid_formats:
- tar
- zip
- rar