-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
30 lines (21 loc) · 989 Bytes
/
config.lua
File metadata and controls
30 lines (21 loc) · 989 Bytes
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
Config = Config or {}
Config.Lang = "EE" -- Default: EN [Language option]
Config.Logs = true -- 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 = true --[User playhours ] IDK why is this here
Config.Whitelist = true --[User whitelist check ]
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