· 6 years ago · Apr 01, 2020, 07:50 PM
1# DB connection string
2set mysql_connection_string "server=localhost;database=fivem;userid=root;password="
3set es_enableCustomData 1
4
5# You probably don't want to change these!
6# Only change them if you're using a server with multiple network interfaces.
7endpoint_add_tcp "0.0.0.0:30120"
8endpoint_add_udp "0.0.0.0:30120"
9
10# vMenu
11exec permissions.cfg
12start vMenu
13exec ranks.cfg
14
15# Ace!
16#add_ace resource.essentialmode command.sets allow
17#add_ace resource.essentialmode command.add_principal allow
18#add_ace resource.essentialmode command.add_ace allow
19#add_ace group.admin command allow
20#add_ace group.admin command.quit deny
21#add_principal identifier.steam:11000011698ba25 group.admin # Add your admin's SteamID here. This line can be duplicated for additional admins.
22
23# Default [fivem]
24start mapmanager
25start chat
26start spawnmanager
27start sessionmanager
28start fivem
29start hardcap
30start rconlog
31#start scoreboard
32start playernames
33
34# Core [core]
35start essentialmode
36start es_ui
37#start es_admin2
38start mysql-async
39start esplugin_mysql
40start async
41start es_extended
42start cron
43
44# Assets [assets]
45start politiebureau
46start pillbox_hospital
47
48# Disc [disc]
49start disc-base
50start disc-ammo
51start disc-inventoryhud
52start disc-hud
53start disc-drugruns
54start disc-drugsales
55#start disc-gcphone
56
57# ESX [esx]
58start instance
59start esx_menu_default
60start esx_menu_list
61start esx_menu_dialog
62#start esx_voice
63start esx_billing
64start esx_society
65start skinchanger
66start esx_skin
67start esx_addonaccount
68#start esx_addoninventory
69#start esx_addons_gcphone
70start esx_datastore
71start esx_identity
72start esx_license
73start esx_animations
74start esx_rpchat
75start esx_status
76#start esx_property
77start esx_accessories
78start esx_service
79start esx_bankerjob
80start esx_atm
81start esx_cruisecontrol
82start esx_clotheshop
83start esx_boat
84start esx_basicneeds
85start esx_optionalneeds
86start esx_jobs
87#start esx_weaponshop
88start esx_lscustom
89start esx_joblisting
90start esx_shops
91start esx_mechanicjob
92start esx_taxijob
93start esx_vehicleshop
94start esx_drugs
95start esx_holdup
96start esx_sit
97start esx_barbershop
98start esx_dmvschool
99start esx_ambulancejob
100start esx_policejob
101
102# Scripts [scripts]
103start speedometer
104#start gcphone
105start loadingscreen
106start mythic_notify
107
108# Utility [utility]
109start sesx_assets
110start bob74_ipl
111
112# Set this to 0 to disallow scripthook. Set it to 1 to make it easier to hack your server.
113sv_scriptHookAllowed 0
114
115# Uncomment this to enable RCON. Make sure to change the password. You likely don't need this.
116#rcon_password changeme
117
118# A comma-separated list of tags for your server.
119# For example:
120# - sets tags "drifting, cars, racing"
121# Or:
122# - sets tags "roleplay, military, tanks"
123sets tags "Fryslân Boppe"
124
125# Set an optional server info and connecting banner image url.
126# Size doesn't matter, any banner sized image will be fine.
127#sets banner_detail "http://url.to/image.png"
128#sets banner_connecting "http://url.to/image.png"
129
130# Set your server's hostname
131sv_hostname "Test Server Jesse"
132
133# Load a server icon (96x96 PNG file)
134load_server_icon logo.png
135
136# Uncomment this line if you do not want your server to be listed in the server browser.
137#sv_master1 ""
138
139# Want to only allow players authenticated with a third-party provider like Steam?
140# Don't forget Social Club is a third party provider too!
141#sv_authMaxVariance 1
142#sv_authMinTrust 5
143
144# Hide player endpoints in external log output.
145sv_endpointprivacy true
146
147# Server player slot limit
148sv_maxclients 32
149
150# Steam Web API. Visit https://steamcommunity.com/dev/apikey to generate your own.
151set steam_webApiKey "B8B19CBE7972F5EEA22F9915DF50950A"
152
153# License key for your server (https://keymaster.fivem.net)
154sv_licenseKey "du6ky92k1to3v00gps7uvvha3xo2f7jn"
155
156restart sessionmanager