Skip to content

Commit e79ac07

Browse files
authored
Added Battle Network.
Signed-off-by: HCFAlerts <ztraduciendo@gmail.com>
1 parent 74f9461 commit e79ac07

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"id": "battle",
3+
"name": "Battle Games",
4+
"description": "A PotPvP-based competitive server",
5+
"addresses": [
6+
"battle.lat"
7+
],
8+
"primaryAddress": "battle.lat",
9+
"minecraftVersions": [
10+
"1.7.*",
11+
"1.8.*"
12+
],
13+
"primaryMinecraftVersion": "1.8.9",
14+
"primaryColor": "#ffb800",
15+
"secondaryColor": "#ffe900",
16+
"primaryLanguage": "en",
17+
"languages": [
18+
"en",
19+
"es-EN"
20+
],
21+
"primaryRegion": "NA",
22+
"regions": [
23+
"NA"
24+
],
25+
"gameTypes": [
26+
"PvP",
27+
"HCF"
28+
],
29+
"store": "https://store.battle.lat",
30+
"socials": {
31+
"discord": "https://discord.com/invite/XNpJvW3GYm"
32+
}
33+
}
34+

0 commit comments

Comments
 (0)