UIRP-Legacy/server.cfg

90 lines
2.9 KiB
INI
Raw Normal View History

2025-04-05 21:15:53 +00:00
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
sv_scriptHookAllowed 0
#set rcon_password ""
sets tags "roleplay, bulgaria"
sets locale "bg-BG"
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"
sv_hostname "United Islands DEV"
sets sv_projectName "United Islands"
sets sv_projectDesc "United Islands S4"
sv_enforceGameBuild 3258
load_server_icon icon.png
set temp_convar "hey world!"
sv_master1 ""
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
2025-04-05 22:25:06 +00:00
2025-04-05 21:15:53 +00:00
sv_maxclients 10
set steam_webApiKey ""
sv_licenseKey cfxk_1dpnFJLVxfm1CRkj7Fp3t_35Z3DX
2025-04-07 01:41:12 +00:00
set mysql_connection_string "mysql://uirp_admin:740921nlnL!@157.90.252.24/uirp_legacy?waitForConnections=true&charset=utf8mb4"
2025-04-05 21:15:53 +00:00
set mysql_ui true
# Scripts
#ensure mapmanager
2025-04-07 01:41:12 +00:00
ensure chat_qb
2025-04-05 21:15:53 +00:00
ensure spawnmanager
ensure sessionmanager
#ensure basic-gamemode
2025-04-07 01:41:12 +00:00
#ensure hardcap
ensure connectqueue
2025-04-05 21:15:53 +00:00
ensure rconlog
2025-04-07 01:41:12 +00:00
2025-04-05 21:15:53 +00:00
## Add system admins
add_principal group.admin group.user
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
setr illenium-appearance:locale "en"
2025-04-07 01:41:12 +00:00
setr qb_locale "bg"
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 "true" # When true, disables the default service message
exec ox.cfg
2025-04-05 21:15:53 +00:00
## Default & Standalone resources
ensure chat-theme-gtao # Cool Chat theme
ensure oxmysql
2025-04-07 01:41:12 +00:00
ensure menuv
ensure ox_lib
ensure ox_target
ensure ox_inventory
ensure qbx_core
2025-04-05 21:15:53 +00:00
2025-04-07 01:41:12 +00:00
ensure illenium-appearance
##
ensure [qbx]
2025-04-05 21:15:53 +00:00
ensure [core]
ensure [addons]
ensure [models]