- Fixed the bug that other placeholders can't be used in price formula
- Fixed the bug that error occurs if either "bonus" or "base" is not set
- Fixed the bug that plugin won't enable in previous server versions that do not have the latest Bukkit API methods
- Fixed YAML storage not working
- Hopefully fix Redis ranking not working properly on some servers
- Added new condition types: "has-size" and "has-stats"
- Added new event type: new_size_record
- Added new placeholder "%fishingstats_size-record_<id>%"
- Added new internal placeholders {statistics_size} and {statistics_amount}
- Added new property(statistics key) for loots
- Improved default configs in config.yml
- Minor changes with default configs related to "nick"
- Removed "in-lava" from old default configs
- Fixed "&m"
- Fixed error where price formula not working if market is disabled
- Added new condition type "has-bait" and "has-hook"
- Added new inner placeholder {min_size} {max_size}
- Now "amount" support range for instance "2~6"
- New API method for expressions
- Added async option for action "delay"
- Custom expression/Placeholder support for NBT
-E: Evaluate the expression
-P: Parse the placeholdersYAML:nbt: test_1: "(Int) -E:floor({SIZE} * 5 - 3)" myBindPlugin: owner: "(String) -P:{player}"
