89 lines
3.6 KiB
Plaintext
89 lines
3.6 KiB
Plaintext
|
|
## You CAN edit the following:
|
||
|
|
endpoint_add_tcp "0.0.0.0:30120"
|
||
|
|
endpoint_add_udp "0.0.0.0:30120"
|
||
|
|
sv_maxclients 48
|
||
|
|
set steam_webApiKey "none"
|
||
|
|
sets tags "default, deployer, qbox"
|
||
|
|
|
||
|
|
## You MAY edit the following:
|
||
|
|
sv_licenseKey "cfxk_1dpnFJLVxfm1CRkj7Fp3t_35Z3DX"
|
||
|
|
sv_hostname "UIRP-5M built with Qbox Project by The Community!"
|
||
|
|
sets sv_projectName "[Qbox Project] UIRP-5M"
|
||
|
|
sets sv_projectDesc "A FiveM core with a load of bloat."
|
||
|
|
sets locale "root-AQ" # replace with your language and location code, like en-US, pt-BR, etc
|
||
|
|
load_server_icon myLogo.png
|
||
|
|
set sv_enforceGameBuild 3258
|
||
|
|
set resources_useSystemChat true
|
||
|
|
set mysql_connection_string "mysql://uirp_hetzner:740921nlnL!@157.90.252.24/uirp-legacy?charset=utf8mb4"
|
||
|
|
|
||
|
|
# Voice config
|
||
|
|
exec voice.cfg
|
||
|
|
|
||
|
|
# Qbox config
|
||
|
|
setr qb_locale "en"
|
||
|
|
setr qbx:enableBridge "true" # When true, enables the qb-core bridge for qbx_core
|
||
|
|
set qbx:enableQueue "true" # When true, enables qbx_core's built-in queue system
|
||
|
|
set qbx:bucketLockdownMode "inactive" # Sets the lockdown mode as inactive read here: https://docs.fivem.net/natives/?_0xA0F2201F
|
||
|
|
set qbx:discordLink "discord.gg/qbox" # Sets the servers discord link
|
||
|
|
set qbx:max_jobs_per_player 1 # Sets the number of jobs per player
|
||
|
|
set qbx:max_gangs_per_player 1 # Sets the number of gangs per player
|
||
|
|
set qbx:setjob_replaces "true" # When true, the SetJob function deletes the previous primary job of the player before setting the new one
|
||
|
|
set qbx:setgang_replaces "true" # When true, the SetGang function deletes the previous primary gang of the player before setting the new one
|
||
|
|
set qbx:cleanPlayerGroups "true" # When true, on server startup, the database will be checked for any groups/grades players have that are not in config files and removes them from the database if so
|
||
|
|
set qbx:allowMethodOverrides "true" # When true, enables the ability of resources to override existing methods in the player object
|
||
|
|
set qbx:disableOverrideWarning "false" # When true, disables warnings from resources overriding existing methods in the player object
|
||
|
|
setr qbx:enableVehiclePersistence "false" # When true, player vehicles marked for persistence will be respawned when deleted
|
||
|
|
set qbx:acknowledge "false" # When true, disables the default service message
|
||
|
|
|
||
|
|
# Message displayed to players in the chat after loading in
|
||
|
|
setr qbx:motd "<p style='padding: 1rem; background-color: rgb(30, 30, 30); border-radius: 1rem; text-align: center;'><span style='color: rgb(40, 200, 40);'>Welcome to Qbox!</span><br>Learn more at <span id='link' style='color: rgb(100, 100, 255);' onclick='window.invokeNative(\"openUrl\", \"https://docs.qbox.re/\")'>docs.qbox.re</span></p><style>span#link:hover { cursor: pointer; }</style>"
|
||
|
|
|
||
|
|
# illenium-appearance locale config
|
||
|
|
setr illenium-appearance:locale "en"
|
||
|
|
|
||
|
|
# Renewed-Weathersync config
|
||
|
|
setr weather_disablecd true
|
||
|
|
|
||
|
|
# Ox resources config
|
||
|
|
exec ox.cfg
|
||
|
|
|
||
|
|
# NPWD config
|
||
|
|
set npwd:framework "qbx"
|
||
|
|
# fill them in if you want extra phone functionality https://projecterror.dev/docs/npwd/start/installation#setting-up-camera-functionality
|
||
|
|
set SCREENSHOT_BASIC_TOKEN ""
|
||
|
|
set NPWD_AUDIO_TOKEN ""
|
||
|
|
|
||
|
|
# loadscreen config
|
||
|
|
setr loadscreen:externalShutdown true
|
||
|
|
set loadscreen:primaryColor "#f1e542"
|
||
|
|
set loadscreen:shadowColor "#1a18077f"
|
||
|
|
|
||
|
|
# These resources will start by default.
|
||
|
|
ensure mapmanager
|
||
|
|
ensure chat
|
||
|
|
ensure spawnmanager
|
||
|
|
ensure sessionmanager
|
||
|
|
stop basic-gamemode
|
||
|
|
ensure hardcap
|
||
|
|
ensure baseevents
|
||
|
|
|
||
|
|
# Qbox & Extra stuff
|
||
|
|
ensure ox_lib
|
||
|
|
ensure qbx_core
|
||
|
|
ensure ox_target
|
||
|
|
ensure [ox]
|
||
|
|
ensure [qbx]
|
||
|
|
ensure [standalone]
|
||
|
|
ensure [voice]
|
||
|
|
|
||
|
|
ensure [npwd-apps]
|
||
|
|
ensure qbx_npwd
|
||
|
|
ensure npwd
|
||
|
|
|
||
|
|
## Permissions ##
|
||
|
|
add_principal identifier.fivem:15385361 group.admin #androxaaa
|
||
|
|
exec permissions.cfg
|
||
|
|
|
||
|
|
## Miscellaneous ##
|
||
|
|
exec misc.cfg
|