· 6 years ago · Mar 31, 2020, 12:44 PM
1# Steam Web API. Visit https://steamcommunity.com/dev/apikey to generate your own.
2set steam_webApiKey "xxxxxxxxxxxxxxxxxxxx"
3
4# DB connection string
5set mysql_connection_string "server=localhost;database=essentialmode;userid=xxxxxx;password=xxxxxxxxxxxxxxxxxxxxxxxx"
6set es_enableCustomData 1
7
8# You probably don't want to change these!
9# Only change them if you're using a server with multiple network interfaces.
10endpoint_add_tcp "0.0.0.0:30120"
11endpoint_add_udp "0.0.0.0:30120"
12
13# Ace!
14add_ace resource.essentialmode command.sets allow
15add_ace resource.essentialmode command.add_principal allow
16add_ace resource.essentialmode command.add_ace allow
17add_ace group.admin command allow
18add_ace group.admin command.quit deny
19add_principal identifier.steam:xxxxxxxxxxxxxxx group.superadmin
20add_principal identifier.steam:xxxxxxxxxxxxxxx group.superadmin
21add_principal identifier.steam:xxxxxxxxxxxxxxxx group.admin
22add_ace group.moderator easyadmin.kick allow
23add_ace group.moderator easyadmin.spectate allow
24add_ace group.moderator easyadmin.freeze allow
25add_ace group.moderator easyadmin.teleport allow
26
27add_ace group.admin easyadmin.kick allow
28add_ace group.admin easyadmin.spectate allow
29add_ace group.admin easyadmin.freeze allow
30add_ace group.admin easyadmin.ban allow
31add_ace group.admin easyadmin.unban allow
32
33add_ace group.admin command allow # allow all commands
34add_ace group.admin command.quit allow
35add_ace group.admin command.restart allow
36
37add_ace group.superadmin easyadmin allow
38
39# Vanilla
40start mapmanager
41start chat
42start spawnmanager
43start sessionmanager
44start fivem
45start hardcap
46start rconlog
47
48# Essentialmode
49start essentialmode
50start es_ui
51start es_admin2
52start mysql-async
53start esplugin_mysql
54start EasyAdmin
55start EasyAdmin-MySQL
56
57# ESX
58start async
59start es_extended
60start instance
61start esx_menupessoal
62start esx_menu_default
63start esx_menu_list
64start esx_menu_dialog
65start esx_addons_gcphone
66start gcphone
67start esx_billing
68start esx_society
69start cron
70start skinchanger
71start esx_skin
72start esx_addonaccount
73start esx_addoninventory
74start esx_datastore
75start esx_identity
76start esx_license
77start esx_animations
78start esx_status
79start esx_property
80start esx_accessories
81start esx_service
82start esx_bankerjob
83start esx_clotheshop
84start esx_basicneeds
85start esx_optionalneeds
86start esx_jobs
87start esx_weaponshop
88start esx_lscustom
89start esx_joblisting
90start esx_shops
91start esx_mechanicjob
92start esx_taxijob
93start esx_vehicleshop
94start esx_holdup
95start esx_holdupbank
96start esx_sit
97start esx_barbershop
98start esx_dmvschool
99start esx_ambulancejob
100start esx_policejob
101start 3dme
102start PvP
103start NoReticle
104start esx_marker
105start esx_jb_eden_garage2
106start new_banking
107start esx_inventoryhud_trunk
108start fivem-realisticvehicle
109start esx_inventoryhud
110start esx_taximeter
111start esx-kr-vehicle-push
112start esx_jail
113start esx-checkdeathcause
114start npc_control
115start esx_banksecurity
116start esx_washmoney
117start esx_tattooshop
118start esx_doorlock
119start esx_vangelico_robbery
120start mythic_notify
121start esx_AdvancedFishing
122start esx_garbagecrew
123start esx_truckerjob
124start esx_Ocean-Salvage
125start esx_poolcleaner
126start esx_extraitems
127start simpletp
128start esx_vehiclelock
129start esx_unishow
130start esx_LegacyFuel
131start afkkick
132start pawnshop
133start PoliceStation
134start policedepextended
135start esx_carwash
136start vSync
137start scrp-scripts
138start esx_drugs
139start esx_contract
140start BrockALPR
141start esx_jk_drugs
142start npcthief
143start esx_robnpc
144start esx_borrmaskin
145start esx_robatm
146start ColaMachine
147start esx_outlawalert
148start np_selltonpc
149start esx-qalle-sellvehicles
150start esx_carthief
151start pNotify
152start Lenzh_chopshop
153start 99kr-burglary
154start jsfour-criminalrecord
155
156# Vehicles
157start urban
158start ToyotaRAV4
159start supra2
160start SubaruSTI7
161start Skyline
162start m5f902
163start m3e30
164start Lancer
165start gtr
166start golfs
167start civic
168start Cayen
169start AstraJwanted
170start g65amg
171start g500
172start cls63
173start CLS53
174start c63
175start punto
176start admincars
177start vtp
178start vtp2
179start priustaxi
180start x6m
181start RS5LB
182start AUDSQ517
183start 13FMB302
184start TMODEL
185start 18m4
186start 206c
187start CAMRY55
188start HCBR17
189start Nissan180sx
190start R1
191start SAMARA09
192start ap2
193start fz07
194start mlbrabus
195start vaz2106
196start vaz2113
197start z4
198start e36
199start e34touring
200
201# Police Vehicle
202start chevpd
203start chgrr
204start pllexus
205start PoliceGTR
206start PoliceTahoe
207start polstang
208
209# Maps
210start prison_map
211start nw_bahamaMama
212start Unicorn_map
213start house1
214start house10
215start house2
216start house3
217start house4
218start house5
219start house6
220start house7
221start house8
222start house9
223start mecanomap
224start taximap
225start doors
226start hospitalhebrew
227start mapaddons
228start mapbuilder
229
230# Utility
231start sesx_assets
232start bob74_ipl
233start loqscript-material_load-loadingscreen
234start rpchat
235start Serverlogging
236start esx_admins
237start adminpeds
238start JF_SeatShuffle
239
240start trew_hud_ui
241
242# Set this to 0 to disallow scripthook. Set it to 1 to make it easier to hack your server.
243sv_scriptHookAllowed 0
244
245# Uncomment this to enable RCON. Make sure to change the password. You likely don't need this.
246#rcon_password Vasko1912gg321123
247
248# A comma-separated list of tags for your server.
249# For example:
250# - sets tags "drifting, cars, racing"
251# Or:
252# - sets tags "roleplay, military, tanks"
253sets tags "sesx, esx, bulgarian, bulgaria, whitelist, jobs, real jobs, bg, bgrp, plovdiv, sofia, varna, burgas"
254
255# Set an optional server info and connecting banner image url.
256# Size doesn't matter, any banner sized image will be fine.
257#sets banner_detail "http://url.to/image.png"
258#sets banner_connecting "http://url.to/image.png"
259
260# Set your server's hostname
261sv_hostname "Hill Valley RP ** Discord: https://discord.gg/sWqaaBb ** Bulgarian ESX Server"
262
263# Load a server icon (96x96 PNG file)
264load_server_icon logo.png
265
266# Uncomment this line if you do not want your server to be listed in the server browser.
267#sv_master1 ""
268
269# Want to only allow players authenticated with a third-party provider like Steam?
270# Don't forget Social Club is a third party provider too!
271#sv_authMaxVariance 1
272#sv_authMinTrust 5
273
274# Hide player endpoints in external log output.
275sv_endpointprivacy true
276
277# Server player slot limit
278sv_maxclients 32
279
280# License key for your server (https://keymaster.fivem.net)
281sv_licenseKey xxxxxxxxxxxxxxxxxxxxxxxxxx
282
283restart esx_policejob