2.2.27 2 days ago
- Fixed the region threading issue for removing temporary invincibility from dropped items on folia
- Fixed the issue with some Falling Block APIs missing on servers below 1.20.1
- Added an optional actions configuration section for Effect
- Supported offline player data reading and caching for fishingstats placeholders
2.2.26.1 Sep 12, 2024
- Fixed a bug that selling the fish in bundle would kick the player on recent minecraft versions(1.21+)
2.2.26 Sep 11, 2024
- Fixed the issue that PlaceholderAPI placeholders not returning positive scores when the goal is MIN_SIZE
- Added new API event FishingEffectApplyEvent
- Updated external libraries to the latest
2.2.25.2 Sep 8, 2024
- Sorry for that I accidentally added an extra space to a configuration file area when optimizing the comments, causing those market icons to not be read. This would affect new users who downloaded the plugin with version 2.2.25-2.2.25.1. To fix that, just regenerate the config.yml.
2.2.25.1 Sep 8, 2024
- Fixed a bug with lava fishing below 1.19.4
2.2.25 Sep 7, 2024
- Fixed an issue that password can't be applied to Redis
- Fixed a rare data saving error that comes out when stopping server
2.2.24 Sep 5, 2024
- Fixed bait animation not working and causing errors on some server versions if the amount of bait is `1`
- Removed the warning if `force-locale` is set
2.2.23 Sep 3, 2024
- Fixed SerializationUtils#clone() not working on 1.17.1 due to the lack of library
- Fixed getWaitTime() setWaitTime() not exists on 1.17.1/1.18.1 servers
- Improved the speed of modifying/building items
2.2.22 Sep 2, 2024
- Fixed the nbt section imported from import command
- Fixed base-effects not working
2.2.21 Aug 30, 2024
- Fixed a bug that player might trigger game results multiple times if they have cheat mods
- Improved the hologram system
- Added `use-item-display` option to `fake-item` action
- Added `use-text-display` & `argb` option to `hologram` action
- Added 3 new requirement types: `equipment` `gamemode` `sneak`
- Added `end` event for totems
2.2.20 Aug 28, 2024
- Fixed the bug that price-formula not applied
- Improved internal placeholder system
- Added
custom-data
system - Added
to-inventory
option for loots
2.2.19 Aug 23, 2024
- Fixed error if the size is set as a fixed value
- Fixed nms issues related to fake dropped item on 1.19.3- servers
- Fixed NoSuchMethod caused by "setLureTime" method not exists on 1.19.3- servers
- Improved the nbt/component type parser which might throw errors in previous versions
- Improved the disable logic to prevent the plugin from throwing other errors when failing to enable
2.2.18 Aug 19, 2024
- Fixed the bug that right click counts double if `left-click` is enabled in `click` games
- Fixed the bug that size/score effects are not correctly applied
2.2.17 Aug 14, 2024
- Fixed a **severe** bug that `difficulty` doesn't work for `accurate_click` mode
- Fixed a bug where `amount` doesn't take effect on items
- Fixed a bug that `escape` event would be triggered during games
- Fixed a minor bug that bobber can be hooked again during games
- Fixed a bug that `dance` game is not working properly when the difficulty is too low
- Added new parameters `max-speed` & `min-speed` for `accurate_click` mode
- Added new parameters `elasticity` & `elasticity-power` for `hold` and `hold_v2` mode
- Improved ranged value where expressions are allowed for instance `1+{level}~2+{level}*2`
- Added an option `other-settings.anti-auto-fishing-mod` to prevent players from using `AutoFishing` mods
2.2.16 Aug 11, 2024
- 1.21.1 support
- Fixed fake armorstands on 1.19.3-
- Fixed compatibility with latest BetonQuest (Requires 2.1.3+)
- Fixed compatibility with latest AdvancedSeasons (Requires 1.4+)
2.2.15 Aug 6, 2024
- Fixed lava fishing below Y=0
- Replace `command` with `give-money` action in default configs
2.2.14 Aug 3, 2024
- Optimized hologram/fake-item action
- Optimized the algorithm for obtaining the next competition time
- Fixed MongoDB connection-uri string
2.2.13 Jul 31, 2024
- Fixed `hologram` action throwing errors when used in totems
- Improved player count when enabling redis ranking
- Fixed the issue where the plugin failed to load if the item section is `null`. This could happen if the market section is malformatted.
2.2.12 Jul 31, 2024
- Optimized the data saving process when redis enabled
- Fixed an issue that happens if the latency of Redis is too high
2.2.11 Jul 30, 2024
- Fixed nms issues on recent paper 1.21(#114) builds
- Added 'force-locale' option in config.yml
- No longer throw errors if a yaml file only contains comments
- Updated libs
2.2.10 Jul 29, 2024
- Fixed `command` action not work on Folia
- Fixed `competition` condition giving errors if list is not provided
- Fixed PlaceholderAPI placeholders can't be used in conditions
- Added warnings if the effect operation is malformatted
- Added `region` condition (Requires WorldGuard)
2.2.9 Jul 28, 2024
- Fixed the statistics placeholder not working as expected
- Fixed `head64` not working on 1.20.2- servers
2.2.8 Jul 28, 2024
- Fixed a bug since 2.2.7 where you can only get `water_animation` from fishing
- Fixed the `head64` not working due to config nodes
- Improved the break if players break the skull in creative mode
2.2.7 Jul 27, 2024
- Fixed the `typo` of `data-saving-interval` in code which caused the option no longer work
- Fixed the nms issues on 1.18.2
- Fixed the bug that the CustomFishing item built from API doesn't contain ID NBT tag, which caused the `give-item` action not working properly
- Fixed the issue that the `lore` is not updated when a hook is broken
- Fixed `give-item` not giving the correct amount of items
2.2.6 Jul 25, 2024
- Improved the ownership check when giving items
- Added `to-inventory` flag for command `give` and `get`
- Added `to-inventory` option to `give-item` action