 
                Put your enemy in a box of XXX (any types of block materials)
NOTE: This custom enchant module requires the latest TokenEnchant
This plugin contains a custom enchantment effect to put your enemy in a box of whatever materials you specify!
This is a polymorphic custom enchantment and you can define many similar SharpenedXXX enchant out of this enchantment.
Just install TE-SharpenedBlockEnchant.jar in TokenEnchant/enchants folder. Then you can either "restart the server" or "reload the plugin (not /te reload)". SharpenedBlockEnchantment will automatically be loaded into TokenEnchant framework.
Configuration:
Enchants:
  SharpenedIce:
    description: "Put your enemy in a box of ice!"
    event_map:
      EntityDamageByEntityEvent: "HIGHEST"
    price: 0
    max: 1
    time_multiplier: 2
    material: PACKED_ICE
    occurrence: always
SharpenedObsidian:
    description: "Put your enemy in a box of obsidian!"
    event_map:
      EntityDamageByEntityEvent: "HIGHEST"
    price: 0
    max: 1
    time_multiplier: 2
    material: OBSIDIAN
    occurrence: always