Update Cake Wars description

This commit is contained in:
Dan Mulloy 2018-07-25 10:58:52 -04:00 committed by Alexander Meech
parent 51c2e5247c
commit c999e31fdd
2 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,7 @@ import org.bukkit.event.inventory.ClickType;
import org.bukkit.inventory.ItemStack; import org.bukkit.inventory.ItemStack;
public abstract class ShopPageInventory<PluginType extends Lifetimed, ShopType extends ShopBase<PluginType>> extends public abstract class ShopPageInventory<PluginType extends Lifetimed, ShopType extends ShopBase<PluginType>> extends
ShopPageBase ShopPageBase<PluginType, ShopType>
{ {
private int _page; private int _page;

View File

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