Skip to content

Commit

Permalink
Update servers and ips
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzSwirlz committed Sep 5, 2022
1 parent f61410a commit 41c56f3
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 4 deletions.
52 changes: 51 additions & 1 deletion servers.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
{
"bte": "buildtheearth.net"
"bte": "buildtheearth.net",
"ny": "minefact.de",
"nyc": "minefact.de",
"germany": "bte-germany.de",
"nj": "hub.andromedacraft.com",
"southwest_us": "207.244.229.33:25565",
"us_southwest": "207.244.229.33:25565",
"southwest": "207.244.229.33:25565",
"nordic": "nordicbalticbte.net",
"baltic": "nordicbalticbte.net",
"cis": "BuildTheEarth.ru",
"russia": "BuildTheEarth.ru",
"kyiv": "BuildTheEarth.ru",
"northeast_us": "play.btene.com",
"us_northeast": "play.btene.com",
"northeast": "play.btene.com",
"midwest_us": "midwestbte.net",
"us_midwest": "midwestbte.net",
"midwest": "midwestbte.net",
"southeast_us": "207.244.229.33:25567",
"us_southeast": "207.244.229.33:25567",
"alps": "mc.alps-bte.com",
"canada": "btecanada.net",
"northwest_us": "play.btenorthwest.com",
"us_northwest": "play.btenorthwest.com",
"northwest": "play.btenorthwest.com",
"parks": "parks.buildtheearth.net",
"france": "bte.thesmyler.fr",
"benelux": "bnlx.buildtheearth.net",
"iberia": "ib.buildtheearth.net",
"turkey": "bteturkey.tk",
"hong_kong": "play.btehkmu.com",
"macau": "play.btehkmu.com",
"hk_mu": "play.btehkmu.com",
"hkmu": "play.btehkmu.com",
"chile": "bteconosur.com",
"japan": "btejp.net",
"carolinas_us": "btecarolinas.com",
"us_carolinas": "btecarolinas.com",
"carolinas": "btecarolinas.com",
"argentina": "bteconosur.com",
"israel": "play.bteisrael.online",
"israel_wb": "play.bteisrael.online",
"wb": "play.bteisrael.online",
"peru": "bteconosur.com",
"korea": "play.btekorea.net",
"china": "BTEChina.oddblox.uk",
"paraguay": "bteconosur.com",
"uruguay": "bteconosur.com",
"taiwan": "btetw.duckarmada.com",
"bolivia": "bteconosur.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
import net.minecraft.command.ICommandSender;
import net.minecraft.server.MinecraftServer;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.text.TextComponentString;

public class BTECommand extends CommandBase {

// Alias's for the server names people can go by
// This shows in the tab
public String[] acceptableIps = {
"bte",
"ny",
"nyc",
"germany",
"nj",
"southwest_us",
Expand All @@ -42,10 +43,10 @@ public class BTECommand extends CommandBase {
"us_northeast",
"northeast",
"alps",
"montreal",
"canada",
"russia",
"cis",
"kyiv",
"southeast_us",
"us_southeast",
"southeast",
Expand All @@ -64,7 +65,15 @@ public class BTECommand extends CommandBase {
"wb",
"taiwan",
"controversy",
"france"};
"france",
"parks",
"benelux",
"iberia",
"turkey",
"korea",
"peru",
"china",
"bolivia"};

@Override
public List<String> getAliases() {
Expand Down

0 comments on commit 41c56f3

Please sign in to comment.