Oheers / EvenMoreFish

An advanced fishing plugin based on MoreFish, created 2 years after its last update.
MIT License
91 stars 56 forks source link

Allow lore-override in fish config #281

Closed FireML closed 4 months ago

FireML commented 5 months ago

This aims to allow server owners to set completely custom lore for certain fish. It's configured exactly the same as the global lore but it only applies for that fish.

Example config:

    Penguin Feather:
      item:
        material: FEATHER
      lore-override:
        - "&7&oTest Lore"
        - "{rarity_colour}&l{rarity}"
        - ""
        - "{fish_lore}"
      lore:
        - "&7&oExtra Lore"

And a screenshot to show it working: image