Skip to content

Update config.lua #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ Config = {}

Config.GrapePickingCooldownTime = 10 -- Time Is In Minutes

Config.Notify = 'qb'
-- 'qb' = QBCore Notifications
-- 'okok' = OkOk Notifications
-- 'mythic' = Mythic Notifications
-- 'chat' = Chat Notifications
Config.Target = 'qb-target'
-- 'qb-target' = QBCore Target
-- 'qtarget' = QTarget by Overextended
Config.DebugPoly = true
Config.DebugPoly = false
-- True = Poly's Enabled
-- False = Poly's Disabled
Config.Blip = true
Expand Down Expand Up @@ -55,7 +60,7 @@ Config.Notifications = {
--Messages
["TaskCancel"] = "You have cancelled the task...",
["PickGrapesNextStepMessage"] = "Begin heading to the back two Doors of the Mansion...",

["Cooldown"] = "Your hands hurt, take some time to rest.",
--OkOk Titles
["okok_VineyardTitle"] = "Juice System Aid",
}
}