Advertisement
gibbs92

my server.cfg

Dec 19th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. set es_enableCustomData 1
  2. set mysql_connection_string "server=mysql-mariadb16-lon-101.zap-hosting.com;database=zap467673-1;userid=zap467673-1;password=zSxkLbHs96AT0oQc"
  3. endpoint_add_tcp "51.89.153.238:61231"
  4. endpoint_add_udp "51.89.153.238:61231"
  5. sv_maxclients 10
  6. # You probably don't want to change these!
  7. # Only change them if you're using a server with multiple network interfaces.
  8.  
  9.  
  10. # These resources will start by default.
  11. start mapmanager
  12. start chat
  13. start spawnmanager
  14. start sessionmanager
  15. start fivem
  16. start hardcap
  17. start bob74_ipl
  18. start trafficadjuster
  19. exec resources/vMenu/config/permissions.cfg
  20. add_ace group.admin "vMenu.Everything" allow
  21. setr vmenu_bans_database_filepath "resources/vMenu/"
  22. start vMenu
  23. start mysql-async
  24. start essentialmode
  25. start esplugin_mysql
  26. start es_admin2
  27. ## From ESX Pack ##
  28. start async
  29. start cron
  30. start es_extended
  31. start instance
  32. start es_camera
  33. start skinchanger
  34. start esx_accessories
  35. start esx_addonaccount
  36. start esx_addoninventory
  37. start esx_society
  38. start esx_phone
  39. start esx_policejob
  40. start esx_ambulancejob
  41. start esx_animations
  42. start esx_atm
  43. start esx_bankerjob
  44. start esx_barbershop
  45. start esx_basicneeds
  46. start esx_billing
  47. start esx_boat
  48. start esx_boilerplate
  49. start esx_clotheshop
  50. start esx_cruisecontrol
  51. start esx_datastore
  52. start esx_dmvschool
  53. start esx_drugs
  54. start esx_garage
  55. start esx_holdup
  56. start esx_identity
  57. start esx_joblisting
  58. start esx_jobs
  59. start esx_license
  60. start esx_lscustom
  61. start esx_mechanicjob
  62. start esx_menu_default
  63. start esx_menu_dialog
  64. start esx_menu_list
  65. start esx_migrate
  66. start esx_optionalneeds
  67. start esx_property
  68. start esx_realestateagentjob
  69. start esx_rpchat
  70. start esx_service
  71. start esx_shops
  72. start esx_sit
  73. start esx_skin
  74. start esx_status
  75. start esx_taxijob
  76. start esx_vehicleshop
  77. start esx_voice
  78. start esx_weaponshop
  79. ## End of ESX Pack ##
  80. start es_ui
  81. add_ace resource.essentialmode command.add_principal allow
  82. add_ace resource.essentialmode command.add_ace allow
  83. start rconlog
  84. start scoreboard
  85.  
  86.  
  87. # This allows players to use scripthook based plugins such as lambda menu.
  88. # Set this to 0 to disallow scripthook.
  89. sv_scriptHookAllowed 0
  90.  
  91. # Uncomment this to enable RCON. Make sure to change the password.
  92. rcon_password
  93.  
  94. # A comma-separated list of tags for your server.
  95. # For example:
  96. # - sets tags "drifting, cars, racing"
  97. # Or:
  98. # - sets tags "roleplay, military, tanks"
  99. sets tags "default"
  100.  
  101. # A valid locale identifier for your server's primary language.
  102. # For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
  103. sets locale "nl-NL"
  104. # please DO replace root-AQ on the line ABOVE with a real language! :)
  105.  
  106. # Set an optional server info and connecting banner image url.
  107. # Size doesn't matter, any banner sized image will be fine.
  108. #sets banner_detail "http://url.to/image.png"
  109. #sets banner_connecting "http://url.to/image.png"
  110.  
  111. # Set your server's hostname
  112. sv_hostname "gibbs testing"
  113.  
  114. # Nested configs!
  115. #exec server_internal.cfg
  116.  
  117. # Loading a server icon (96x96 PNG file)
  118. load_server_icon zap96x96.png
  119.  
  120. # convars which can be used in scripts
  121. set temp_convar "hey world!"
  122.  
  123. # Uncomment this line if you do not want your server to be listed in the server browser.
  124. #sv_master1 ""
  125.  
  126. # Want to only allow players authenticated with a third-party provider like Steam?
  127. # Don't forget Social Club is a third party provider too!
  128. #sv_authMaxVariance 1
  129. #sv_authMinTrust 5
  130.  
  131. # Add system admins
  132. add_ace group.admin command allow # allow all commands
  133. add_ace group.admin command.quit deny # but don't allow quit
  134.  
  135. # Hide player endpoints in external log output.
  136. sv_endpointprivacy true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement