Adjust button text as well

This commit is contained in:
Shaun Bennett 2016-08-03 14:57:30 -05:00
parent ad6c1dd970
commit 6d93efc1a2
1 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ public class ClaimTipsButton implements GuiItem, Listener
if (isAvailable())
{
material = Material.EMERALD;
itemName = C.cGreen + C.Bold + "Thanks";
itemName = C.cGreen + C.Bold + "Thank Rewards";
lore.add(" ");
lore.add(C.cYellow + "Your Rewards");
lore.add(" " + C.cWhite + getTips() + " Treasure Shards");
@ -129,10 +129,10 @@ public class ClaimTipsButton implements GuiItem, Listener
else
{
material = Material.REDSTONE_BLOCK;
itemName = C.cRed + C.Bold + "Thanks";
itemName = C.cRed + C.Bold + "Thank Rewards";
lore.add(" ");
lore.add(C.cGray + "Earn thank rewards from players using /thank");
lore.add(C.cGray + "Earn Thank Rewards from players using /thank");
lore.add(C.cGray + "on you, or by enabling Game Amplifiers.");
lore.add(" ");
lore.add(C.cWhite + "Get Amplifiers at " + C.cGreen + "mineplex.com/shop");