Hide Power Play Metal Man reward for now
This commit is contained in:
parent
76fc4d6ac4
commit
d00c887a84
@ -123,9 +123,6 @@ public class PowerPlayClubButton implements GuiItem
|
|||||||
|
|
||||||
lore = buildLore(Collections.singletonList(YearMonth.now()));
|
lore = buildLore(Collections.singletonList(YearMonth.now()));
|
||||||
lore.add(" ");
|
lore.add(" ");
|
||||||
lore.add(C.cGreen + "First-time Bonus:");
|
|
||||||
lore.add(" " + C.cWhite + "Metal Man Morph");
|
|
||||||
lore.add(" ");
|
|
||||||
lore.add(C.cRed + "Get Power Play Club months at");
|
lore.add(C.cRed + "Get Power Play Club months at");
|
||||||
lore.add(C.cAqua + "mineplex.com/shop");
|
lore.add(C.cAqua + "mineplex.com/shop");
|
||||||
}
|
}
|
||||||
|
@ -344,7 +344,7 @@ public class GadgetManager extends MiniPlugin
|
|||||||
addGadget(new MorphUncleSam(this));
|
addGadget(new MorphUncleSam(this));
|
||||||
addGadget(new MorphSquid(this));
|
addGadget(new MorphSquid(this));
|
||||||
addGadget(new MorphWitch(this));
|
addGadget(new MorphWitch(this));
|
||||||
addGadget(new MorphMetalMan(this));
|
//addGadget(new MorphMetalMan(this)); // Soon: reward for signup
|
||||||
|
|
||||||
// Particles
|
// Particles
|
||||||
addGadget(new ParticleFoot(this));
|
addGadget(new ParticleFoot(this));
|
||||||
|
@ -73,11 +73,6 @@ public class PowerPlayClubRewards
|
|||||||
List<PowerPlayClubItem> items = rewardsForMonths(cached.getUnclaimedMonths());
|
List<PowerPlayClubItem> items = rewardsForMonths(cached.getUnclaimedMonths());
|
||||||
|
|
||||||
|
|
||||||
// Give Metal Man morph for signing up
|
|
||||||
donationManager.PurchaseUnknownSalesPackage(null, player.getName(),
|
|
||||||
donationManager.getClientManager().Get(player).getAccountId(), "Metal Man Morph",
|
|
||||||
GlobalCurrency.TREASURE_SHARD, 0, true);
|
|
||||||
|
|
||||||
// Give normal power play items
|
// Give normal power play items
|
||||||
items.forEach(item ->
|
items.forEach(item ->
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user