NOTE: This a custom enchant module requires the latest TokenEnchant

This plugin contains a custom enchantment effect to give more exp when you mine, fish, kill.   

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

Configuration:
Once you restart the server, MoreExp_config.yml will be auto-generated in your enchants folder.  You can customize this file to suit your server's needs.  

[/font][/color][/font][/size][/color]
MoreExp:
  description: "Yields more exp orbs depending on the level of enchantment."
  event_map:
    BlockBreakEvent: "HIGHEST"
    EntityDeathEvent: "HIGHEST"
    PlayerFishEvent: "HIGHEST"
  price: 10
  max: 2
  # you can use variables 'original_exp' and 'level' in the formula: option.
  formula: "original_exp * (1 + level * 0.25)"
  # if you set occurrence: random, the chance of
  # your guardian being spawn will be calculated form the level
  occurrence: always