-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpawn.json
40 lines (40 loc) · 893 Bytes
/
pawn.json
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
{
"user": "PetteR5_",
"repo": "unknow-project",
"tag": "0.0.1",
"entry": "gamemodes/test.pwn",
"output": "gamemodes/test.amx",
"dependencies": [
"pawn-lang/samp-stdlib",
"pawn-lang/YSI-Includes",
"Y-Less/sscanf",
"pBlueG/SA-MP-MySQL",
"Southclaws/samp-logger",
"Y-Less/samp-plugin-crashdetect",
"samp-incognito/samp-streamer-plugin",
"maddinat0r/samp-discord-connector",
"Sreyas-Sreelal/samp-bcrypt"
],
"local": true,
"runtime": {
"mode": "y_testing"
},
"build": {
"includes": [
"modulos/",
"modulos/utils",
"modulos/source",
"modulos/source/account",
"modulos/source/commands",
"modulos/source/database",
"modulos/source/timers",
"modulos/source/admin",
"modulos/source/stream",
"modulos/source/player",
"modulos/source/interface",
"modulos/source/system",
"modulos/source/jobs",
"modulos/source/jobs/honest"
]
}
}