Facebook
From wxsen, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 98
  1. # Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
  2. endpoint_add_tcp "0.0.0.0:30120"
  3. endpoint_add_udp "0.0.0.0:30120"
  4.  
  5. # These resources will start by default.
  6. ensure mapmanager
  7. ensure chat
  8. ensure spawnmanager
  9. ensure sessionmanager
  10. ensure fivem
  11. ensure hardcap
  12. ensure rconlog
  13. ensure scoreboard
  14. ensure 2019 Audi A6 55 TFSI Quattro S-Line
  15. ensure Audi RS7 Sportback
  16. ensure 2017 Aston Martin Vanquish Zagato
  17. ensure BMW M5 F90
  18. ensure 2016 BMW X6M
  19.  
  20. # This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
  21. # Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
  22. sv_scriptHookAllowed 0
  23.  
  24. # Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
  25. #rcon_password "SENSORED"
  26.  
  27. # A comma-separated list of tags for your server.
  28. # For example:
  29. # - sets tags "drifting, cars, racing"
  30. # Or:
  31. # - sets tags "roleplay, military, tanks"
  32. sets tags "default"
  33.  
  34. # A valid locale identifier for your server's primary language.
  35. # For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
  36. sets locale "en-US"
  37. # please DO replace root-AQ on the line ABOVE with a real language! :)
  38.  
  39. # Set an optional server info and connecting banner image url.
  40. # Size doesn't matter, any banner sized image will be fine.
  41. #sets banner_detail "https://url.to/image.png"
  42. #sets banner_connecting "https://url.to/image.png"
  43.  
  44. # Set your server's hostname
  45. sv_hostname "^1SCRP ^9Silver ^1County ^1Roleplay"
  46.  
  47. # Nested configs!
  48. #exec server_internal.cfg
  49.  
  50. # Loading a server icon (96x96 PNG file)
  51. #load_server_icon myLogo.png
  52.  
  53. # convars which can be used in scripts
  54. set temp_convar "hey world!"
  55.  
  56. # Uncomment this line if you do not want your server to be listed in the server browser.
  57. # Do not edit it if you *do* want your server listed.
  58. #sv_master1 ""
  59.  
  60. # Add system admins
  61. add_ace group.admin command allow # allow all commands
  62. add_ace group.admin command.quit deny # but don't allow quit
  63. add_principal identifier.fivem:1 group.admin # add the admin to the group
  64.  
  65. # Hide player endpoints in external log output.
  66. sv_endpointprivacy true
  67.  
  68. # enable OneSync with default configuration (required for server-side state awareness)
  69. onesync_enabled true
  70.  
  71. # Server player slot limit (must be between 1 and 32, unless using OneSync)
  72. sv_maxclients 32
  73.  
  74. # Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
  75. # -> replace "" with the key
  76. set steam_webApiKey "SENSORED"
  77.  
  78. # License key for your server (https://keymaster.fivem.net)
  79. +set sv_licenseKey "sensored"
  80.