This is a quick update to add in a pretty well-requested feature, requirements for rarities. Before, the plugin would check for a rarity the user can catch then choose a fish the user could catch but if the user had no available fish in that rarity then the plugin would get stuck. Some servers wanted to limit rarities and got stuck doing this so this feature lets you do that. The formatting is exactly the same and all the requirements are the same.
Code (YAML):
Rare:
weight
: 10
colour
: '&b'
worth-multiplier
: 0.2
broadcast
: false
requirements:
region
:
-
"fishing_lake"
world
:
-
"fishing_world"
size:
minSize
: 20
maxSize
: 150
- Added requirements to rarities
- Optimized checking for experimental-features
- Fixed trying to use PlaceholderAPI extension even if the plugin wasn't installed.