diff --git a/server.cfg b/server.cfg index c743a1da..79ef9aab 100644 --- a/server.cfg +++ b/server.cfg @@ -16,6 +16,9 @@ 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 "" @@ -30,12 +33,12 @@ 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" - ## These resources will start by default. ensure mapmanager ensure chat ensure spawnmanager ensure sessionmanager +ensure hardcap ## Add system admins add_ace group.admin command allow # allow all commands @@ -46,10 +49,7 @@ add_ace resource.es_extended command.remove_principal allow add_ace resource.es_extended command.stop allow ## Default & Standalone resources -ensure chat ensure chat-theme-gtao # Cool Chat theme -ensure spawnmanager -ensure hardcap ensure oxmysql ## ESX Legacy @@ -58,4 +58,4 @@ ensure [esx] ## ESX Addons ensure [esx_addons] -stop basic-gamemode #remove this if you dont want to use multicharacter \ No newline at end of file +stop basic-gamemode #remove this if you dont want to use multicharacter