-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtest_config.json
More file actions
43 lines (43 loc) · 879 Bytes
/
test_config.json
File metadata and controls
43 lines (43 loc) · 879 Bytes
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
{
"bnet": [
{
"enabled": true,
"server": "server.pvpgn.pro",
"alias": "pvpgn.pro 1",
"username": "jilizart",
"password": "jilizart",
"firstchannel": "w3",
"custom": {
"war3version": "27",
"passwordhashyype": "pvpgn"
},
"localeid": 1033,
"war3exe": "./war3/1.27b/war3.exe",
"stormdll": "./war3/1.27b/Storm.dll",
"gamedll": "./war3/1.27b/game.dll",
"commandtrigger": "!",
"plugins": {
"chat": {
"consolePrint": true
}
}
}
],
"bot": {
"hostport": 6112,
"defaultmap": "map",
"mapcfgpath": "./maps",
"commandtrigger": "!",
"war3path": "./war3/1.27b/",
"war3version": "27",
"plugins": {
"chat": {
"consolePrint": true
}
}
},
"admingame": {
"create": true,
"port": 6112
}
}