mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 00:01:22 +00:00
Follow format of config
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ QBConfig.Server.closed = false -- Set server closed (no one can join except peop
|
||||
QBConfig.Server.closedReason = "Server Closed" -- Reason message to display when people can't join the server
|
||||
QBConfig.Server.uptime = 0 -- Time the server has been up.
|
||||
QBConfig.Server.whitelist = false -- Enable or disable whitelist on the server
|
||||
QBConfig.Server.pvp = true
|
||||
QBConfig.Server.pvp = true -- Enable or disable pvp on the server (Ability to shoot other players)
|
||||
QBConfig.Server.discord = "" -- Discord invite link
|
||||
QBConfig.Server.PermissionList = {} -- permission list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user