Guest User

Untitled

a guest
Jan 11th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 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:30125"
  4. endpoint_add_udp "0.0.0.0:30125"
  5.  
  6. set es_enableCustomData 1
  7. set mysql_connection_string "server=127.0.0.01;database=essentialmode;userid=root;"
  8. set sv_licenseKey "mre4he45wyvubagryg66rul5ljw84m8l"
  9.  
  10. #### FIVEM DEFAULT ####
  11. start mapmanager
  12. start chat
  13. start spawnmanager
  14. #start scoreboard
  15. restart sessionmanager
  16. start fivem
  17. start hardcap
  18. start rconlog
  19.  
  20. #### MYSQL ASYNC
  21. start mysql-async
  22.  
  23. #### ESSENTIAL MODS
  24. start essentialmode
  25. start esplugin_mysql
  26. start es_admin2
  27. start es_extended
  28. start cron
  29.  
  30. #### EKS REQUIRED MODS
  31. start instance
  32. start skinchanger
  33. start esx_skin
  34. start esx_menu_default
  35. start esx_menu_list
  36. start esx_menu_dialog
  37. start esx_phone
  38. start esx_addonaccount
  39. start esx_addoninventory
  40. start esx_datastore
  41. start esx_society
  42. start esx_service
  43. start esx_billing
  44. start esx_identity
  45. start esx_license
  46. #start hav_whitelistdb
  47. start CustomScripts
  48. start iplLoader
  49. start WeaponDrop
  50. #start fivem-playerlist
  51. start BrigSteamScoreBoard
  52. start modelblacklist
  53. start disabledispatch
  54. start esx_bennys
  55.  
  56. #### ESX JOBS
  57. start esx_jobs
  58. start esx_joblisting
  59. #start esx_taxijob
  60. start esx_mecanojob
  61. start esx_policejob
  62. start esx_property
  63. start baseevents
  64. start esx_ambulancejob
  65. start esx_busjob
  66. start #esx_mafiajob
  67. start esx_truckerjob
  68. start #esx_unicornjob
  69. start esx_vehicleshop
  70. start esx_airlines
  71. start esx_barbershop
  72. start esx_weashops
  73. start esx_tattoosShops
  74. start esx_shops
  75. start esx_dmvschool
  76. start esx_mask
  77. start esx_carwash
  78. start esx_moneywash
  79. start esx_pizza
  80. start esx_lawyer
  81. start esx_gopostal
  82. start esx_firejob
  83. start esx_falckjob
  84. start smartweather
  85. start indicators
  86. start pausemenu-title
  87. start esx_AdvancedFuel2
  88. start realistic_cuffs
  89.  
  90. #### NEW CUSTOM JOBS
  91. #start esx_banksecurity
  92. #start esx_bountyhunter
  93. start esx_brinksjob
  94. start esx_coastguard
  95. #start esx_deliveryjob
  96. #start esx_garbagejob
  97.  
  98. #### ESX ANY OTHER MODS
  99. start esx_status
  100. start esx_basicneeds
  101. start esx_optionalneeds
  102. start esx_clotheshop
  103. start esx_eden_garage
  104. start esx_holdup
  105. start esx_holdupbank
  106. start esx_drugs
  107. start esx_lsd
  108. #start esx_krokodil
  109. start new_banking
  110. start esx_atm
  111. start esx_animations
  112. #start esx_pubgaim
  113. #start esx_discord_bot
  114. #start els-fivem
  115. #start model-menu
  116. start bob74_ipl
  117. start VK_interiors
  118. start VK_main
  119. start wastedscreen
  120. start NoReticle
  121. start PoliceVehiclesWeaponDeleter
  122. start es_camera
  123. start tp
  124.  
  125. #### ANY NON ESX MODS
  126. start loqscript-material_load-loadingscreen
  127. add_ace resource.essentialmode command.add_principal allow
  128. #start CarCleanUp
  129. start SexySpeedometer
  130. start esx_rpchat
  131. #start esx_compass
  132. start esx_voice
  133. start pQueue
  134. start watermark
  135. start afkkick
  136. start wk_vehdamage
  137. start NoDriveBy
  138. start cv_control
  139. start esx_vehiclelock
  140. start wk_wrs
  141. start vk_handsup
  142. start NPCLife
  143. start coordsaver
  144. start koil-golf
  145. start lux_vehcontrol
  146. start idoverhead
  147. start esx_jailer
  148. start pNotify
  149. start esx_slotmachine
  150. start esx_cinema
  151. START esx_outlawalert
  152. start esx_ears
  153. start esx_glasses
  154. start esx_helmet
  155. start hypr9stun
  156. start ArrestAnims
  157. start disclaimer
  158. start heli
  159. start PTTPoliceRadio
  160. start InteractSound
  161. start carhud
  162. start carhud2
  163. #start carhud3
  164. start streetLabel
  165. start coloredhud
  166. start brakelights
  167.  
  168. #### SET Custom
  169. set vb_enable_pvp true #Allow PVP?
  170. set vb_disable_wanted_level true #Disable wanted level for everyone.
  171. set vb_disable_emergency_services true #Stop NPC police, ambulance and fire trucks from responding to events. (Does not disable wanted level).
  172. set vb_force_god_mode_enabled false #Should godmode be enabled for everyone, no matter what? If true, you might as well set 'enablePVP' to false to improve performance.
  173. set vb_enable_welcome_message true #Should players who join the server receive a welcome message?
  174. set vb_make_welcome_message_global false #Set to true if you want everyone to see the message, leave at false to only send the message to the new player.
  175. set vb_welcome_message "Hej {player}, Velkommen til CrispyRP!" #The welcome message sent to joining players. (player) will be replaced with the player name.
  176. set vb_enable_whitelist false #Should the whitelist be enabled?
  177. set vb_whitelist_kick_message "Sorry, you are not whitelisted!" #Custom kick message for when the player is not whitelisted.
  178. set vb_whitelist "steam:110000105959047;license:0546489720234464684;ip:127.0.0.1" #IP's work, but are not recommended for a secure whitelist. Split every license using a semicolon.
  179. set vb_enable_crowd_control true #Setting this to true will most likely cause conflicts with ACL!!!!
  180. set vb_enable_traffic_control true #Setting this to true will most likely cause conflicts with ACL!!!!
  181. set vb_crowd_density 0.3 #Valid numbers are from 0.0 to 1.0
  182. set vb_traffic_density 0.3 #Valid numbers are from 0.0 to 1.0
  183. set vb_enable_unlimited_stamina false #Enable unlimited stamina? recommended to keep this true
  184. start vBasic
  185. start vSync
  186.  
  187. #### CUSTOM Koretojer
  188. start Koretojer
  189. start Ambulance
  190.  
  191. ####CUSTOM MAPS
  192. start Maps
  193. #start custommap
  194.  
  195. ####CUSTOM GUNS
  196. start guns
  197.  
  198. ####CUSTOMOUTFITS
  199. start Outfit
  200.  
  201. sv_scriptHookAllowed 1
  202.  
  203. sv_hostname "[DK] TheUnderGround - 18+ Jobs || Hjemmeside: CrispyRP.com || Discord: https://discord.gg/7g4MyrP [WHITELISTED] #1"
  204.  
  205. # nested configs!
  206. #exec server_internal.cfg
  207.  
  208. # loading a server icon (96x96 PNG file)
  209. load_server_icon hello.png
  210.  
  211. # convars for use from script
  212. set temp_convar "Hej verden!"
  213.  
  214. # disable announcing? clear out the master by uncommenting this
  215. sv_master1 ""
  216.  
  217. # want to only allow players authenticated with a third-party provider like Steam?
  218. sv_authMaxVariance 1
  219. sv_authMinTrust 5
  220.  
  221. # add system admins
  222. #add_ace group.admin command allow # allow all commands
  223. #add_ace group.admin command.quit deny # but don't allow quit
  224. #add_principal identifier.steam:110000112345678 group.admin # add the admin to the group
  225.  
  226. # player endpoint protection
  227. sv_endpointprivacy true
  228.  
  229. # server slots limit (default to 30)
  230. sv_maxclients 32
Add Comment
Please, Sign In to add comment