Event Settings
All event behavior, limits, earnings, and blip configuration options.
Feature Toggles
| Option | Default | Description |
|---|---|---|
Config.Features.EnableEarnings | true | Enable revenue/earnings system |
Config.Features.EnableReminders | true | Enable event reminder notifications |
Config.Features.EnableWaypoints | true | Enable GPS waypoint setting |
Config.Features.EnableBlips | true | Enable map blips for active events |
Config.Features.RequireApproval | true | Require admin approval for new events |
Config.Features.AllowPaidEvents | true | Allow creators to set entry fees |
Config.Features.MaxEventPrice | 100000 | Maximum entry fee amount |
Config.Features.MaxParticipants | 100 | Maximum participants (0 = unlimited) |
Event Validation
| Option | Default | Description |
|---|---|---|
Config.Features.MinEventNameLength | 3 | Minimum event name characters |
Config.Features.MaxEventNameLength | 100 | Maximum event name characters |
Config.Features.MinDescriptionLength | 10 | Minimum description characters |
Config.Features.MaxDescriptionLength | 2000 | Maximum description characters |
Event Lifecycle
| Option | Default | Description |
|---|---|---|
Config.EventSettings.MaxEventsPerCreator | 10 | Max active/pending events per creator |
Config.EventSettings.EventDurationLimit | 168 | Max event duration in hours (7 days) |
Config.EventSettings.ReminderTime | 60 | Minutes before start to send reminder |
Config.EventSettings.AutoArchiveAfter | 720 | Hours after end to auto-archive (30 days) |
Config.EventSettings.AllowEditing | true | Allow creators to edit pending events |
Config.EventSettings.AllowDeletion | true | Allow creators to delete events |
Earnings
| Option | Default | Description |
|---|---|---|
Config.Earnings.CreatorPercentage | 80 | % of revenue to creator |
Config.Earnings.AdminPercentage | 20 | % of revenue to server |
Config.Earnings.MinWithdrawAmount | 100 | Minimum withdrawal amount |
Config.Earnings.WithdrawCooldown | 3600 | Seconds between withdrawals |
Config.Earnings.AutoPayout | false | Auto pay-out after event ends |
Blip Settings
| Option | Default | Description |
|---|---|---|
Config.BlipSettings.Sprite | 439 | Blip sprite ID |
Config.BlipSettings.Color | 3 | Blip color ID |
Config.BlipSettings.Scale | 0.8 | Blip scale |
Config.BlipSettings.Display | 4 | Blip display mode |
Command & Key Binding
| Option | Default | Description |
|---|---|---|
Config.Command | "events" | Chat command to open UI |
Config.KeyMapping | "F6" | Default key binding |
