Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes 1 #24

Merged
merged 7 commits into from
Aug 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions EXAMPLE.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,26 @@ PREFIX=#
# message that the bot sends in chat when it successfully connects
CONNECT_MSG=Successfully connected to NIBOR! peepoHappy

# choose what happens when viewers use 'protect'
PROTECT_SACRIFICE=t
SACRIFICE_DURATION=300

# enable or disable commands (t = on, f = off)
DISABLED_MSG=t
protect=t
rjto=t
superjump=t
superboosted=t
noboosteds=t
fastjak=t
slowjak=t
slippery=t
pacifist=t
trip=t
shortfall=t
ghostjak=t
getoff=t
unzoom=t
flutspeed=t
freecam=t
enemyspeed=t
Expand All @@ -38,6 +45,7 @@ topoint=f
randompoint=t
tp=t
shift=t
rocketman=t
movetojak=t
ouch=t
burn=t
Expand All @@ -47,6 +55,7 @@ endlessfall=t
iframes=t
invertcam=t
normalcam=t
stickycam=t
deload=t
quickcam=t
dark=t
Expand All @@ -73,16 +82,19 @@ actorsoff=t

# command cooldowns (seconds)
COOLDOWN_MSG=t
protect_cd=600
rjto_cd=20
superjump_cd=30
superboosted_cd=30
noboosteds_cd=180
fastjak_cd=120
slowjak_cd=240
slippery_cd=240
pacifist_cd=240
trip_cd=25
shortfall_cd=300
getoff_cd=60
getoff_cd=210
unzoom_cd=60
flutspeed_cd=15
freecam_cd=300
enemyspeed_cd=5
Expand All @@ -91,14 +103,16 @@ eco_cd=20
sucksuck_cd=30
noeco_cd=160
die_cd=300 # shares cooldown with 'melt' and 'endlessfall'
topoint_cd=600 # shares cooldown with 'randompoint'
topoint_cd=900 # shares cooldown with 'randompoint'
tp_cd=300 # shares cooldown with 'shift'
rocketman_cd=360
movetojak_cd=60
ouch_cd=180 # shares cooldown with 'burn'
hp_cd=45
iframes_cd=60
invertcam_cd=240
normalcam_cd=10
stickycam_cd=480
deload_cd=360 # shares cooldown with 'ghostjak'
quickcam_cd=25
dark_cd=420
Expand All @@ -107,7 +121,7 @@ smallnet_cd=25
widefish_cd=30
lowpoly_cd=30
color_cd=210
scale_cd=270 #shares cooldown with 'bigjak', 'smalljak', 'widejak', and 'flatjak'
scale_cd=270 # shares cooldown with 'bigjak', 'smalljak', 'widejak', and 'flatjak'
moveplantboss_cd=300
moveplantboss2_cd=5
basincell_cd=2
Expand All @@ -116,23 +130,26 @@ repl_cd=0

# command durations (seconds)
ACTIVATE_MSG=t
protect_dur=60
superjump_dur=60
superboosted_dur=180
noboosteds_dur=180
fastjak_dur=90
slowjak_dur=60
slowjak_dur=45
slippery_dur=75
pacifist_dur=60
shortfall_dur=60
ghostjak_dur=3
freecam_dur=6
noeco_dur=10
rocketman_dur=5
invertcam_dur=150
dark_dur=30
dax_dur=300
smallnet_dur=10
widefish_dur=4
lowpoly_dur=300
color_dur=120
color_dur=90
scale_dur=30
widejak_dur=45
flatjak_dur=45
Expand Down Expand Up @@ -200,6 +217,8 @@ actorson_cd=0
actorson_dur=0
actorsoff_cd=0
actorsoff_dur=0
stickycam_dur=0
unzoom_dur=0
resetcooldowns=t
cd=t
dur=t
Expand Down
Loading