Area of patrol settings

This section is for servers who want to take advantage of our area of patrol settings, enabling them to update the area of patrol live in-game using a command.

To enable area of patrol settings, navigate to the automaticFires section of the config.lua file and then the enableAreaOfPatrolSettings = { section.

enableAreaOfPatrolSettings = {
            enabled = false,
            defaultAreaOfPatrol = "city",

To enable this, simply set enabled to true. You can then set the default area of patrol. This should be a valid category with at least one location in the locations = { section.

Area of Patrol Command

Below this you'll find the configuration section for the area of patrol command. As usual, there is the ability to enable or disable this command, change the command name and set any permissions. You'll find this titled setAreaOfPatrolCommand = {.

Last updated