lorentedford

server.cfg #2

May 10th, 2019
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. # you probably don't want to change these!
  2. # only change them if you're using a server with multiple network interfaces
  3. endpoint_add_tcp "0.0.0.0:30120"
  4. endpoint_add_udp "0.0.0.0:30120"
  5.  
  6. start mapmanager
  7. start chat
  8. start spawnmanager
  9. start sessionmanager
  10. start fivem
  11. start hardcap
  12. start rconlog
  13. start scoreboard
  14. start playername
  15.  
  16. start disabledispatch
  17.  
  18. start cfix
  19. start cdv
  20. start cdiscord
  21.  
  22. start mellotrainer
  23.  
  24. start sdrifting
  25. start sroles
  26. start ssync
  27. start sblips
  28. start initialdspeedo-fivem-master
  29. start EasyAdmin-4.1
  30.  
  31.  
  32. start bmdrift
  33.  
  34. restart sessionmanager
  35.  
  36. sv_scriptHookAllowed 0
  37.  
  38. # change this
  39. #rcon_password An Rcon password eventially goes here...
  40.  
  41. sv_hostname "Jennagang RP"
  42.  
  43. # nested configs!
  44. #exec server_internal.cfg
  45.  
  46. # loading a server icon (96x96 PNG file)
  47. #load_server_icon myLogo.png
  48.  
  49. # convars for use from script
  50. set temp_convar "hey world!"
  51.  
  52. # disable announcing? clear out the master by uncommenting this
  53. #sv_master1 ""
  54.  
  55. # want to only allow players authenticated with a third-party provider like Steam?
  56. #sv_authMaxVariance 1
  57. #sv_authMinTrust 5
  58.  
  59. # add system admins
  60. add_ace group.admin command allow # allow all commands
  61. add_ace group.admin command.quit deny # but don't allow quit
  62. add_principal identifier.steam:1100001129a7574 group.admin # dat
  63. #add_principal identifier.steam:110000115138d21 group.admin # Zaruto
  64. #add_principal identifier.steam:110000109c15a10 group.admin # Toxic
  65. add_principal identifier.steam:76561198166143459 group.admin #Jenna
  66. add_principal identifier.steam:76561198088500492 group.admin #Loren
  67.  
  68.  
  69.  
  70.  
  71. # remove the # to hide player endpoints in external log output
  72. #sv_endpointprivacy true
  73.  
  74. # server slots limit (must be between 1 and 31)
  75. sv_maxclients 32
  76.  
  77. # license key for server (https://keymaster.fivem.net)
  78. sv_licenseKey license key goes here
Add Comment
Please, Sign In to add comment