-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig-example.yml
39 lines (24 loc) · 927 Bytes
/
config-example.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
39
# IMPORTANT: READ ALL OF THE COMMENTS THEY ARE ALL IMPORTANT
# You can run multiple bots.
# Just make another dash under 'bots:' and go wild
bots:
- # id
id: a_cool_bot
# login
name: your_bot's_name
pass: your_bot's_password
# Server to login to and room to join
server: ws://sim.smogon.com:8000/showdown/websocket
# Room to join after login
room: my_secret_room
# Use triggers at all?
usetriggers: yes
# To get a list of the trigger files already provided, run (windows)
# where /R .\triggers "*_trigger.rb"
triggers:
- triggers/path/to/file_trigger.rb
# Show everything sent from the server in the console
log: no
# autoban configuration
autoban:
storage: local