Skip to content

Commit

Permalink
Updated to 1.2 & 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasCapo authored Mar 24, 2020
1 parent c63fafa commit 372ae3a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions LightsPlugin/Example/7777-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ lights_command: lights
lights_alias: ls
lights_true_arguments: true,t,yes,y

#The following variable isn't available yet, just in case:
lights_debug: false

lights_announce: true
lights_announce_duration: 10
lights_announce_text: <color=aqua>Lights have been turned off by %player for %ss! SpooOOOººOoooky!</color>

lights_message_access_denied: <color=red>Access denied.</color>
lights_message_help: <color=red>Command usage: " </color><color=yellow>%cmd <seconds> </color><color=#ab0be6>[true/yes] </color><color=red>"</color>
#Leaving this here, but the following variable shouldn't be needed as of 1.3
lights_message_help2: <color=red><> is necessary -- [] is optional</color>
lights_message_not_recognized: <color=red>Argument "%arg" can't be recognized, using default value</color>
lights_message_success: <color=#13c706>Lights have been turned off for:<b> %ss </b>(HCZ Only? : <b>%value</b>)</color>
Expand All @@ -18,3 +22,24 @@ lights_cassie_makenoise: false
# Check this guide: https://steamcommunity.com/sharedfiles/filedetails/?id=1577299753
lights_cassie_announcement_hcz: heavy containment zone generator .g3 malfunction detected .g4 .g3 .g3 .g4
lights_cassie_announcement_both: generator .g3 malfunction detected .g4 .g3 .g3 .g4

lights_startblackout_toggle: false
lights_startblackout_delay_max: 60
lights_startblackout_delay_min: 50
lights_startblackout_duration_max: 15
lights_startblackout_duration_min: 10

lights_multipleblackout_toggle: false
lights_multipleblackout_timebetween_min: 20
lights_multipleblackout_timebetween_max: 35
lights_multipleblackout_duration_max: 25
lights_multipleblackout_duration_min: 21

lights_multipleblackout_maxamount: 2
lights_cassie_announcement_auto: generator .g3 automatic reactivation started .g3 .g4
lights_cassie_announceauto: true





0 comments on commit 372ae3a

Please sign in to comment.