Change the CakeWars UI

This commit is contained in:
Sam 2018-07-19 14:32:17 +01:00 committed by Alexander Meech
parent ddf1eb3824
commit a0b6a6f900
1 changed files with 3 additions and 1 deletions

View File

@ -23,9 +23,11 @@ public class CakeWarsServerTypePage extends ShopPageBase<ServerManager, ServerNp
@Override
protected void buildPage()
{
addButton(12, new ItemBuilder(Material.CAKE).setTitle("Play " + C.cRedB + "Cake Wars " + C.cWhiteB + "Standard")
addButton(12, new ItemBuilder(Material.CAKE).setTitle("Play " + C.cRedB + "Cake Wars " + C.cGoldB + "Sugar Rush")
.addLore
(
C.blankLine,
C.cYellowB + "LIMITED TIME MODE",
C.blankLine,
C.Reset + C.cGreen + "Click to Play"
).build(),