
CustomFishing 2.3.15
Fishing mini-game, Fishing Bag, Sell shop, Lava fishing, MythicMobs Support, Competition, etc
2.0.12.2
Feb 13, 2024
- Fixed the fishing mechanic not working if hook lands the ground before it lands the water
- Updated libraries
2.0.12.1
Jan 24, 2024
- Fixed the bug that scheduled competition would only be started once
2.0.12
Jan 20, 2024
- Let's dance
- Fixed the bug that some games not cancelled if player quit the server
2.0.11.2
Jan 20, 2024
- Added new option "left-click" to game type "hold_v2" and "click" (Check the wiki for example)
2.0.11.1
Jan 17, 2024
- Now if a loot is configurated to have games but it didn't meet the requirement for games, a warning would be printed
- Added new condition type "in-list"
2.0.11
Jan 12, 2024
- Fixed the bug that success actions are triggered (n+1) times for "item" loots
- Fixed the bug that "hook" and "bite" events not working in global events
- Added an option "disable-global-event" for certain loots to disable global-events
2.0.10.5
Jan 8, 2024
- Fixed packets on 1.18 servers
- Fixed page numbers in item browser
- Added market-uuid/bag-uuid command to open corresponding pages for players by uuid
2.0.10.4
Jan 6, 2024
- Fixed the issue of not losing durability when fishing successfully without a fishing game
- Fixed issue of not updating usage times when fishing hooks are installed on fishing rods without custom durability
- Fixed a bug where fishing failure in creative mode also reduces hook durability
2.0.10.3
Jan 5, 2024
- Added new API Events: FishingLootPreSpawnEvent FishingBagPreCollectEvent
- Added command /cfishing data unlock <uuid> to unlock data
- Fixed data export command not working with database storage type
- Fixed data not correctly loading if fishingbag is disabled
2.0.10.2
Jan 4, 2024
- Fixed market
- Fixed browser command on linux servers
2.0.10.1
Jan 3, 2024
- Fixed scheduler on 1.20+ paper/folia servers
2.0.10
Jan 2, 2024
- Now price formula would replace those unused placeholder with "0" to prevent errors
- New option in config.yml
multiple-loot-spawn-delay
- Improved some of the premade actions
- Added new condition type: "loot-type"
- Added new permission node "fishingbag.collect loot"
- Added new feature: Fishing bag would automatically collect the loots
2.0.9
Jan 2, 2024
- 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
2.0.8
Jan 1, 2024
- Fixed "&m"
- Fixed error where price formula not working if market is disabled
- Added new condition type "has-bait" and "has-hook"
2.0.7
Dec 29, 2023
- Added a new action type: timer
- Added a new API event to get ItemStack from fishing results
2.0.6
Dec 26, 2023
- 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"
2.0.5
Dec 25, 2023
- Custom expression/Placeholder support for NBT
-E: Evaluate the expression
-P: Parse the placeholders
nbt:
test_1: "(Int) -E:floor({SIZE} * 5 - 3)"
myBindPlugin:
owner: "(String) -P:{player}"
2.0.4
Dec 25, 2023
- Updated mysql java connector to fix CVE-2023-22102
2.0.3
Dec 21, 2023
1.20.3/1.20.4 support
- Added 1.20.3/1.20.4 support
- Improved library loader, only necessary libs are downloaded since this version
2.0.2
Dec 16, 2023
- Fixed EcoSkills integration