Config

Here you can find the standard config.lua

Config = {}

-- The Notification Text.
Config.WaypointText = "Waypoint set on %s"
Config.DeleteText = "Waypoint deleted."
Config.NotExistText = "Postal code does not exist."
Config.CommandText = "Set a route to the postal code."

-- Commands.
Config.Command = "postal"
Config.ShortCommand = "pl"

Last updated