-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js.dist
43 lines (43 loc) · 2.02 KB
/
config.js.dist
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
39
40
41
42
43
module.exports = {
'base-url': "", // if ladderbet web interface is running in a subdirectory, set this to the base url. eg "/ladderbet"
'adminUser': '', // the twitch username of the bot administrator, only this user can download score/config files
'twitchkey': '', // the Client ID of your twitch bot app (https://glass.twitch.tv/console/apps)
'twitchoauth': "", // can be obtained here: http://www.twitchapps.com/tmi when logged on with bot account
'botname': '', //the name of your twitch bot account
'defaultConfig': { // the default settings provided to new users
"win-text": "Win",
"loss-text": "Lose",
"open-image": "",
"closed-image": "",
"ended-image": "",
"image-location": "Top",
"points-name": "points",
"betting-open-text": "Betting open! use $playerAVote or $playerBVote to bet! You have 25 free points!",
"betting-closed-text": "Betting Closed! $playerAName: $playerAScore $points, $playerBName: $playerBScore $points",
"betting-ended-text": "Betting Ended! $playerAName: $playerAScore $points, $playerBName: $playerBScore $points",
"delay": "5",
"open-for": "300",
"custom-css": "",
"display-type": "points",
"win-image": "",
"lose-image": "",
"ended-show-time": "0",
"win-command": "!win",
"lose-command": "!lose",
"allow-multiple": "false",
"show-names": "true",
"show-races": "true",
"show-points": "true",
"name-position": "Top",
"game-mode": "streamer",
"win-chat-text": "Victory! Win: $playerAScore $points, Lose: $playerBScore $points",
"lose-chat-text": "Defeat! Win: $playerAScore $points, Lose: $playerBScore $points",
"player-win-chat-text": "$winnerName ($winnerRace) is Victorious! ",
"player-win-text": "$winnerName ($winnerRace) wins!",
"winner-text-position": "Bottom",
"my-name": "",
"playera-name": "",
"playerb-name": "",
"wcs-theme": false
}
};