-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.properties
More file actions
19 lines (13 loc) · 947 Bytes
/
Copy pathsettings.properties
File metadata and controls
19 lines (13 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
locale = en
# All options with postfix "InSeconds" mean the duration of phase.
# If you put 0, phase becomes unlimited time.
# CollectorPhaseDurationInSeconds. When the time is up, bot deletes message and stop collecting people for the game.
collectorPhaseDurationInSeconds = 0
# pickingPresidentPhaseDurationInSeconds. When the time is up, bot automatically picks the president like somebody clicked the button.
pickingPresidentPhaseDurationInSeconds = 40
# talkingPhaseDurationInSeconds. When the time is up, bot moves all players to their home-voicechat and starts PickingDecisionPhase.
talkingPhaseDurationInSeconds = 900
# pickingDecisionPhaseInSeconds. When the time is up, bot picks last request for changes (or standard one) and starts meeting phase.
pickingDecisionPhaseInSeconds = 120
# worldMeetingPhaseInSeconds. When the time is up, bot starts talkingPhase and sends users to their voice chats.
worldMeetingPhaseInSeconds = 600