NOTE: This a custom enchant module requires TokenEnchant plugin.

This plugin contains a custom enchantment effect to automatically convert pre-defined dust/ores into corresponding blocks.   This automatic blocking will happen when your inventory (and VKBackPack) is/are full.

Installation:

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

Configuration:

Potions:
  AutoBlocking:
    description: "Automatically turn dust/ore into blocks when your inventory/backpack is full."
    event_map:
      BlockBreakEvent: "NORMAL"
    price: 10
    max: 1
    occurrence: always
    wait_for_inventory_full: false
    resource_mapping:
      CLAY_BALL:
        num: 4
        target: CLAY
      DIAMOND:
        num: 9
        target: DIAMOND_BLOCK
      GOLD_INGOT:
        num: 9
        target: GOLD_BLOCK
      IRON_INGOT:
        num: 9
        target: IRON_BLOCK
      EMERALD:
        num: 9
        target: EMERALD_BLOCK
      REDSTONE:
        num: 9
        target: REDSTONE_BLOCK
      INK_SACK:
        data: 4
        num: 9
        target: LAPIS_BLOCK
      COAL:
        num: 9
        target: COAL_BLOCK