Advertisement
Seb

fivem config

Seb
Apr 11th, 2020
2,542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. add_principal group.admin group.user
  2. add_ace resource.es_extended command.add_ace allow
  3. add_ace resource.es_extended command.add_principal allow
  4. add_ace resource.es_extended command.remove_principal allow
  5. sets locale en-EN
  6. setr voice_use3dAudio true
  7. setr voice_useSendingRangeOnly true
  8.  
  9. # Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
  10. endpoint_add_tcp "0.0.0.0:30120"
  11. endpoint_add_udp "0.0.0.0:30120"
  12. set mysql_debug 1
  13. set mysql_debug_output "console"
  14. set mysql_slow_query_warning 200
  15. set mysql_connection_string "server=localhost;uid=root;password=###;database=essentialmode"
  16. set mysql_slow_query_warning 200
  17.  
  18. set playernames_svTemplate "[{{id}}] {{firstname}} {{name}}"
  19. set playernames_template "{{serverName}}"
  20.  
  21. # These resources will start by default.
  22. ensure mapmanager
  23. ensure chat
  24. ensure spawnmanager
  25. ensure sessionmanager
  26. ensure fivem
  27. start z-loadscreen
  28. start es_extended
  29. start esx_menu_default
  30. start esx_menu_dialog
  31. start esx_menu_list
  32. start scoreboard
  33. start qalle_coords
  34. start esx_spectate-with_player_control
  35. start freecam
  36. start discord_perms
  37. start discordwhitelist
  38. start NativeUI
  39. start dpemotes
  40. start tab
  41. start execution-noclip
  42. start vMenu
  43. start esx_addoninventory
  44. start bob74_ipl
  45. start save-position
  46. start notraffic
  47. start SmartTrafficLights
  48. start esx_policejob
  49. start esx_billing
  50. start esx_vehicleshop
  51. start esx_license
  52. start CarCommand
  53. start jk_jobs
  54. start esx_lscustom
  55. start mellotrainer
  56.  
  57. #ADDED MODS
  58. start fivem-map-paradiserp
  59. start mysql-async
  60. start async
  61. start cron
  62. start esx_addonaccount
  63. start esx_society
  64. start esx_identity
  65. start skinchanger
  66. start esx_skin
  67. start mumble-voip
  68. start esx_datastore
  69. start esx_service
  70. start SKAdmin
  71.  
  72.  
  73. sv_scriptHookAllowed 0
  74. sets tags "default"
  75. sets locale "th-TH"
  76. sv_hostname "ParadiseCity RP | Francais | Jobs | En Development"
  77.  
  78. # Nested configs!
  79. #exec server_paradise.cfg
  80.  
  81. # Loading a server icon (96x96 PNG file)
  82. #load_server_icon myLogo.png
  83.  
  84. # convars which can be used in scripts
  85. set temp_convar "hey world!"
  86.  
  87. # Uncomment this line if you do not want your server to be listed in the server browser.
  88. # Do not edit it if you *do* want your server listed.
  89. #sv_master1 ""
  90.  
  91. # Add system admins
  92. add_ace group.superadmin command allow # allow all commands
  93. add_ace group.superadmin command.quit deny # but don't allow quit
  94. add_principal identifier.STEAM_0:0:### group.superadmin
  95.  
  96. # Hide player endpoints in external log output.
  97. sv_endpointprivacy true
  98.  
  99. # Server player slot limit (must be between 1 and 32, unless using OneSync)
  100. sv_maxclients 64
  101.  
  102. # Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
  103. # -> replace "" with the key
  104. set steam_webApiKey "###"
  105.  
  106. # License key for your server (https://keymaster.fivem.net)
  107. sv_licenseKey "###"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement