Enabling automatic fires

Automatic Fires are disabled by default however enabling them is simply. Navigate to the config.lua file and the automaticFires = { section.

automaticFires = {
        enabled = false,
        toggledOnInitially = true,

To enable automatic fires simply set enabled to true. If you still want to use automatic fires in your server but do not want to have them on by default, you can set toggledOnInitially to false.

If you have automatic fires enabled but toggled off initially, you should ensure you have the toggle automatic fires command enabled further on in the automatic fires configuration section, looking like this: toggleAutomaticFiresCommand = {.

Last updated