Updating Team names.

This commit is contained in:
Sarah 2015-07-27 18:22:24 +02:00
parent a50455acf5
commit 572ae1e99b
3 changed files with 39 additions and 39 deletions

View File

@ -134,19 +134,19 @@ public class TeamSkywars extends Skywars
private enum TeamColors
{
YELLOW(ChatColor.YELLOW, new String[]{"Bananas", "Custard", "Lemons"}),
GREEN(ChatColor.GREEN, new String[]{"Creepers", "Leaves", "Grass"}),
AQUA(ChatColor.AQUA, new String[]{"Sky", "Water", "Diamonds"}),
RED(ChatColor.RED, new String[]{"Jam", "Lava", "Nether"}),
GOLD(ChatColor.GOLD, new String[]{"Oranges", "Foxes", "Sunset"}),
LIGHT_PURPLE(ChatColor.LIGHT_PURPLE, new String[]{"Pinky", "Pigies", "Pie"}),
DARK_BLUE(ChatColor.DARK_BLUE, new String[]{"Spooky", "Lapis", "Tears"}),
DARK_RED(ChatColor.DARK_RED, new String[]{"Roses", "Apples", "Cherrys"}),
WHITE(ChatColor.WHITE, new String[]{"Paper", "Marbles", "Wall"}),
BLUE(ChatColor.BLUE, new String[]{"Ocean", "Sea", "Lake"}),
DARK_GREEN(ChatColor.DARK_GREEN, new String[]{"Pears", "Nature"}),
DARK_PURPLE(ChatColor.DARK_PURPLE, new String[]{"Purples", "Dreamy"}),
DARK_AQUA(ChatColor.DARK_AQUA, new String[]{"Cyanics", "Aquatic"});
YELLOW(ChatColor.YELLOW, new String[]{"Bananna ", "Sunshine", "Custard", "Sponge", "Star", "Giraffe", "Lego", "Light"}),
GREEN(ChatColor.GREEN, new String[]{"Creepers", "Alien", "Seaweed", "Emerald", "Grinch", "Shrub", "Snake", "Leaf"}),
AQUA(ChatColor.AQUA, new String[]{"Diamond", "Ice", "Pool", "Kraken", "Aquatic", "Ocean"}),
RED(ChatColor.RED, new String[]{"Heart", "Tomato", "Ruby", "Jam", "Rose", "Apple", "TNT"}),
GOLD(ChatColor.GOLD, new String[]{"Mango", "Foxes", "Sunset", "Nuggets", "Lion", "Desert", "Gapple"}),
LIGHT_PURPLE(ChatColor.LIGHT_PURPLE, new String[]{"Dream", "Cupcake", "Cake", "Candy", "Unicorn"}),
DARK_BLUE(ChatColor.DARK_BLUE, new String[]{"Squid", "Lapis", "Sharks", "Galaxy", "Empoleon"}),
DARK_RED(ChatColor.DARK_RED, new String[]{"Rose", "Apple", "Twizzler", "Rocket", "Blood"}),
WHITE(ChatColor.WHITE, new String[]{"Ghosts", "Spookies", "Popcorn", "Seagull", "Rice", "Snowman", "Artic"}),
BLUE(ChatColor.BLUE, new String[]{"Sky", "Whale", "Lake", "Birds", "Bluebird", "Piplup"}),
DARK_GREEN(ChatColor.DARK_GREEN, new String[]{"Forest", "Zombies", "Cactus", "Slime", "Toxic", "Poison"}),
DARK_PURPLE(ChatColor.DARK_PURPLE, new String[]{"Amethyst", "Slugs", "Grape", "Witch", "Magic", "Zula"}),
DARK_AQUA(ChatColor.DARK_AQUA, new String[]{"Snorlax", "Aquatic", "Clam", "Fish"});
private ChatColor color;
private String[] names;

View File

@ -153,19 +153,19 @@ public class TeamSuperSmash extends SuperSmash
private enum TeamColors
{
YELLOW(ChatColor.YELLOW, new String[]{"Bananas", "Lemonade", "Lemons"}),
GREEN(ChatColor.GREEN, new String[]{"Tree", "Leaves", "Grass"}),
AQUA(ChatColor.AQUA, new String[]{"Sky", "Water", "Diamonds"}),
RED(ChatColor.RED, new String[]{"Fire", "Lava", "Nether"}),
GOLD(ChatColor.GOLD, new String[]{"Oranges", "Foxes", "Sunset"}),
LIGHT_PURPLE(ChatColor.LIGHT_PURPLE, new String[]{"Pinky", "Pigies", "Pie"}),
DARK_BLUE(ChatColor.DARK_BLUE, new String[]{"River", "Lapis", "Tears"}),
DARK_RED(ChatColor.DARK_RED, new String[]{"Roses", "Apples", "Cherrys"}),
WHITE(ChatColor.WHITE, new String[]{"Paper", "Marbles", "Wall"}),
BLUE(ChatColor.BLUE, new String[]{"Ocean", "Sea", "Lake"}),
DARK_GREEN(ChatColor.DARK_GREEN, new String[]{"Pears", "Nature"}),
DARK_PURPLE(ChatColor.DARK_PURPLE, new String[]{"Purples", "Dreamy"}),
DARK_AQUA(ChatColor.DARK_AQUA, new String[]{"Cyanics", "Aquatic"});
YELLOW(ChatColor.YELLOW, new String[]{"Bananna ", "Sunshine", "Custard", "Sponge", "Star", "Giraffe", "Lego", "Light"}),
GREEN(ChatColor.GREEN, new String[]{"Creepers", "Alien", "Seaweed", "Emerald", "Grinch", "Shrub", "Snake", "Leaf"}),
AQUA(ChatColor.AQUA, new String[]{"Diamond", "Ice", "Pool", "Kraken", "Aquatic", "Ocean"}),
RED(ChatColor.RED, new String[]{"Heart", "Tomato", "Ruby", "Jam", "Rose", "Apple", "TNT"}),
GOLD(ChatColor.GOLD, new String[]{"Mango", "Foxes", "Sunset", "Nuggets", "Lion", "Desert", "Gapple"}),
LIGHT_PURPLE(ChatColor.LIGHT_PURPLE, new String[]{"Dream", "Cupcake", "Cake", "Candy", "Unicorn"}),
DARK_BLUE(ChatColor.DARK_BLUE, new String[]{"Squid", "Lapis", "Sharks", "Galaxy", "Empoleon"}),
DARK_RED(ChatColor.DARK_RED, new String[]{"Rose", "Apple", "Twizzler", "Rocket", "Blood"}),
WHITE(ChatColor.WHITE, new String[]{"Ghosts", "Spookies", "Popcorn", "Seagull", "Rice", "Snowman", "Artic"}),
BLUE(ChatColor.BLUE, new String[]{"Sky", "Whale", "Lake", "Birds", "Bluebird", "Piplup"}),
DARK_GREEN(ChatColor.DARK_GREEN, new String[]{"Forest", "Zombies", "Cactus", "Slime", "Toxic", "Poison"}),
DARK_PURPLE(ChatColor.DARK_PURPLE, new String[]{"Amethyst", "Slugs", "Grape", "Witch", "Magic", "Zula"}),
DARK_AQUA(ChatColor.DARK_AQUA, new String[]{"Snorlax", "Aquatic", "Clam", "Fish"});
private ChatColor color;
private String[] names;

View File

@ -106,19 +106,19 @@ public class TeamSurvivalGames extends SurvivalGames
private enum TeamColors
{
YELLOW(ChatColor.YELLOW, new String[]{"Bananas", "Lemonade", "Lemons"}),
GREEN(ChatColor.GREEN, new String[]{"Tree", "Leaves", "Grass"}),
AQUA(ChatColor.AQUA, new String[]{"Sky", "Water", "Diamonds"}),
RED(ChatColor.RED, new String[]{"Fire", "Lava", "Nether"}),
GOLD(ChatColor.GOLD, new String[]{"Oranges", "Foxes", "Sunset"}),
LIGHT_PURPLE(ChatColor.LIGHT_PURPLE, new String[]{"Pinky", "Pigies", "Pie"}),
DARK_BLUE(ChatColor.DARK_BLUE, new String[]{"River", "Lapis", "Tears"}),
DARK_RED(ChatColor.DARK_RED, new String[]{"Roses", "Apples", "Cherrys"}),
WHITE(ChatColor.WHITE, new String[]{"Paper", "Marbles", "Wall"}),
BLUE(ChatColor.BLUE, new String[]{"Ocean", "Sea", "Lake"}),
DARK_GREEN(ChatColor.DARK_GREEN, new String[]{"Pears", "Nature"}),
DARK_PURPLE(ChatColor.DARK_PURPLE, new String[]{"Purples", "Dreamy"}),
DARK_AQUA(ChatColor.DARK_AQUA, new String[]{"Cyanics", "Aquatic"});
YELLOW(ChatColor.YELLOW, new String[]{"Bananna ", "Sunshine", "Custard", "Sponge", "Star", "Giraffe", "Lego", "Light"}),
GREEN(ChatColor.GREEN, new String[]{"Creepers", "Alien", "Seaweed", "Emerald", "Grinch", "Shrub", "Snake", "Leaf"}),
AQUA(ChatColor.AQUA, new String[]{"Diamond", "Ice", "Pool", "Kraken", "Aquatic", "Ocean"}),
RED(ChatColor.RED, new String[]{"Heart", "Tomato", "Ruby", "Jam", "Rose", "Apple", "TNT"}),
GOLD(ChatColor.GOLD, new String[]{"Mango", "Foxes", "Sunset", "Nuggets", "Lion", "Desert", "Gapple"}),
LIGHT_PURPLE(ChatColor.LIGHT_PURPLE, new String[]{"Dream", "Cupcake", "Cake", "Candy", "Unicorn"}),
DARK_BLUE(ChatColor.DARK_BLUE, new String[]{"Squid", "Lapis", "Sharks", "Galaxy", "Empoleon"}),
DARK_RED(ChatColor.DARK_RED, new String[]{"Rose", "Apple", "Twizzler", "Rocket", "Blood"}),
WHITE(ChatColor.WHITE, new String[]{"Ghosts", "Spookies", "Popcorn", "Seagull", "Rice", "Snowman", "Artic"}),
BLUE(ChatColor.BLUE, new String[]{"Sky", "Whale", "Lake", "Birds", "Bluebird", "Piplup"}),
DARK_GREEN(ChatColor.DARK_GREEN, new String[]{"Forest", "Zombies", "Cactus", "Slime", "Toxic", "Poison"}),
DARK_PURPLE(ChatColor.DARK_PURPLE, new String[]{"Amethyst", "Slugs", "Grape", "Witch", "Magic", "Zula"}),
DARK_AQUA(ChatColor.DARK_AQUA, new String[]{"Snorlax", "Aquatic", "Clam", "Fish"});
private ChatColor color;
private String[] names;