Fix rank monthly rewards description
This commit is contained in:
parent
d108679d43
commit
9b65926d42
@ -153,9 +153,10 @@ public class RankBonusButton implements GuiItem, Listener {
|
||||
lore.add(" ");
|
||||
lore.add(ChatColor.WHITE + "Players with a Rank get a Monthly Bonus!");
|
||||
lore.add(ChatColor.WHITE + "");
|
||||
lore.add(ChatColor.AQUA + "Ultra receives 7500 Coins Monthly");
|
||||
lore.add(ChatColor.LIGHT_PURPLE + "Hero receives 15000 Coins Monthly");
|
||||
lore.add(ChatColor.GREEN + "Legend receives 30000 Coins Monthly");
|
||||
lore.add(ChatColor.AQUA + "Ultra receives 1 Mythical Chest Monthly");
|
||||
lore.add(ChatColor.LIGHT_PURPLE + "Hero receives 2 Mythical Chests Monthly");
|
||||
lore.add(ChatColor.GREEN + "Legend receives 3 Mythical Chests Monthly");
|
||||
lore.add(ChatColor.RED + "Titan receives 5 Mythical Chests Monthly");
|
||||
lore.add(ChatColor.WHITE + "");
|
||||
lore.add(ChatColor.WHITE + "Purchase a Rank at;");
|
||||
lore.add(ChatColor.WHITE + "www.mineplex.com/shop");
|
||||
|
Loading…
Reference in New Issue
Block a user