-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
144 lines (144 loc) · 3.38 KB
/
config.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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"bnet": [
{
"enabled": true,
"server": "server.eurobattle.net",
"alias": "eurobattle.net",
"username": "jilizart",
"password": "jilizart",
"firstchannel": "w3",
"custom": {
"war3version": "28",
"exeversion": "",
"exeversionhash": "",
"passwordhashyype": "pvpgn"
},
"countryabbrev": "USA",
"country": "United States",
"language": "enUS",
"localeid": 1033,
"war3exe": "./war3/1.28.5/war3.exe",
"stormdll": "./war3/1.28.5/Storm.dll",
"gamedll": "./war3/1.28.5/game.dll",
"commandtrigger": "!",
"plugins": {
"chat": {
"consolePrint": true
}
}
},
{
"enabled": false,
"server": "rubattle.net",
"alias": "rubattle.net",
"username": "JELEZORT",
"password": "4549",
"firstchannel": "w3",
"custom": {
"war3version": "27",
"exeversion": "",
"exeversionhash": "",
"passwordhashyype": "pvpgn"
},
"countryabbrev": "RUS",
"country": "Russia",
"language": "ruRU",
"localeid": 1049,
"war3exe": "./war3/1.27b/war3.exe",
"stormdll": "./war3/1.27b/Storm.dll",
"gamedll": "./war3/1.27b/game.dll",
"commandtrigger": "!",
"plugins": {
"chat": {
"consolePrint": true
}
}
},
{
"enabled": false,
"server": "battle.gamers.host",
"alias": "battle.gamers.host",
"username": "jilizart",
"password": "jilizart",
"firstchannel": "w3",
"custom": {
"war3version": "26",
"passwordhashyype": "pvpgn"
},
"countryabbrev": "RUS",
"country": "Russia",
"language": "ruRU",
"localeid": 1049,
"war3exe": "./war3/1.26a/war3.exe",
"stormdll": "./war3/1.26a/Storm.dll",
"gamedll": "./war3/1.26a/game.dll",
"commandtrigger": "!",
"plugins": {
"chat": {
"consolePrint": true
}
}
},
{
"enabled": false,
"server": "server.pvpgn.pro",
"alias": "pvpgn.pro 1",
"username": "jilizart",
"password": "jilizart",
"firstchannel": "w3",
"custom": {
"war3version": "26",
"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
}
}
},
{
"enabled": false,
"server": "server.pvpgn.pro",
"alias": "pvpgn.pro 2",
"username": "jilizart3",
"password": "jilizart3",
"firstchannel": "w3",
"custom": {
"war3version": "26",
"passwordhashyype": "pvpgn"
},
"localeid": 1033,
"war3exe": "./war3/1.26a/war3.exe",
"stormdll": "./war3/1.26a/Storm.dll",
"gamedll": "./war3/1.26a/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": false,
"port": 6114
}
}