-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
37 lines (23 loc) · 1.18 KB
/
config.lua
File metadata and controls
37 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Config = Config or {}
Config.UseMongoDB = false -- Default: false [Uses MongoDB for database storage, requires dependency resource]
Config.Lang = "EE" -- Default: EN [Language option]
Config.Logs = false -- Default: false [Enables logs feature with depedency resource]
-- Core Settings
Config.IdentifierType = 'steam' --[Select identifier type]
Config.ESXCoreName = 'ncfw' --[Select Framework name for ESX]
Config.QBCoreName = 'nc_fw' --[Select Framework name for QBUS]
Config.VORPCoreName = "vorp_core" --[Select Framework name for REDM VORP]
-- Gametype Feature Toggles
Config.RedM = false --[Select GameType for CFX]
Config.Fivem = true
-- Checks
Config.UserCheck = true --[User account creation and data check]
Config.SavePlayersHours = false --[User playhours ] IDK why is this here
Config.Whitelist = false --[User whitelist check ]
Config.Development = true --[Development mode, disables all checks and allows all players to join]
Config.NameCheck = true --[User name check ]
Config.Discord = false --[User discord check ]
Config.Identifier = true --[User license check ]
Config.Ban = true --[User ban check ]
-- Whitelist strings
Config.UCPWebsite = "ucp.com" -- Your FivemServer UCP