Remove Fires Automatically

We've added the ability for you to configure to have automatic fires, explosion fires and manual fires removed after a certain amount of time, including any fires which have spread from the original.

To set this up, head to the removeFiresAutomatically part of the config.lua file:

removeFiresAutomatically = {
        automaticFires = true,
        explosionFires = true,
        manualFires = true,
        timer = 900, -- (seconds) : will lead to the automatic removal of a fire if it is not extinguished already
    },

The timer is in seconds, which is set to 900 by default (15 minutes), however you may want to change this for your server. By default, this is enabled for automatic fires, explosion fires and manual fires.

Last updated