woodyn1002 / more-fish

A Bukkit Plugin that makes your fishing more fun.
MIT License
28 stars 58 forks source link

[Fix] Prevent mcmmo from modifing fish itemmeta #50

Open LazyGon opened 4 years ago

LazyGon commented 4 years ago

mcMMO fishing skill will modify fish caught. For example, add enchantment or change material type. Stopped it by listenening mcmmo fishing skill event.

LazyGon commented 4 years ago

Servers with mcmmo must change mcmmo option config.yml > Skills.Fishing.Override_Vanilla_Treasures to be false. If the option is true and caught item stack icon is not fish, caught item stack is changed to Salmon forcibly.

This infomation should be on wiki, I think.