Now you can configure time when screamers will be sent.
Code (Text):
# locales: ru, en
locale: en
# default - 6% FOR A PLAYER every 20 seconds. more players - more chances to keep balance
# conditions:
# always-if-light-level-equals-or-lower // screamers will always be sent if a player light-level equals or lower the value. must be [0;15]. -1 to disable.
# always-at-time // screamers will always be sent if the world time falls within the specified limits. both limits must be [0;24000]
auto-screamers-sending:
period-in-seconds: 20
chance-percents: 6
conditions:
always-if-light-level-equals-or-lower: 7
always-at-time: "13000-23000"