Advertisement
Guest User

server.cfg

a guest
Mar 10th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. sv_licenseKey "X"
  2. # Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
  3. endpoint_add_tcp “127.0.0.1:30120”
  4. endpoint_add_udp “127.0.0.1:30120”
  5.  
  6. set mysql_connection_string "server=127.0.0.1;uid=root;password=;database=essentialmode"
  7. set es_enableCustomData 1
  8.  
  9. ### MYSQL ASYNC ###
  10. ensure mysql-async
  11.  
  12. ### ESSENTIAL MODS ###
  13. ensure essentialmode
  14. ensure es_plugin_mysql
  15. ensure es_extended
  16. start es_admin2
  17.  
  18. ### Another scripts ####
  19. start cron
  20. start qalle_coords
  21. start trew_hud_ui
  22. start esx_addonaccount
  23. start esx_addoninventory
  24. start esx_alpr
  25. start esx_barbershop
  26. start esx_basicneeds
  27. start esx_billing
  28. start esx_blackmoney
  29. start esx_criminalrecords
  30. start esx_cruisecontrol
  31. start esx_custom_tattos
  32. start esx_datastore
  33. start esx_dmvschool
  34. start esx_hospital
  35. start esx_hunting
  36. start esx_identity
  37. start esx_jb_realtimejailer
  38. start esx_joblisting
  39. start esx_jobs
  40. start esx_ktackle
  41. start esx_lapdance
  42. start esx_legacyfuel
  43. start esx_license
  44. start esx_lscustom
  45. start esx_map
  46. start esx_menu_default
  47. start esx_menu_dialog
  48. start esx_menu_list
  49. start esx_migrate
  50. start esx_optionalneeds
  51. start esx_panicbutton
  52. start esx_policejob
  53. start esx_property
  54. start esx_rpchat
  55. start esx_selldrugs
  56. start esx_service
  57. start esx_shops
  58. start esx_skin
  59. start esx_society
  60. start esx_status
  61. start esx_tattoos
  62. start esx_teleports
  63. start esx_vehicleshop
  64. start esx-carrental
  65. start esx-ecobottles
  66. start instance
  67. start new_banking
  68. start pNotify
  69. start skinchanger
  70. start load
  71. start mapmanager
  72. start fivem
  73. start fivem-map-hipster
  74. start eup-ui
  75. start arrestanims
  76. start calmai
  77. start coordsaver
  78. start disabledpatch
  79. start InteractSound
  80. start interrogator
  81. start loadipl
  82. start lesslethal_shotgun
  83. start lux_vehcontrol
  84. start NoMoreWeaponsOnNPC
  85. start realaitraffic
  86. start SaveWheel
  87. start Tackle
  88. start yarn
  89. start chat
  90. start rconlog
  91. start sessionmanager
  92. start spawnmanager
  93. start eup-stream
  94. start NativeUI
  95. start civ_veh
  96. start gruppe
  97. start 2014_CHP_BMW
  98. start 2014_Dodge_Charger
  99. start State_CrownVic
  100. start disc-inventoryhud
  101.  
  102.  
  103. # These resources will start by default.
  104.  
  105.  
  106. # This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
  107. # Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
  108. sv_scriptHookAllowed 0
  109.  
  110. # Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
  111. rcon_password "hiddenbcsits"
  112.  
  113. # A comma-separated list of tags for your server.
  114. # For example:
  115. # - sets tags "drifting, cars, racing"
  116. # Or:
  117. # - sets tags "roleplay, military, tanks"
  118. sets tags "roleplay"
  119.  
  120. # A valid locale identifier for your server's primary language.
  121. # For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
  122. sets locale "root-AQ"
  123. # please DO replace root-AQ on the line ABOVE with a real language! :)
  124.  
  125. # Set an optional server info and connecting banner image url.
  126. # Size doesn't matter, any banner sized image will be fine.
  127. #sets banner_detail "https://url.to/image.png"
  128. #sets banner_connecting "https://url.to/image.png"
  129.  
  130. # Set your server's hostname
  131. sv_hostname "Balkan - Test!"
  132.  
  133. # Nested configs!
  134.  
  135. # Loading a server icon (96x96 PNG file)
  136. #load_server_icon myLogo.png
  137.  
  138. # convars which can be used in scripts
  139. set temp_convar "hey world!"
  140.  
  141. # Uncomment this line if you do not want your server to be listed in the server browser.
  142. # Do not edit it if you *do* want your server listed.
  143. #sv_master1 ""
  144.  
  145. # Add system admins
  146. add_ace group.admin command allow # allow all commands
  147. add_ace group.admin command.quit deny # but don't allow quit
  148. add_principal identifier.fivem:1 group.admin # add the admin to the group
  149.  
  150. # Hide player endpoints in external log output.
  151. sv_endpointprivacy true
  152.  
  153. # Server player slot limit (must be between 1 and 32, unless using OneSync)
  154. sv_maxclients 32
  155. set steam_webApiKey "X"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement