NOTE: This custom enchant module requires the latest TokenEnchant

This plugin contains a custom enchantment effect to give you a chance of pulling out randomly selected predefined goodies whilst fishing.

This is a polymorphic enchantment and you can create any number of variant enchants in the TightLine_config.yml.

Installation:
Just install TE-TightLineEnchant.jar in TokenEnchant/enchants folder. Then you can either "restart the server" or "reload the plugin (not /te reload)". TightLineEnchantment (and any variants specified in the config) will automatically be loaded into TokenEnchant framework.

Sample Config:
Enchants:
  TightLine:
    description: "Gives you a chance of pulling out diamonds-gold-emeralds-iron [1-3 gems] whilst fishing."
    event_map:
      PlayerFishEvent: "HIGH"
    price: 0
    max: 1
    effect: "HAPPY_VILLAGER"
    occurrence: always
    multiplier: 1 # level * multiplier will be the number of the items.
    prizes:
      - "DIAMOND"
      - "GOLD_INGOT"
      - "IRON_INGOT"
      - "EMERALD"

  DeliciousTightLine:
    description: "Gives you a chance of pulling out food items whilst fishing."
    event_map:
      PlayerFishEvent: "HIGH"
    price: 0
    max: 1
    effect: "HAPPY_VILLAGER"
    occurrence: always
    multiplier: 1 # level * multiplier will be the number of the items.
    prizes:
      - "BREAD"
      - "COOKED_MUTTON"
      - "COOKED_CHICKEN"
      - "BAKED_POTATO"