9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-29 11:59:21 +00:00

Added bstats

This commit is contained in:
HeroBrineGoat
2022-01-06 21:22:47 -05:00
parent 14df675f3d
commit eeb2ef960b
4 changed files with 14 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ public class Keys {
}
public static final NamespacedKey ITEM_KEY = new NamespacedKey(plugin, "cosmetic");
public static final NamespacedKey ARMOR_STAND_KEY = new NamespacedKey(plugin, "armor-stand");
public static void setKey(final ItemStack itemStack) {
final ItemMeta itemMeta = itemStack.getItemMeta();