Configuration

This page explains all the configurable options available in the config.lua file.

config.lua
Config = {
    itemName = "animal_tracker",
    CommandName = "hafo"
}

Item Name

Config.itemName = "animal_tracker"
  • The item name for tracking collar.


Zones

Config.CommandName = "hafo"
  • Command to open the UI for tracking.

Last updated