Configuration

How do you like it?

All configuration is done through three files in the config/ folder.


Shared Config

config/shared.lua - Settings used by both client and server.

Debug

debug = {
    showBlips = true, -- Show blips on map for uncollected items
    showOutlines = false, -- Show red outlines on collectable objects
    showHighlight = false, -- Show pulsing highlight effect
    raycastCommand = true, -- Enable /col_coords coordinate finder
},
circle-info

Outlines and highlights are client resource intensive tasks.

Notifications

notify = {
    type = 'ox_lib', -- Notification system to use
    duration = 5000, -- How long notifications display (ms)
},

Text UI

Objects

Targets

Prompts

Sounds

Animations


Client Config

config/client.lua - Client-side settings.

UI

Keybinds


Server Config

config/server.lua - Server-side settings.

Commands

Leaderboard

Items

Security

Logging

Discord webhook logging for various events.

Collectable Sets

See Creating Sets for the full guide on configuring your collectable sets.

Last updated