Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. exec permissions.cfg
  2. # You probably don't want to change these!
  3. # Only change them if you're using a server with multiple network interfaces.
  4. endpoint_add_tcp "0.0.0.0:30120"
  5. endpoint_add_udp "0.0.0.0:30120"
  6.  
  7. set es_enableCustomData 1
  8. set mysql_connection_string "server=localhost;database=essentialmode;userid=root;"
  9.  
  10. # These resources will start by default.
  11. start mapmanager
  12. start chat
  13. start spawnmanager
  14. start sessionmanager
  15. start fivem
  16. start hardcap
  17. start rconlog
  18. start vMenu
  19.  
  20. start mysql-async
  21. start essentialmode
  22. start esplugin_mysql
  23. start es_admin2
  24. start es_extended
  25.  
  26. start cron
  27. start esx_billing
  28. start esx_society
  29. start esx_datastore
  30. start esx_license
  31. start esx_skin
  32. start esx_addonaccount
  33. start esx_addoninventory
  34. start esx_policejob
  35. start esx_menu_default
  36. start esx_menu_dialog
  37. start esx_menu_list
  38. start esx_CivAutoRepair
  39. start esx_hide_hud
  40. start esx_vehicleshop
  41.  
  42. start fax-aop
  43. start scoreboard
  44. start playernames
  45. start speedlimit
  46. start firescript
  47. start frfuel
  48. #start rolesFX
  49. start servercommands
  50. start DiscordBot
  51. start z-speedometer-master
  52. start carhud
  53. start CruiseControl
  54. start GunDelObj
  55. start blips
  56. start SeatShuffle
  57. start skinchanger
  58. #start jsfour-criminalrecord
  59. start Jailer
  60. start ghmattimysql
  61. start police
  62. start kr_functions
  63. start kr_toolkit
  64. start RealisticVehicleFailure
  65. start streetLabel
  66. start cooldown
  67. start disabledispatch
  68. #start ELS-FiveM
  69. start ArrestAnims
  70. start handsup
  71. start Emergency_Vehicles
  72. start handling_mod
  73. start esx_whitelist
  74. start RPDeath
  75. start eas-fivem
  76. start map
  77. start TrafficAlert
  78. start commands
  79.  
  80.  
  81.  
  82.  
  83.  
  84. # This allows players to use scripthook based plugins such as lambda menu.
  85. # Set this to 0 to disallow scripthook.
  86. sv_scriptHookAllowed 0
  87.  
  88. # Uncomment this to enable RCON. Make sure to change the password.
  89. rcon_password peanutbutter
  90.  
  91. # A comma-separated list of tags for your server.
  92. # For example:
  93. # - sets tags "drifting, cars, racing"
  94. # Or:
  95. # - sets tags "roleplay, military, tanks"
  96. sets tags "Roleplay"
  97.  
  98. # Set an optional server info and connecting banner image url.
  99. # Size doesn't matter, any banner sized image will be fine.
  100. #sets banner_detail "http://url.to/image.png"
  101. #sets banner_connecting "http://url.to/image.png"
  102.  
  103. # Set your server's hostname
  104. sv_hostname "AUS Whitelisted [SERIOUS RP ONLY]"
  105.  
  106. # Nested configs!
  107. #exec server_internal.cfg
  108.  
  109. # Loading a server icon (96x96 PNG file)
  110. #load_server_icon myLogo.png
  111.  
  112. # convars which can be used in scripts
  113. set temp_convar "hey world!"
  114.  
  115. # Uncomment this line if you do not want your server to be listed in the server browser.
  116. #sv_master1 ""
  117.  
  118. # Want to only allow players authenticated with a third-party provider like Steam?
  119. # Don't forget Social Club is a third party provider too!
  120. #sv_authMaxVariance 1
  121. #sv_authMinTrust 5
  122.  
  123. # Add system admins
  124. add_ace group.admin command allow # allow all commands
  125. add_ace group.admin command.quit deny # but don't allow quit
  126. add_principal identifier.STEAM_0:0:174471711 group.admin # add the admin to the group
  127. add_principal identifier.STEAM:110000114CC743E group.admin # add the admin to the group
  128. add_principal identifier.STEAM_0:0:40291556 group.admin # add the admin to the group
  129. add_principal identifier.STEAM:110000104CD99C8 group.admin # add the admin to the group
  130. add_principal identifier.steam:110000114CC743E group.admin # add the admin to the group
  131. add_principal identifier.steam:110000104CD99C8 group.admin # add the admin to the group
  132.  
  133.  
  134. add_ace Fax.AOP faxes.aopcmds allow
  135. add_principal identifier.steam:110000114cc743e Fax.AOP
  136. add_ace Fax.AOP faxes.aopcmds allow
  137. add_principal identifier.steam:110000104cd99c8 Fax.AOP
  138. add_ace Fax.AOP faxes.aopcmds allow
  139. add_principal identifier.steam:110000105F489BD Fax.AOP
  140.  
  141.  
  142. # Hide player endpoints in external log output.
  143. sv_endpointprivacy true
  144.  
  145. # Server player slot limit (must be between 1 and 32)
  146. sv_maxclients 32
  147.  
  148. # License key for your server (https://keymaster.fivem.net)
  149. sv_licenseKey 9snwr76ge8nfib5869h59wbc2q51f6md
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement