Configuration


Config Preview: v1.5

Config = {}

Config.InteractionText = "[E] - Grab" -- Interaction text locale

Config.CollectedMessage = "You grabed: " -- Notification text locale

Config.RespawnTimeMinutes = 0.5 -- Time in minutes for the respawn of all coordinates

Config.DiscordWebhookURL = "" -- Discord webhook

Config.CollectableSpots = {
    {
        coords = vector3(2515.42, 2295.79, 176.55),
        items = {
            {
            name = "moeda_antiga", -- name of the item in db
            prop = "p_coin01x", -- name of the prop that you wish to use | https://rdr2.mooshe.tv/#
            chance = 5 -- chance of item in 100
            },
            { name = "old_ring", prop = "s_inv_ring03x", chance = 35 },
            { name = "rel_bolso", prop = "s_inv_pocketwatch06x", chance = 50 }
        }
    },
}

Last updated