-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
pawn.json
39 lines (39 loc) · 814 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
{
"user": "Sreyas-Sreelal",
"repo": "samp-bcrypt",
"entry": "pawn-tests/test.pwn",
"output": "gamemodes/test.amx",
"dependencies": ["sampctl/pawn-stdlib"],
"dev_dependencies": ["pawn-lang/[email protected]"],
"include_path": "include",
"local": true,
"builds": [
{
"name": "test",
"includes": ["./include"]
}
],
"runtime": {
"rcon_password": "|%GuRd324$\u0026|",
"port": 7777,
"plugins":["samp_bcrypt"],
"gamemodes":["test"],
"hostname": "test",
"maxplayers": 32,
"mode": "y_testing"
},
"resources": [
{
"name": "samp-bcrypt-linux-x86.zip",
"platform": "linux",
"archive": true,
"plugins": ["plugins/samp_bcrypt.so"]
},
{
"name": "samp-bcrypt-windows-x86.zip",
"platform": "windows",
"archive": true,
"plugins": ["plugins/samp_bcrypt.dll"]
}
]
}