-
Notifications
You must be signed in to change notification settings - Fork 41
/
recipe.yaml
248 lines (198 loc) · 6.45 KB
/
recipe.yaml
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
$engine: 3
$onesync: on
name: ESX Legacy
author: ESX Framework
description: The official recipe of the most popular FiveM RP framework, containing Jobs, Housing, Vehicles & more!
tasks:
# Download default CFX resources
- action: download_github
src: https://github.com/citizenfx/cfx-server-data
ref: master
subpath: resources
dest: ./resources/[cfx-default]
- action: remove_path
path: ./resources/[cfx-default]/[gameplay]/chat
# Download and prepare server.cfg / loadingscreen / database
- action: download_github
src: https://github.com/esx-framework/esx-recipes
ref: legacy
dest: ./tmp/recipe
- action: move_path
src: ./tmp/recipe/server.cfg
dest: ./server.cfg
- action: move_path
src: ./tmp/recipe/esxLogo.png
dest: ./esxLogo.png
# Download basic resources and ESX dependencies
- action: connect_database
- action: download_github
src: https://github.com/Bob74/bob74_ipl
ref: master
dest: ./resources/[standalone]/bob74_ipl
- action: download_github
src: https://github.com/esx-framework/esx-core
ref: main
dest: ./tmp/core
- action: download_github
src: https://github.com/esx-framework/esx_addonaccount
ref: main
dest: ./tmp/addons/esx_addonaccount
- action: download_github
src: https://github.com/esx-framework/esx_addoninventory
ref: main
dest: ./tmp/addons/esx_addoninventory
- action: download_github
src: https://github.com/esx-framework/esx_datastore
ref: main
dest: ./tmp/addons/esx_datastore
- action: download_github
src: https://github.com/esx-framework/esx_policejob
ref: main
dest: ./tmp/addons/esx_policejob
- action: download_github
src: https://github.com/esx-framework/esx_service
ref: main
dest: ./tmp/addons/esx_service
- action: download_github
src: https://github.com/esx-framework/esx_rpchat
ref: main
dest: ./tmp/addons/esx_rpchat
- action: download_github
src: https://github.com/esx-framework/esx_cruisecontrol
ref: main
dest: ./tmp/addons/esx_cruisecontrol
- action: download_github
src: https://github.com/esx-framework/esx_basicneeds
ref: main
dest: ./tmp/addons/esx_basicneeds
- action: download_file
path: ./tmp/files/esx_hud.zip
url: https://github.com/esx-framework/esx_hud/releases/latest/download/esx_hud.zip
- action: unzip
dest: ./tmp/addons
src: ./tmp/files/esx_hud.zip
- action: download_github
src: https://github.com/esx-framework/esx_clotheshop
ref: main
dest: ./tmp/addons/esx_clotheshop
- action: download_github
src: https://github.com/esx-framework/esx_optionalneeds
ref: main
dest: ./tmp/addons/esx_optionalneeds
- action: waste_time # prevent github throttling
seconds: 5
- action: download_github
src: https://github.com/esx-framework/esx_property
ref: main
dest: ./tmp/addons/esx_property
- action: download_github
src: https://github.com/esx-framework/esx_dmvschool
ref: main
dest: ./tmp/addons/esx_dmvschool
- action: download_github
src: https://github.com/esx-framework/esx_barbershop
ref: main
dest: ./tmp/addons/esx_barbershop
- action: download_github
src: https://github.com/esx-framework/esx_weaponshop
ref: main
dest: ./tmp/addons/esx_weaponshop
- action: download_github
src: https://github.com/esx-framework/esx_shops
ref: main
dest: ./tmp/addons/esx_shops
- action: download_github
src: https://github.com/esx-framework/esx_taxijob
ref: main
dest: ./tmp/addons/esx_taxijob
- action: download_github
src: https://github.com/esx-framework/esx_billing
ref: main
dest: ./tmp/addons/esx_billing
- action: download_github
src: https://github.com/esx-framework/esx_drugs
ref: main
dest: ./tmp/addons/esx_drugs
- action: download_github
src: https://github.com/esx-framework/esx_garage
ref: main
dest: ./tmp/addons/esx_garage
- action: download_github
src: https://github.com/esx-framework/esx_vehicleshop
ref: main
dest: ./tmp/addons/esx_vehicleshop
- action: download_github
src: https://github.com/esx-framework/esx_joblisting
ref: main
dest: ./tmp/addons/esx_joblisting
- action: download_github
src: https://github.com/esx-framework/esx_banking
ref: main
dest: ./tmp/addons/esx_banking
- action: download_github
src: https://github.com/esx-framework/esx_lscustom
ref: main
dest: ./tmp/addons/esx_lscustom
- action: download_github
src: https://github.com/esx-framework/esx_society
ref: main
dest: ./tmp/addons/esx_society
- action: waste_time # prevent github throttling
seconds: 5
- action: download_github
src: https://github.com/esx-framework/esx_license
ref: main
dest: ./tmp/addons/esx_license
- action: download_github
src: https://github.com/esx-framework/esx_accessories
ref: main
dest: ./tmp/addons/esx_accessories
- action: download_github
src: https://github.com/esx-framework/esx_jobs
ref: main
dest: ./tmp/addons/esx_jobs
- action: download_github
src: https://github.com/esx-framework/esx_ambulancejob
ref: main
dest: ./tmp/addons/esx_ambulancejob
- action: download_github
src: https://github.com/esx-framework/esx_mechanicjob
ref: main
dest: ./tmp/addons/esx_mechanicjob
- action: download_github
src: https://github.com/esx-framework/esx_animations
ref: main
dest: ./tmp/addons/esx_animations
- action: download_github
src: https://github.com/esx-framework/esx_boat
ref: main
dest: ./tmp/addons/esx_boat
- action: download_github
src: https://github.com/esx-framework/esx_status
ref: main
dest: ./tmp/addons/esx_status
- action: download_github
src: https://github.com/esx-framework/esx_sit
ref: main
dest: ./tmp/addons/esx_sit
- action: move_path
src: ./tmp/core/[core]
dest: ./resources/[core]
- action: move_path
src: ./tmp/addons/
dest: ./resources/[esx_addons]
- action: download_github
src: https://github.com/AvarianKnight/pma-voice
ref: main
dest: ./resources/[standalone]/pma-voice
- action: query_database
file: ./tmp/core/[SQL]/legacy.sql
- action: download_file
path: ./tmp/files/oxmysql.zip
url: https://github.com/overextended/oxmysql/releases/latest/download/oxmysql.zip
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/files/oxmysql.zip
## Cleanup
- action: remove_path
path: ./tmp