Item Groups

Item groups are shorthand names for sets of materials. Use them in the applicable_items field of enchantment YAML files instead of listing individual materials.

Available Groups

SWORDS

WOODEN_SWORD, STONE_SWORD, IRON_SWORD, GOLDEN_SWORD, DIAMOND_SWORD, NETHERITE_SWORD, COPPER_SWORD*

AXES

WOODEN_AXE, STONE_AXE, IRON_AXE, GOLDEN_AXE, DIAMOND_AXE, NETHERITE_AXE, COPPER_AXE*

PICKAXES

WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, NETHERITE_PICKAXE, COPPER_PICKAXE*

SHOVELS

WOODEN_SHOVEL, STONE_SHOVEL, IRON_SHOVEL, GOLDEN_SHOVEL, DIAMOND_SHOVEL, NETHERITE_SHOVEL, COPPER_SHOVEL*

HOES

WOODEN_HOE, STONE_HOE, IRON_HOE, GOLDEN_HOE, DIAMOND_HOE, NETHERITE_HOE, COPPER_HOE*

BOWS

BOW, CROSSBOW

FISHING_RODS

HELMETS

CHESTPLATES

LEGGINGS

BOOTS

ARMOR (all armor pieces)

TOOLS (all tools)

MELEE (melee weapons)

* Copper tool variants are included automatically if they exist in your server's Material registry.

Usage in YAML

Group names are case-insensitive in YAML (swords, SWORDS, and Swords all work).

Last updated