-
Notifications
You must be signed in to change notification settings - Fork 9
/
citmp-server.yml
97 lines (86 loc) · 1.66 KB
/
citmp-server.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
ListenPort: 30120
PreParseResources:
- mapmanager
AutoStartResources:
#ALWAYS FIRST
- mysql-async
#ESSENTIALS PACK
- essentialmode
- es_admin
- es_freeroam
- baseevents
- rconlog
- chat
- hardcap
- spawnmanager
- fivem-map-skater
#CUSTOM PACK
- activities
- ammo
- animations
- appartments
- assets
- bahamas
- banking
- basic_needs
- carblacklist
- carspawner
- carwash
- disabledispatch
- disablevehicle
- disclaimer
- docks
- emergency
- es_weashop
- es_lscustoms
- es_holdup
- es_bank
- frfuel
- garages
- gb_vocal
- gcphone
- heli
- hud_location
- interiors
- inventory
- jobs-system
- licences
- lastpostodb
- loading-realife
- mechanic_job
- menu
- model-menu
- moderation
- nameOfPlayers
- NeverWanted
- nocarjack
- ooc
- paycheck
- police
- props
- safes
- shops
- speedo
- ssa
- syncaclwhitlist
- vehicule_control
- weather
#UNUSED - KEPT FOR CODE REUSE OR TESTING IN PROGRESS
# - truckerjob
# - vehcoffre
# do change
RconPassword: changethisplease
# configure this, please
Hostname: Your Bloody FiveM GTA Server
ScriptDebug: true
DebugLog: true
# set to false to hide from the online server list
Announce: true
# set to false to require players to be signed in to Steam
DisableAuth: false
# set to true to disable local script hook plugins
DisableScriptHook: false
# uncomment and set to the path of an icon to use in the server browser. it should be square.
ServerIcon: hello.png
# don't try enabling this
#UseGameServerV2: true