NOTE: This a custom enchant module requires the latest TokenEnchant plugin

This plugin contains a custom enchantment effect to summon X number of Zmobies (or any hostile mob type specified in the config) to fight along with you against your enemies!  

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

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

Summoner:
  description: "Summons X zombies to fight along with you against your enemy!"
  event_map:
    EntityDamageByEntityEvent: "HIGHEST"
    EntityDeathEvent: "HIGHEST"
    EntityTargetEvent: "HIGHEST"
  price: 0
  max: 2
  name_format: "&e%player%&'s Army"
  guards:
    1:
      type: ZOMBIE
    2:
      type: PIG_ZOMBIE
  occurrence: always