mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 22:01:29 +00:00
61 lines
3.0 KiB
INI
61 lines
3.0 KiB
INI
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
# #
|
|
# ███████╗███████╗██╗ ██╗ ██╗ ███████╗ ██████╗ █████╗ ██████╗██╗ ██╗ #
|
|
# ██╔════╝██╔════╝╚██╗██╔╝ ██║ ██╔════╝██╔════╝ ██╔══██╗██╔════╝╚██╗ ██╔╝ #
|
|
# █████╗ ███████╗ ╚███╔╝ ██║ █████╗ ██║ ███╗███████║██║ ╚████╔╝ #
|
|
# ██╔══╝ ╚════██║ ██╔██╗ ██║ ██╔══╝ ██║ ██║██╔══██║██║ ╚██╔╝ #
|
|
# ███████╗███████║██╔╝ ██╗ ███████╗███████╗╚██████╔╝██║ ██║╚██████╗ ██║ #
|
|
# ╚══════╝╚══════╝╚═╝ ╚═╝ ╚══════╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ #
|
|
# Discord: https://discord.gg/kwYdXC4wzb #
|
|
# Documentation: https://docs.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 "ESX Legacy"
|
|
sets sv_projectDesc ""
|
|
sets locale "en-GB"
|
|
sets tags "default, esx, legacy, Roleplay"
|
|
sv_scriptHookAllowed 0
|
|
|
|
set onesync legacy # Infinity is not recommended for ESX
|
|
set mysql_connection_string "mysql://user:password@localhost/es_extended?waitForConnections=true&charset=utf8mb4"
|
|
set mysql_ui true
|
|
|
|
## These resources will start by default.
|
|
ensure chat
|
|
ensure spawnmanager
|
|
ensure sessionmanager
|
|
ensure hardcap
|
|
|
|
## Add system admins
|
|
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 chat-theme-gtao # Cool Chat theme
|
|
ensure oxmysql
|
|
|
|
## ESX Legacy
|
|
ensure es_extended
|
|
ensure [esx]
|
|
|
|
## ESX Addons
|
|
ensure [esx_addons]
|
|
stop basic-gamemode #remove this if you dont want to use multicharacter
|