From 6082418fc7a113e1a2427c4bc88c037e30b66435 Mon Sep 17 00:00:00 2001 From: Thanos Paravantis Date: Wed, 13 Jul 2016 23:59:37 +0300 Subject: [PATCH] Update game tags on the hub game compass --- .../hub/server/ui/ServerGameMenu.java | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Plugins/Mineplex.Hub/src/mineplex/hub/server/ui/ServerGameMenu.java b/Plugins/Mineplex.Hub/src/mineplex/hub/server/ui/ServerGameMenu.java index 20e8ebd65..a62a032c4 100644 --- a/Plugins/Mineplex.Hub/src/mineplex/hub/server/ui/ServerGameMenu.java +++ b/Plugins/Mineplex.Hub/src/mineplex/hub/server/ui/ServerGameMenu.java @@ -41,18 +41,17 @@ public class ServerGameMenu extends ShopPageBase @Override protected void buildPage() { - add(1, Material.TNT, C.cYellowB + "Bawk Bawk Battles " + C.cGray + "Challenges", new String[] - { - (_extraValue ? C.cAquaB : C.cWhiteB) + "NEW GAME", - C.Reset + "", - C.Reset + "Follow Bawk Bawk's instructions", - C.Reset + "Complete different tasks", - C.Reset + "If you lose, chickens will devour you!" - }, "BBB", "Bawk_Bawk_Battles", new SelectBawkButton(this)); + add(1, Material.EGG, C.cYellowB + "Bawk Bawk Battles " + C.cGray + "Challenges", new String[] + { + (_extraValue ? C.cAquaB : C.cWhiteB) + "NEW GAME", + C.Reset + "", + C.Reset + "Follow Bawk Bawk's instructions", + C.Reset + "Complete different tasks", + C.Reset + "If you lose, chickens will devour you!" + }, "BBB", "Bawk_Bawk_Battles", new SelectBawkButton(this)); add(3, Material.QUARTZ_BLOCK, C.cYellowB + "Speed Builders " + C.cGray + "Competitive Building", new String[] { - (_extraValue ? C.cAquaB : C.cWhiteB) + "NEW GAME", C.Reset + "", C.Reset + "Memorize Gwen the Guardian's builds", C.Reset + "Then recreate them in a short amount of time.", @@ -61,7 +60,6 @@ public class ServerGameMenu extends ShopPageBase add(5, Material.BOOK_AND_QUILL, C.cYellowB + "Draw My Thing " + C.cGray + "Pictionary", new String[] { - (_extraValue ? C.cAquaB : C.cWhiteB) + "NEW UPDATE", C.Reset + "", C.Reset + "Players take turns at drawing a random", C.Reset + "word. Whoever guesses it within the time", @@ -201,7 +199,6 @@ public class ServerGameMenu extends ShopPageBase add(41, Material.BREWING_STAND_ITEM, C.cYellowB + "Monster Maze " + C.cGray + "Snow Sprint", new String[] { - (_extraValue ? C.cAquaB : C.cWhiteB) + "BETA GAME", C.Reset + "", C.Reset + "Run along a maze avoiding", C.Reset + "evil monsters. Get to the",