mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 22:01:29 +00:00
60 lines
2.1 KiB
INI
60 lines
2.1 KiB
INI
# # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# ___ _____ __ _ ___ ___ _ _____ __ #
|
|
# | __/ __\ \/ / | | | __/ __| /_\ / __\ \ / / #
|
|
# | _|\__ \> < | |__| _| (_ |/ _ \ (__ \ V / #
|
|
# |___|___/_/\_\ |____|___\___/_/ \_\___| |_| #
|
|
# #
|
|
# Discord: https://discord.gg/esx-framework #
|
|
# Website: https://esx-framework.org/ #
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
|
|
# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
|
|
endpoint_add_tcp "0.0.0.0:30120"
|
|
endpoint_add_udp "0.0.0.0:30120"
|
|
|
|
### Endpoints Privacy ###
|
|
sv_endpointPrivacy true
|
|
|
|
sv_hostname "Unconfigured | ESX Legacy Server"
|
|
set steam_webApiKey ""
|
|
sv_licenseKey ""
|
|
sv_maxclients 10 # Allow access to features usually locked behind a FiveM patreon key
|
|
|
|
sets sv_projectName "Unconfigured | ESX Legacy Server"
|
|
sets sv_projectDesc "The official recipe of the most popular FiveM RP framework, containing Jobs, Housing, Vehicles & more!"
|
|
sets tags "default, esx, esx legacy, legacy, official, roleplay"
|
|
|
|
sv_enforceGameBuild 3095 #mp2023_02 - The Chop Shop
|
|
set resources_useSystemChat true
|
|
|
|
set onesync on # Enable OneSync [REQUIRED FOR LEGACY 1.7.5 +]
|
|
set mysql_connection_string "mysql://user:password@localhost/es_extended?waitForConnections=true&charset=utf8mb4"
|
|
set mysql_ui true
|
|
|
|
## Umcomment to set your own locale,
|
|
## if not, it will use the language you have selected in txAdmin.
|
|
#setr esx:locale "en"
|
|
|
|
## These resources will start by default.
|
|
ensure chat
|
|
ensure spawnmanager
|
|
ensure hardcap
|
|
|
|
## 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
|
|
add_ace resource.es_extended command.add_ace allow
|
|
add_ace resource.es_extended command.add_principal allow
|
|
add_ace resource.es_extended command.remove_principal allow
|
|
add_ace resource.es_extended command.stop allow
|
|
|
|
## Default & Standalone resources
|
|
ensure oxmysql
|
|
|
|
## ESX Legacy
|
|
ensure esx_lib
|
|
ensure es_extended
|
|
ensure [core]
|
|
|