Update server.cfg
This commit is contained in:
35
server.cfg
35
server.cfg
@@ -1,15 +1,6 @@
|
|||||||
# ____ ____ _____
|
## CAD SYSTEM
|
||||||
# / __ \| _ \ / ____|
|
set socket_port 30121
|
||||||
# | | | | |_) | | ___ _ __ ___
|
|
||||||
# | | | | _ <| | / _ \| '__/ _ \
|
|
||||||
# | |__| | |_) | |___| (_) | | | __/
|
|
||||||
# \___\_\____/ \_____\___/|_| \___|
|
|
||||||
|
|
||||||
## FiveM Documentation
|
|
||||||
## https://aka.cfx.re/server-commands
|
|
||||||
|
|
||||||
## QBCore Documentation
|
|
||||||
## https://docs.qbcore.org
|
|
||||||
|
|
||||||
## You CAN edit the following:
|
## You CAN edit the following:
|
||||||
endpoint_add_tcp "0.0.0.0:30002"
|
endpoint_add_tcp "0.0.0.0:30002"
|
||||||
@@ -20,12 +11,12 @@ sets tags "default, deployer, qbcore, qb-core"
|
|||||||
|
|
||||||
## You MAY edit the following:
|
## You MAY edit the following:
|
||||||
sv_licenseKey "cfxk_1AMqBQcBKakBjmj8KCaRn_PjSMQ"
|
sv_licenseKey "cfxk_1AMqBQcBKakBjmj8KCaRn_PjSMQ"
|
||||||
sv_hostname "Urban Response built with QBCore Framework by JericoFx & Kakarot & Hamy!"
|
sv_hostname "Rutshire"
|
||||||
sets sv_projectName "[QBCore Framework] Urban Response"
|
sets sv_projectName "Rutshire"
|
||||||
sets sv_projectDesc "An advanced FiveM RP framework including jobs, gangs, housing & more!"
|
sets sv_projectDesc "Rutshire"
|
||||||
sets locale "root-AQ" # replace with your language and location code, like en-US, pt-BR, etc
|
sets locale "root-AQ" # replace with your language and location code, like en-US, pt-BR, etc
|
||||||
load_server_icon myLogo.png
|
load_server_icon myLogo.png
|
||||||
sv_enforceGameBuild 3095 #DLC The Chop Shop
|
sv_enforceGameBuild 3570
|
||||||
set resources_useSystemChat true
|
set resources_useSystemChat true
|
||||||
set mysql_connection_string "mysql://u37_M8o9OimrvP:zvhLdF=6H+uKsN2230pg3!cL@node2.jessopshosting.com/s37_Bob?charset=utf8mb4"
|
set mysql_connection_string "mysql://u37_M8o9OimrvP:zvhLdF=6H+uKsN2230pg3!cL@node2.jessopshosting.com/s37_Bob?charset=utf8mb4"
|
||||||
|
|
||||||
@@ -36,6 +27,7 @@ setr voice_defaultCycle "GRAVE"
|
|||||||
setr voice_defaultVolume 0.3
|
setr voice_defaultVolume 0.3
|
||||||
setr voice_enableRadioAnim 1
|
setr voice_enableRadioAnim 1
|
||||||
setr voice_syncData 1
|
setr voice_syncData 1
|
||||||
|
setr voice_enableUi 0
|
||||||
|
|
||||||
# QBCore locale config
|
# QBCore locale config
|
||||||
setr qb_locale "en"
|
setr qb_locale "en"
|
||||||
@@ -61,17 +53,10 @@ ensure [defaultmaps]
|
|||||||
ensure [rutshire]
|
ensure [rutshire]
|
||||||
|
|
||||||
## Permissions ##
|
## Permissions ##
|
||||||
|
exec resources/[rutshire]/vMenu/config/permissions.cfg
|
||||||
|
|
||||||
add_ace group.admin command allow # allow all commands
|
add_ace group.admin command allow # allow all commands
|
||||||
add_principal identifier.fivem:6670472 group.admin #CharlesClifford
|
add_principal identifier.fivem:6670472 group.admin #CharlesClifford
|
||||||
add_principal identifier.discord:824763928596578304 group.admin #CharlesClifford
|
add_principal identifier.discord:824763928596578304 group.admin #CharlesClifford
|
||||||
|
|
||||||
# Resources
|
add_principal identifier.discord:301799965989011458 group.admin #Kent
|
||||||
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user