-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkCore.yaml
More file actions
66 lines (55 loc) · 1.67 KB
/
kCore.yaml
File metadata and controls
66 lines (55 loc) · 1.67 KB
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
$engine: 3
$onesync: on
name: kCore
version: 0.0.1
author: Kypos
description: A next-generation FiveM roleplay framework built by the community for the community https://kco.re
tasks:
# Download Base Files
- action: download_github
src: https://github.com/kCore-framework/txAdminRecipe
ref: main
dest: ./tmp/kCore
- action: move_path
src: ./tmp/kCore/server.cfg
dest: ./server.cfg
- action: move_path
src: ./tmp/kCore/servericon.png
dest: ./servericon.png
# Prepare Database
- action: connect_database
- action: query_database
file: ./tmp/kCore/core.sql
- action: download_github
src: https://github.com/citizenfx/cfx-server-data
subpath: resources
dest: ./resources/[cfx-default]
- action: remove_path
path: ./resources/[cfx-default]/[gameplay]/chat
# Required Resources
- action: download_file
path: ./tmp/files/oxmysql.zip
url: https://github.com/overextended/oxmysql/releases/download/v2.13.0/oxmysql.zip
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/files/oxmysql.zip
- action: download_github
dest: ./resources/[standalone]/bob74_ipl
ref: master
src: https://github.com/Bob74/bob74_ipl
- action: download_github
dest: ./resources/[voice]/pma-voice
ref: main
src: https://github.com/AvarianKnight/pma-voice
- action: download_github
dest: ./resources/[Core]/kMulticharacter
ref: main
src: https://github.com/kCore-framework/kMulticharacter
# Downloading kCore resources
- action: download_github
dest: ./resources/[Core]/kCore
ref: main
src: https://github.com/kCore-framework/kCore
# Clean up
- action: remove_path
path: ./tmp