-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitch-rcon.toml
42 lines (32 loc) · 1.07 KB
/
twitch-rcon.toml
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
[rcon]
# Settings for the RCON server
host = '127.0.0.1:12345' # IP and port of the RCON server to send commands to
password = 'password' # The password to supply to the server
mode = 'factorio' # The type of server being connected to. May be 'factorio', 'minecraft', or 'source'.
retry = true # Whether to automatically retry any commands that fail to send.
[twitch]
# To get an auth token, visit the following URL:
# https://id.twitch.tv/oauth2/authorize?client_id=lm0k1rk7zowacwnrfmk8c7gxteft9r&redirect_uri=https://barinzaya.github.io/oauth.html&response_type=token&scope=channel:read:redemptions
#
# Paste the token inside of the quotes below
auth-token = ''
[all-redeems]
format = 'json-map'
name = 'Barinzaya'
[[redeems]]
reward = 'Attack (Factorio)'
command = '/Attack'
limit = 12
[[redeems]]
reward = 'Paranoia (Factorio)'
command = '/Paranoia'
limit = 15
radius = 200
[[redeems]]
reward = 'Stinky (Factorio)'
command = '/SpawnPollution'
pollution = 240
[[redeems]]
reward = 'Teleport (Factorio)'
command = '/Teleport'
radius = 100