NOTE: This a custom enchant module requires TokenEnchant plugin.

This plugin contains a custom enchantment effect to automatically smelt mined ore.

Installation:
Just install TE-AutoSmeltEnchant.jar in TokenEnchant/enchants folder. Then you can either "restart the server" or "reload the plugin (not /te reload)". AutoSmeltEnchantment will automatically be loaded into TokenEnchant framework.

Configuration:

    AutoSmelt:
      price: 10
      max: 1
      occurrence: always
      event_map:
        BlockBreakEvent: "NORMAL"
      mapping:
        DIAMOND_ORE : DIAMOND
        IRON_ORE : IRON_INGOT
        GOLD_ORE : GOLD_INGOT
        COAL_ORE : COAL
        EMERALD_ORE : EMERALD
        COBBLESTONE : STONE
        SAND : GLASS