Facebook
From Cute Gorilla, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 61
  1. # This file is a minimal version of the default config file.
  2. # This is NOT supposed to be enough for a fully running server.
  3. # Please read the fivem documentation:
  4. #   https://docs.fivem.net/docs/server-manual/server-commands/
  5. #   https://docs.fivem.net/docs/server-manual/setting-up-a-server/
  6.  
  7. ## You CAN edit the following:
  8. endpoint_add_tcp "0.0.0.0:30120"
  9. endpoint_add_udp "0.0.0.0:30120"
  10. sv_maxclients 48
  11. set steam_webApiKey "none"
  12. sets tags "default, deployer"
  13.  
  14. ## You MAY edit the following:
  15. sv_licenseKey "cfxk_SFeRQwtGUZvtv4P1uoGH_1mWlgm"
  16. sv_hostname "Somnium built with CFX Default by Tabarra!"
  17. sets sv_projectName "[CFX Default] Somnium"
  18. sets sv_projectDesc "Recipe for the base resources required to run a minimal FiveM server."
  19. sets locale "root-AQ"
  20.  
  21. ## These resources will start by default.
  22. ensure spawnmanager
  23. ensure sessionmanager
  24. ensure mapmanager
  25. ensure chat
  26. ensure basic-gamemode
  27. ensure hardcap
  28. start rconlog
  29. start cron
  30. start essentialmode
  31. start es_extended
  32. start extendedmode-master
  33. start mysql-async
  34. start esx_skin
  35. start skinchanger
  36. start skinchanger-master
  37.  
  38. start esx_adminplus
  39. start els-plus
  40. start esx_vehicleshop
  41. start esx-ambulancejob
  42. start esx_addonaccount
  43. start esx_society
  44. start esx_policejob
  45. start esx-kr-advanced-shops
  46. start esx_taxijob
  47. start esx_rpchat
  48. start vMenu
  49. start async
  50.  
  51.  
  52. start esx_society
  53. start esx_billing
  54. start point finger
  55. start rs9000
  56. start cityhall
  57. start nui_doorlock
  58. start esx_checkin
  59. start esx_communityservice
  60. start esx-legacy
  61. start gabz_pillbox
  62.  
  63. setr ea_LanguageName "en"                # set our language to english
  64. setr ea_MenuButton "289"                        # set our menu button to F2. default: "289"
  65. set ea_logIdentifier "steam"   
  66.  
  67. ## Add system admins
  68. add_ace group.admin command allow # allow all commands
  69. add_ace group.admin command.quit deny # but don't allow quit
  70. add_principal identifier.fivem:1597572 group.admin #Max123456789
  71.