mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 04:01:24 +00:00
80 lines
1.8 KiB
JSON
80 lines
1.8 KiB
JSON
{
|
|
"MaxPlayers": 32,
|
|
"DefaultSpawn": {"x": -1035.71, "y": -2731.87, "z": 12.86, "h": 0.0},
|
|
"UpdateInterval": 5,
|
|
"StatusInterval": 5000,
|
|
"Money": {
|
|
"MoneTypes": {
|
|
"cash": 500,
|
|
"bank": 5000,
|
|
"crypto": 0
|
|
},
|
|
"DontAllowMinus": {
|
|
"cash": true,
|
|
"bank": false,
|
|
"crypto": true
|
|
},
|
|
"MinusLimit": -5000,
|
|
"PayCheckTimeOut": 10,
|
|
"PayCheckSociety": false
|
|
},
|
|
"Player": {
|
|
"HungerRate": 4.2,
|
|
"ThirstRate": 3.8,
|
|
"Bloodtypes": [
|
|
"A+",
|
|
"A-",
|
|
"B+",
|
|
"B-",
|
|
"AB+",
|
|
"AB-",
|
|
"O+",
|
|
"O-"
|
|
]
|
|
},
|
|
"Server": {
|
|
"Closed": false,
|
|
"ClosedReason": "Server Closed",
|
|
"Uptime": 0,
|
|
"Whitelist": false,
|
|
"WhitelistPermission": "admin",
|
|
"PVP": true,
|
|
"Discord": "",
|
|
"CheckDuplicateLicense": true,
|
|
"Permissions": ["god", "admin", "mod"]
|
|
},
|
|
"Commands": {
|
|
"OOCColor": [ 255, 151, 133 ]
|
|
},
|
|
"NotificationStyling": {
|
|
"group": false,
|
|
"position": "right",
|
|
"progress": true
|
|
},
|
|
"VariantDefinitions": {
|
|
"success": {
|
|
"classes": "success",
|
|
"icon": "check_circle"
|
|
},
|
|
"primary": {
|
|
"classes": "primary",
|
|
"icon": "notifications"
|
|
},
|
|
"warning": {
|
|
"classes": "warning",
|
|
"icon": "warning"
|
|
},
|
|
"error": {
|
|
"classes": "error",
|
|
"icon": "error"
|
|
},
|
|
"police": {
|
|
"classes": "police",
|
|
"icon": "local_police"
|
|
},
|
|
"ambulance": {
|
|
"classes": "ambulance",
|
|
"icon": "fas fa-ambulance"
|
|
}
|
|
}
|
|
} |