-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Legion Network and Vextium Network (#2955)
- Loading branch information
Showing
4 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"id": "legionnetwork", | ||
"name": "Legion Network", | ||
"description": "Come play with us in our survival!", | ||
"addresses": [ | ||
"legion.ac" | ||
], | ||
"primaryAddress": "legion.ac", | ||
"minecraftVersions": [ | ||
"1.8.*", | ||
"1.12.*", | ||
"1.16.*", | ||
"1.17.*", | ||
"1.18.*", | ||
"1.19.*", | ||
"1.20.*" | ||
], | ||
"primaryMinecraftVersion": "1.20.4", | ||
"primaryColor": "#8d34ff", | ||
"secondaryColor": "#d734ff", | ||
"primaryLanguage": "es-EN", | ||
"languages": [ | ||
"es-EN", | ||
"en" | ||
], | ||
"primaryRegion": "NA", | ||
"regions": [ | ||
"NA", | ||
"EU", | ||
"OC", | ||
"AS", | ||
"SA" | ||
], | ||
"gameTypes": [ | ||
"Survival", | ||
"PvP", | ||
"Skyblock" | ||
], | ||
"store": "https://tienda.legion.ac", | ||
"socials": { | ||
"twitter": "Legion_Network3", | ||
"tiktok": "legionnetwork_", | ||
"discord": "https://discord.gg/jsMtGwn7tu" | ||
}, | ||
"crossplay": true | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"id": "vextiumnetwork", | ||
"name": "Vextium Network", | ||
"description": "Come play with us in our survival!", | ||
"addresses": [ | ||
"vextium.fun" | ||
], | ||
"primaryAddress": "vextium.fun", | ||
"minecraftVersions": [ | ||
"1.8.*", | ||
"1.12.*", | ||
"1.16.*", | ||
"1.17.*", | ||
"1.18.*", | ||
"1.19.*", | ||
"1.20.*" | ||
], | ||
"primaryMinecraftVersion": "1.20.4", | ||
"primaryColor": "#ffa334", | ||
"secondaryColor": "#ffda34", | ||
"primaryLanguage": "es-EN", | ||
"languages": [ | ||
"es-EN", | ||
"en" | ||
], | ||
"primaryRegion": "NA", | ||
"regions": [ | ||
"NA", | ||
"EU", | ||
"OC", | ||
"AS", | ||
"SA" | ||
], | ||
"gameTypes": [ | ||
"Survival", | ||
"PvP", | ||
"Skyblock" | ||
], | ||
"store": "https://tienda.vextium.fun/", | ||
"socials": { | ||
"twitter": "vextiumNtw", | ||
"discord": "https://discord.gg/vextium" | ||
}, | ||
"crossplay": true | ||
} |