Update Cake Wars description
This commit is contained in:
parent
51c2e5247c
commit
c999e31fdd
@ -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;
|
||||||
|
|
||||||
|
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user