-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.cfg
More file actions
49 lines (41 loc) · 1.23 KB
/
server.cfg
File metadata and controls
49 lines (41 loc) · 1.23 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
38
39
40
41
42
43
44
45
46
47
48
49
{{serverEndpoints}}
sv_maxclients {{maxClients}}
set steam_webApiKey "none"
sets tags "cdev"
## You MAY edit the following:
sv_licenseKey "{{svLicense}}"
sv_hostname "cdev.shop - developing"
sets sv_projectName "cdev.shop - developing"
sets sv_projectDesc "cdev test server"
sets locale "en-US"
load_server_icon cdev.png
sv_enforceGameBuild 3095
set resources_useSystemChat true
set mysql_connection_string "{{dbConnectionString}}"
# QBCore locale config
setr qb_locale "pt-br"
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap
ensure baseevents
# QBCore & Extra stuff
ensure qb-core
ensure [qb]
ensure [standalone]
ensure [voice]
ensure [defaultmaps]
ensure [cdev]
## Permissions ##
add_ace group.admin command allow # allow all commands
{{addPrincipalsMaster}}
# Resources
add_ace resource.qb-core command allow # Allow qb-core to execute commands
# Gods
add_ace qbcore.god command allow # Allow all commands
# Inheritance
add_principal qbcore.god group.admin # Allow gods access to the main admin group used to get all default permissions
add_principal qbcore.god qbcore.admin # Allow gods access to admin commands
add_principal qbcore.admin qbcore.mod # Allow admins access to mod commands