|
|
@ -27,7 +27,7 @@ public class MapCommand implements CommandAPI{ |
|
|
|
.append("|________________________________|________________________________|________________________________|\n") |
|
|
|
.append("| | | |\n") |
|
|
|
.append("| | | |\n") |
|
|
|
.append("| " + Colors.ANSI_BLUE + locations.getJSONObject(1).getString("name") + Colors.ANSI_RESET + " | " + Colors.ANSI_BRIGHT_BLACK + locations.getJSONObject(0).getString("name") + Colors.ANSI_RESET + " | " + Colors.ANSI_BLUE + locations.getJSONObject(3).getString("name") + Colors.ANSI_RESET + " |" + "\n") |
|
|
|
.append("| " + Colors.ANSI_BLUE + locations.getJSONObject(1).getString("name") + Colors.ANSI_RESET + " | " + Colors.ANSI_GREEN + locations.getJSONObject(0).getString("name") + Colors.ANSI_RESET + " | " + Colors.ANSI_BLUE + locations.getJSONObject(3).getString("name") + Colors.ANSI_RESET + " |" + "\n") |
|
|
|
.append("| | | |\n") |
|
|
|
.append("|________________________________|________________________________|________________________________|\n"); |
|
|
|
} else if (travelEngine.getPlayer().getLocation().getName().equalsIgnoreCase("Strand")) { |
|
|
|