Change Mage class display item to Snowball
This commit is contained in:
parent
6008378258
commit
fe39cdf5a1
|
|
@ -50,7 +50,7 @@ public class MageCreator {
|
|||
}
|
||||
|
||||
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.displayName(miniMessage.deserialize(String.format("<color:%s>Mage</color>", teamColor.hex())));
|
||||
itemMeta.lore(List.of(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user