-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pawn.json
41 lines (41 loc) · 846 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
41
{
"user": "Sreyas-Sreelal",
"repo": "tgconnector",
"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"]
}
],
"runtimes": [
{
"rcon_password": "|%GuRd324$\u0026|",
"port": 7777,
"plugins":["../target/debug/tgconnector"],
"gamemodes":["test"],
"hostname": "test",
"maxplayers": 32,
"mode" :"y_testing"
}
],
"resources": [
{
"name": "tgconnector-linux-x86.zip",
"platform": "linux",
"archive": true,
"plugins": ["plugins/tgconnector.so"]
},
{
"name": "tgconnector-windows-x86.zip",
"platform": "windows",
"archive": true,
"plugins": ["plugins/tgconnector.dll"]
}
]
}