-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
26 lines (24 loc) · 982 Bytes
/
config.json
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
{
"settings": {
"channel": "Ailakks",
"minimum_amount": 0,
"delay": 5000
},
"keys": [
{ "command": "up", "key": ["up"] },
{ "command": "down", "key": ["f"], "time": 750 },
{ "command": "right", "key": ["f"], "repeat": 5, "delay": 50 },
{ "command": "left", "key": ["q"], "time": 100 },
{ "command": "walk", "key": ["w"], "time": 700 },
{ "command": "right", "key": ["d"], "time": 750 },
{ "command": "left", "key": ["a"], "time": 750 },
{ "command": "back", "key": ["s"], "time": 750 },
{ "command": "stop", "keys": ["w", "a", "s", "d"], "cancel": true }
],
"language": {
"CHANNEL_NAME_PROMPT": "Introduce your Twitch channel here: ",
"ACTION_PERFORM_SINGULAR": "Action '{command}' performed at the request of the chat.",
"ACTION_PERFORM_PLURAL": "Action '{command}' performed {amount} times at the request of the chat.",
"CHAT_STATUS_CONNECTED": "Successfully connected to the '{channel}' channel."
}
}