Skip to content

Anti Item Craft anti-item-craft

This feature prevents the crafting of items as configured in the config.

Config

To add an item to the 'blocked crafting' list, add a section to the config under the blocked value like so:

blocked:
  block-godapple:
    type: GOLDEN_APPLE
    damage: 1
  block-mc:
    type: MINECART

The added section block-mc blocks minecarts from being crafted. The damage value is used to determine which item data on the item to block. This is necessary to block enchanted golden apples (in 1.8) but allow normal golden apples to be crafted.

Command

There is no command for this feature.

Permissions

  • Base Level - Nothing.
  • Admin Level - Allows bypassing of the crafting block.