Launch Configuration

The launch configuration defines the order in which processed are started and if they are started at all.

Launch Options

The launch options contain general settings for the launch order.

"launch_options": {
  "ignore_broken_entries": false
},
Ignore Broken Entries

Defines if entries that are missing from the config, or configured incorrectly should be ignored on startup. If this option is set to false, the bot will notify the user of the broken entry or sometimes crash to prevent further errors.

Section Id's

Main Id
Section Id

main:COMMAND_LISTENER

section:HELP_COMMAND, section:TEMPLATE_COMMAND, section:VERIFY_COMMAND, section:NOTICE_OF_DEPARTURE_COMMAND, section:REGULARS_COMMAND, section:PLAYER_COMMAND, section:SETTINGS_COMMAND, section:APPLICATION_COMMAND

main:STATUS_COMMAND_LISTENER

section:STATUS_COMMAND, section:STATUS_PLAYERLIST_COMMAND, section:STATUS_TEMPLATE_COMMAND

main:BUTTON_LISTENER

section:HELP_BUTTONS, section:TICKET_BUTTONS, section:APPLICATION_BUTTONS, section:VERIFY_BUTTONS, section:NOTICE_OF_DEPARTURE_BUTTONS, section:REGULARS_BUTTONS

main:ENTITY_SELECT_MENU

section:TICKET_ENTITY_SELECT_MENUS

main:MODAL_LISTENER

section:TICKET_MODALS, section:APPLICATION_MODALS, section:NOTICE_OF_DEPARTURE_MODALS

main:STRING_SELECT_LISTENER

section:TICKET_STRING_SELECT_MENUS, section:APPLICATION_STRING_SELECT_MENUS, section:REGULARS_STRING_SELECT_MENU

Last updated