Guide
Setup Instructions
Configuration
Main Configuration
Config = {}
-- Animation settings
Config.Duration = 1000 -- Duration of the spinning animation in milliseconds
-- Framework auto-detection (will be set automatically)
Config.Framework = nil -- 'qb', 'qbx', 'esx', or nil if not detected
-- Mystery box items
Config.Boxes = {
'mystery_box',
'mystery_box_2',
}
-- Logging configuration
Config.Logs = {
Enabled = true,
WebhookURL = "YOUR_DISCORD_WEBHOOK_URL_HERE",
LogColors = {
Open = 3447003, -- Blue
Reward = 5763719, -- Green
Error = 15548997 -- Red
},
}Configuring Box Items
Item Properties
Framework Integration
QBCore/QBX
ESX
Discord Logging
Setting Up Logging
Log Types
Adding New Mystery Boxes
Special Items
Money Rewards
Last updated