Add toggles for start, shutdown, player join and quit events.

This commit is contained in:
Logan Gorence
2021-12-23 03:44:07 +00:00
parent 4439fe74a6
commit b8c8097f58
3 changed files with 21 additions and 3 deletions

View File

@ -8,3 +8,9 @@ channel:
# Channel ID, can be copied by turning on Developer Mode in User Settings -> Advanced. The ID can
# then be copied by right-clicking the channel and selecting "Copy ID".
id: 123456789
# Toggles for common events that generate notifications that are sent to the channel.
sendStart: true
sendShutdown: true
sendPlayerJoin: true
sendPlayerQuit: true