· 6 years ago · Nov 28, 2019, 06:46 AM
1# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
2endpoint_add_tcp "0.0.0.0:30120"
3endpoint_add_udp "0.0.0.0:30120"
4 exec permissions.cfg
5
6# These resources will start by default.
7ensure mapmanager
8ensure chat
9ensure spawnmanager
10ensure sessionmanager
11ensure fivem
12ensure hardcap
13ensure rconlog
14ensure scoreboard
15ensure afkkick
16ensure pingkick
17
18
19#[cars]
20ensure frfuel
21ensure lux_vehcontrol
22ensure RealisticVehicleFailure
23ensure rs9000
24ensure streetLabel
25ensure carhud
26ensure cooldown
27ensure yoda_speedlimit
28ensure nearest-postal
29
30#[scripts]
31ensure police
32ensure vBasic
33ensure vMenu
34ensure NativeUI
35ensure logsystem
36ensure ToastysCrouching
37ensure fax-revive
38ensure vSync
39ensure firescript
40ensure AddOnVehicleSpawnMenu
41ensure emsclockin
42ensure Jailer
43ensure activeAOP
44
45
46#[chats]
47ensure voicechat
48ensure fax-hidecmds
49ensure 911
50ensure 3dme
51ensure ooc
52ensure fax-restart
53ensure deleteveh
54
55
56
57
58#[ingame]
59ensure CalmAI
60ensure hyperadmin
61#[police cars]
62ensure 2015polstang
63ensure unmarked-megapack
64ensure 2016-chp-megapack
65ensure sahphellcat
66ensure 16potatoe
67
68#[civ cars]
69ensure denali16
70ensure ext06
71ensure f450towtruck
72ensure 17powerwagon
73ensure dodgeram
74ensure demon
75ensure 2020ss
76ensure 19GT500
77ensure supraa90
78ensure 600lt
79ensure 20f350DK
80ensure str20
81ensure 20yzfr1
82ensure 2017cbr
83ensure kx450f
84
85#[ymaps]
86ensure Flywheels
87ensure dealership
88
89
90#ems
91ensure ambo
92ensure firetruck
93
94
95# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
96# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
97sv_scriptHookAllowed 0
98
99# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
100#rcon_password ""
101
102# A comma-separated list of tags for your server.
103# For example:
104# - sets tags "drifting, cars, racing"
105# Or:
106# - sets tags "roleplay, military, tanks"
107sets tags "default"
108
109# A valid locale identifier for your server's primary language.
110# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
111sets locale "root-AQ"
112# please DO replace root-AQ on the line ABOVE with a real language! :)
113
114# Set an optional server info and connecting banner image url.
115# Size doesn't matter, any banner sized image will be fine.
116#sets banner_detail "https://url.to/image.png"
117#sets banner_connecting "https://url.to/image.png"
118
119# Set your server's hostname
120sv_hostname "FXServer, but unconfigured"
121add_ace group.admin hyperadmin allow # allow all of hyperadmin
122add_principal identifier.steam:11000011A4934A8 group.admin # add the admin to the group
123# Nested configs!
124#exec server_internal.cfg
125set steam_webApiKey "none"
126# Loading a server icon (96x96 PNG file)
127#load_server_icon myLogo.png
128
129# convars which can be used in scripts
130set temp_convar "hey world!"
131
132# Uncomment this line if you do not want your server to be listed in the server browser.
133# Do not edit it if you *do* want your server listed.
134#sv_master1 ""
135
136# Add system admins
137add_ace group.admin command allow # allow all commands
138add_ace group.admin command.quit deny # but don't allow quit
139add_principal identifier.11000011A4934A8 group.admin # add the admin to the group
140
141# Hide player endpoints in external log output.
142sv_endpointprivacy true
143
144# Server player slot limit (must be between 1 and 32, unless using OneSync)
145sv_maxclients 32
146
147# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
148# -> replace "" with the key
149set steam_webApiKey ""
150
151# License key for your server (https://keymaster.fivem.net)
152sv_licenseKey sqphi6e1ttisx29dsjuy3kvymt1ves10
153
154setr ea_LanguageName "en" # set our language to english
155setr ea_MenuButton "167" # set our menu button to F6. default: "167"
156setr ea_alwaysShowButtons "false" # we don't want to see buttons we can't even access, do we? default: "false"
157set ea_moderationNotification "false" # this can be either "false" or a discord webhook address, this will send a discord message if an admin takes actions against a player ( such as banning and kicking )
158set ea_custombanlist "false" # read docs for this, dont touch it
159set ea_enableCallAdminCommand "true" # enables "calladmin" command via webhook
160set ea_enableReportCommand "true" # enables "report" command, see Configuration Wiki Page for More infos
161add_ace group.admin easyadmin allow