Change Mage class display item to Snowball
This commit is contained in:
@@ -50,7 +50,7 @@ public class MageCreator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static @NotNull ItemStack getDisplayItem(@NotNull TeamColor teamColor) {
|
private static @NotNull ItemStack getDisplayItem(@NotNull TeamColor teamColor) {
|
||||||
ItemStack itemStack = new ItemStack(Material.IRON_SWORD);
|
ItemStack itemStack = new ItemStack(Material.SNOWBALL);
|
||||||
ItemMeta itemMeta = itemStack.getItemMeta();
|
ItemMeta itemMeta = itemStack.getItemMeta();
|
||||||
itemMeta.displayName(miniMessage.deserialize(String.format("<color:%s>Mage</color>", teamColor.hex())));
|
itemMeta.displayName(miniMessage.deserialize(String.format("<color:%s>Mage</color>", teamColor.hex())));
|
||||||
itemMeta.lore(List.of(
|
itemMeta.lore(List.of(
|
||||||
|
|||||||
Reference in New Issue
Block a user