Update Arcade Icon in the game menu
This commit is contained in:
parent
8d06cddfb2
commit
4dbe7003b2
@ -132,10 +132,9 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
|||||||
ChatColor.RESET + "Dragon Escape",
|
ChatColor.RESET + "Dragon Escape",
|
||||||
ChatColor.RESET + "Milk the Cow",
|
ChatColor.RESET + "Milk the Cow",
|
||||||
ChatColor.RESET + "Super Paintball",
|
ChatColor.RESET + "Super Paintball",
|
||||||
ChatColor.RESET + "Turf Forts",
|
ChatColor.RESET + "Turf Wars",
|
||||||
ChatColor.RESET + "Death Tag",
|
ChatColor.RESET + "Death Tag",
|
||||||
ChatColor.RESET + "Bacon Brawl",
|
ChatColor.RESET + "Bacon Brawl",
|
||||||
ChatColor.RESET + "Squid Sauce"
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.GOLD_BOOTS.getId(), (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.GOLD_BOOTS.getId(), (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
||||||
@ -167,10 +166,9 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
|||||||
ChatColor.RESET + "Dragon Escape",
|
ChatColor.RESET + "Dragon Escape",
|
||||||
ChatColor.RESET + "Milk the Cow",
|
ChatColor.RESET + "Milk the Cow",
|
||||||
ChatColor.RESET + "Super Paintball",
|
ChatColor.RESET + "Super Paintball",
|
||||||
ChatColor.RESET + "Turf Forts",
|
ChatColor.RESET + "Turf Wars",
|
||||||
ChatColor.RESET + "Death Tag",
|
ChatColor.RESET + "Death Tag",
|
||||||
ChatColor.RESET + "Bacon Brawl",
|
ChatColor.RESET + "Bacon Brawl",
|
||||||
ChatColor.RESET + "Squid Sauce"
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.BOW, (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.BOW, (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
||||||
@ -185,10 +183,9 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
|||||||
ChatColor.RESET + "Dragon Escape",
|
ChatColor.RESET + "Dragon Escape",
|
||||||
ChatColor.RESET + "Milk the Cow",
|
ChatColor.RESET + "Milk the Cow",
|
||||||
ChatColor.RESET + "Super Paintball",
|
ChatColor.RESET + "Super Paintball",
|
||||||
ChatColor.RESET + "Turf Forts",
|
ChatColor.RESET + "Turf Wars",
|
||||||
ChatColor.RESET + "Death Tag",
|
ChatColor.RESET + "Death Tag",
|
||||||
ChatColor.RESET + "Bacon Brawl",
|
ChatColor.RESET + "Bacon Brawl",
|
||||||
ChatColor.RESET + "Squid Sauce"
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.LEATHER_BOOTS.getId(), (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.LEATHER_BOOTS.getId(), (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
||||||
@ -203,10 +200,9 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
|||||||
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Dragon Escape",
|
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Dragon Escape",
|
||||||
ChatColor.RESET + "Milk the Cow",
|
ChatColor.RESET + "Milk the Cow",
|
||||||
ChatColor.RESET + "Super Paintball",
|
ChatColor.RESET + "Super Paintball",
|
||||||
ChatColor.RESET + "Turf Forts",
|
ChatColor.RESET + "Turf Wars",
|
||||||
ChatColor.RESET + "Death Tag",
|
ChatColor.RESET + "Death Tag",
|
||||||
ChatColor.RESET + "Bacon Brawl",
|
ChatColor.RESET + "Bacon Brawl",
|
||||||
ChatColor.RESET + "Squid Sauce"
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.MILK_BUCKET.getId(), (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.MILK_BUCKET.getId(), (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
||||||
@ -221,10 +217,9 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
|||||||
ChatColor.RESET + "Dragon Escape",
|
ChatColor.RESET + "Dragon Escape",
|
||||||
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Milk the Cow",
|
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Milk the Cow",
|
||||||
ChatColor.RESET + "Super Paintball",
|
ChatColor.RESET + "Super Paintball",
|
||||||
ChatColor.RESET + "Turf Forts",
|
ChatColor.RESET + "Turf Wars",
|
||||||
ChatColor.RESET + "Death Tag",
|
ChatColor.RESET + "Death Tag",
|
||||||
ChatColor.RESET + "Bacon Brawl",
|
ChatColor.RESET + "Bacon Brawl",
|
||||||
ChatColor.RESET + "Squid Sauce"
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.DIAMOND_BARDING.getId(), (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(Material.DIAMOND_BARDING.getId(), (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
||||||
@ -239,10 +234,9 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
|||||||
ChatColor.RESET + "Dragon Escape",
|
ChatColor.RESET + "Dragon Escape",
|
||||||
ChatColor.RESET + "Milk the Cow",
|
ChatColor.RESET + "Milk the Cow",
|
||||||
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Super Paintball",
|
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Super Paintball",
|
||||||
ChatColor.RESET + "Turf Forts",
|
ChatColor.RESET + "Turf Wars",
|
||||||
ChatColor.RESET + "Death Tag",
|
ChatColor.RESET + "Death Tag",
|
||||||
ChatColor.RESET + "Bacon Brawl",
|
ChatColor.RESET + "Bacon Brawl",
|
||||||
ChatColor.RESET + "Squid Sauce"
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(159, (byte)14, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(159, (byte)14, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
||||||
@ -257,10 +251,9 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
|||||||
ChatColor.RESET + "Dragon Escape",
|
ChatColor.RESET + "Dragon Escape",
|
||||||
ChatColor.RESET + "Milk the Cow",
|
ChatColor.RESET + "Milk the Cow",
|
||||||
ChatColor.RESET + "Super Paintball",
|
ChatColor.RESET + "Super Paintball",
|
||||||
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Turf Forts",
|
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Turf Wars",
|
||||||
ChatColor.RESET + "Death Tag",
|
ChatColor.RESET + "Death Tag",
|
||||||
ChatColor.RESET + "Bacon Brawl",
|
ChatColor.RESET + "Bacon Brawl",
|
||||||
ChatColor.RESET + "Squid Sauce"
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(309, (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(309, (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
||||||
@ -275,10 +268,9 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
|||||||
ChatColor.RESET + "Dragon Escape",
|
ChatColor.RESET + "Dragon Escape",
|
||||||
ChatColor.RESET + "Milk the Cow",
|
ChatColor.RESET + "Milk the Cow",
|
||||||
ChatColor.RESET + "Super Paintball",
|
ChatColor.RESET + "Super Paintball",
|
||||||
ChatColor.RESET + "Turf Forts",
|
ChatColor.RESET + "Turf Wars",
|
||||||
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Death Tag",
|
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Death Tag",
|
||||||
ChatColor.RESET + "Bacon Brawl",
|
ChatColor.RESET + "Bacon Brawl",
|
||||||
ChatColor.RESET + "Squid Sauce"
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(319, (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(319, (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
||||||
@ -293,28 +285,9 @@ public class ServerGameMenu extends ShopPageBase<ServerManager, QuickShop>
|
|||||||
ChatColor.RESET + "Dragon Escape",
|
ChatColor.RESET + "Dragon Escape",
|
||||||
ChatColor.RESET + "Milk the Cow",
|
ChatColor.RESET + "Milk the Cow",
|
||||||
ChatColor.RESET + "Super Paintball",
|
ChatColor.RESET + "Super Paintball",
|
||||||
ChatColor.RESET + "Turf Forts",
|
ChatColor.RESET + "Turf Wars",
|
||||||
ChatColor.RESET + "Death Tag",
|
ChatColor.RESET + "Death Tag",
|
||||||
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Bacon Brawl",
|
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Bacon Brawl",
|
||||||
ChatColor.RESET + "Squid Sauce"
|
|
||||||
}));
|
|
||||||
|
|
||||||
_minigameCycle.add(ItemStackFactory.Instance.CreateStack(351, (byte)0, 1, ChatColor.RESET + C.Bold + ChatColor.YELLOW + "Arcade " + C.cGray + "Mixed Games", new String []
|
|
||||||
{
|
|
||||||
ChatColor.RESET + "",
|
|
||||||
ChatColor.RESET + "Play all of these fun minigames:",
|
|
||||||
ChatColor.RESET + "",
|
|
||||||
ChatColor.RESET + "Super Spleef",
|
|
||||||
ChatColor.RESET + "Runner",
|
|
||||||
ChatColor.RESET + "Dragons",
|
|
||||||
ChatColor.RESET + "One in the Quiver",
|
|
||||||
ChatColor.RESET + "Dragon Escape",
|
|
||||||
ChatColor.RESET + "Milk the Cow",
|
|
||||||
ChatColor.RESET + "Super Paintball",
|
|
||||||
ChatColor.RESET + "Turf Forts",
|
|
||||||
ChatColor.RESET + "Death Tag",
|
|
||||||
ChatColor.RESET + "Bacon Brawl",
|
|
||||||
ChatColor.RESET + C.Bold + ChatColor.GREEN + "Squid Sauce"
|
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user