Facebook
From Sloppy Giraffe, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 373
  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. set mysql_connection_string "mysql://root:kCcYeOQlX6Vg@localhost/es_extended?charset=utf8mb4"
  6.  
  7. stop webadmin
  8.  
  9. ensure mapmanager
  10. ensure chat
  11. ensure spawnmanager
  12. ensure sessionmanager
  13. ensure hardcap
  14. ensure rconlog
  15. ensure baseevents
  16.  
  17. ensure mysql-async
  18. ensure cron
  19. ensure skinchanger
  20.  
  21. ensure es_extended
  22.  
  23. # This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
  24. # Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
  25. sv_scriptHookAllowed 0
  26.  
  27. # Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
  28. #rcon_password ""
  29.  
  30. # A comma-separated list of tags for your server.
  31. # For example:
  32. # - sets tags "drifting, cars, racing"
  33. # Or:
  34. # - sets tags "roleplay, military, tanks"
  35. sets tags "default"
  36.  
  37. # A valid locale identifier for your server's primary language.
  38. # For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
  39. sets locale "root-AQ"
  40. # please DO replace root-AQ on the line ABOVE with a real language! :)
  41.  
  42. # Set an optional server info and connecting banner image url.
  43. # Size doesn't matter, any banner sized image will be fine.
  44. #sets banner_detail "https://url.to/image.png"
  45. #sets banner_connecting "https://url.to/image.png"
  46.  
  47. # Set your server's hostname
  48. sv_hostname "Testing, but unconfigured"
  49.  
  50. # Nested configs!
  51. #exec server_internal.cfg
  52.  
  53. # Loading a server icon (96x96 PNG file)
  54. #load_server_icon myLogo.png
  55.  
  56. # convars which can be used in scripts
  57. set temp_convar "hey world!"
  58.  
  59. # Uncomment this line if you do not want your server to be listed in the server browser.
  60. # Do not edit it if you *do* want your server listed.
  61. #sv_master1 ""
  62.  
  63. # Add system admins
  64. add_ace group.admin command allow # allow all commands
  65. add_ace group.admin command.quit deny # but don't allow quit
  66. add_principal identifier.fivem:1 group.admin # add the admin to the group
  67.  
  68. # Hide player endpoints in external log output.
  69. sv_endpointprivacy true
  70.  
  71. # enable OneSync with default configuration (required for server-side state awareness)
  72. onesync_enabled true
  73.  
  74. # Server player slot limit (must be between 1 and 32, unless using OneSync)
  75. sv_maxclients 32
  76.  
  77. # Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
  78. # -> replace "" with the key
  79. set steam_webApiKey "***********************************"
  80.  
  81. # License key for your server (https://keymaster.fivem.net)
  82. sv_licenseKey "***********************************"