Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sv_licenseKey "X"
- # Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
- endpoint_add_tcp “127.0.0.1:30120”
- endpoint_add_udp “127.0.0.1:30120”
- set mysql_connection_string "server=127.0.0.1;uid=root;password=;database=essentialmode"
- set es_enableCustomData 1
- ### MYSQL ASYNC ###
- ensure mysql-async
- ### ESSENTIAL MODS ###
- ensure essentialmode
- ensure es_plugin_mysql
- ensure es_extended
- start es_admin2
- ### Another scripts ####
- start cron
- start qalle_coords
- start trew_hud_ui
- start esx_addonaccount
- start esx_addoninventory
- start esx_alpr
- start esx_barbershop
- start esx_basicneeds
- start esx_billing
- start esx_blackmoney
- start esx_criminalrecords
- start esx_cruisecontrol
- start esx_custom_tattos
- start esx_datastore
- start esx_dmvschool
- start esx_hospital
- start esx_hunting
- start esx_identity
- start esx_jb_realtimejailer
- start esx_joblisting
- start esx_jobs
- start esx_ktackle
- start esx_lapdance
- start esx_legacyfuel
- start esx_license
- start esx_lscustom
- start esx_map
- start esx_menu_default
- start esx_menu_dialog
- start esx_menu_list
- start esx_migrate
- start esx_optionalneeds
- start esx_panicbutton
- start esx_policejob
- start esx_property
- start esx_rpchat
- start esx_selldrugs
- start esx_service
- start esx_shops
- start esx_skin
- start esx_society
- start esx_status
- start esx_tattoos
- start esx_teleports
- start esx_vehicleshop
- start esx-carrental
- start esx-ecobottles
- start instance
- start new_banking
- start pNotify
- start skinchanger
- start load
- start mapmanager
- start fivem
- start fivem-map-hipster
- start eup-ui
- start arrestanims
- start calmai
- start coordsaver
- start disabledpatch
- start InteractSound
- start interrogator
- start loadipl
- start lesslethal_shotgun
- start lux_vehcontrol
- start NoMoreWeaponsOnNPC
- start realaitraffic
- start SaveWheel
- start Tackle
- start yarn
- start chat
- start rconlog
- start sessionmanager
- start spawnmanager
- start eup-stream
- start NativeUI
- start civ_veh
- start gruppe
- start 2014_CHP_BMW
- start 2014_Dodge_Charger
- start State_CrownVic
- start disc-inventoryhud
- # These resources will start by default.
- # This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
- # Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
- sv_scriptHookAllowed 0
- # Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
- rcon_password "hiddenbcsits"
- # A comma-separated list of tags for your server.
- # For example:
- # - sets tags "drifting, cars, racing"
- # Or:
- # - sets tags "roleplay, military, tanks"
- sets tags "roleplay"
- # A valid locale identifier for your server's primary language.
- # For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
- sets locale "root-AQ"
- # please DO replace root-AQ on the line ABOVE with a real language! :)
- # Set an optional server info and connecting banner image url.
- # Size doesn't matter, any banner sized image will be fine.
- #sets banner_detail "https://url.to/image.png"
- #sets banner_connecting "https://url.to/image.png"
- # Set your server's hostname
- sv_hostname "Balkan - Test!"
- # Nested configs!
- # Loading a server icon (96x96 PNG file)
- #load_server_icon myLogo.png
- # convars which can be used in scripts
- set temp_convar "hey world!"
- # Uncomment this line if you do not want your server to be listed in the server browser.
- # Do not edit it if you *do* want your server listed.
- #sv_master1 ""
- # 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_principal identifier.fivem:1 group.admin # add the admin to the group
- # Hide player endpoints in external log output.
- sv_endpointprivacy true
- # Server player slot limit (must be between 1 and 32, unless using OneSync)
- sv_maxclients 32
- set steam_webApiKey "X"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement