
CustomFishing 2.3.8
Fishing mini-game, Fishing Bag, Sell shop, Lava fishing, MythicMobs Support, Competition, etc
1.3.0.11
Apr 8, 2023
Bug fix
- Fixed date requirement can't be applied to rod/totems
- Added new requirement type: rod (The rod which player is using)
- Added Turkish lang
- Added a new config section to toggle bait animation
- Added some API methods to get ItemStack's CustomFishing id
1.3.0.9
Apr 2, 2023
Bug fix
- Fixed NPE when using totems if no custom block plugin is installed
- Fixed vanilla loots not available when disable-bar-mechanic is true
1.3.0.6
Mar 25, 2023
lower the difficulty of mode 2
- Lower the difficulty of mode 2 slightly
- Added a new argument for mode 2 "pull-method: sneak" (sneak/move)
1.3.0.5
Mar 24, 2023
Improvements
- Optimized NBT reader
- Improved message system
- Fixed some small bugs and did some minor internal changes
- This should be a stable version for 1.3.0
1.3.0.4
Mar 23, 2023
Improvements
- Optimized command system
- Optimized placeholder system
- Fixed import command can't save item's amount
- Fixed placeholders can't be used on sell fish shop
- Fixed fish finder can be used in non-whitelist world
- Corrected some language problems
- Improved API
1.3.0.3
Mar 23, 2023
Spigot support
- Added Spigot support for all the functions
- Added update checker
- Now import command would only save items that are not already existing in item library.
1.3.0.1
Mar 21, 2023
Bug fix and new features
- Added oraxen custom durability loss implementation
- Added requirements for baits/enchants/totems/totem's effect/rods
- Added {player} placeholder in totem's hologram
- Fixed possible NPE when fish is hooked
- Fixed API SellFishEvent set money not works properly
- Fixed mini game not cancelled when player move far away from the fishing hook
- Fixed API RodCastEvent effect's property hasSpecialRod not applies
- Changed enchantment config format (See the example below) [Added effect & requirements section]
minecraft:luck_of_the_sea:
#levels
1:
effect:
weight-add:
silver: 2
gold: 1
4:
effect:
weight-add:
silver: 6
gold: 5
# requirements for a certain level of enchantment
requirements:
permission: luck_of_the_sea.admin
1.3.0
Mar 18, 2023
Release
- Official 1.19.4 support
- Update Adventure to 4.13.0
- Update MiniMessage to 4.13.0
- Update mariadb java client to 3.1.2
- Update BiomeAPI to 1.19.4
1.3.0-beta-7
Mar 14, 2023
Bug fix and new features
- Fixed stats papi broken in previous update
- Removed old configs for vanilla loots in config.yml
- Added loot properties for vanilla loots (which means you can execute commands, add skill-xp and so on when catching vanilla loot) The wiki page has been updated and you can get how to edit vanilla loots' actions Wiki Link
- Fixed bait might throw exception when using on off-hand
- Fixed head64 not working on non-loot items
- Added a new section: head-stackable for player_head material items
- Added effect system to util items (So you can make things like fishing talismans)
- Added new config sections for mode 2 & 3 bars
- Fixed RodCastEvent not triggered
- Removed FishHook event and added MiniGameStartEvent
1.3.0-beta-6
Mar 13, 2023
Bug fix
- Added new placeholder %fishingstats_total% to get the total amount of fish caught
- Automatically capitalized MMOItems' id to prevent null items
- Fixed baits give command
1.3.0-beta-5
Mar 11, 2023
Bug fixs and new integrations
- Added AdvancedEnchantments support (regenerate your enchants folder to get the example!)
AE:lucky:
1:
double-loot: 0.1
2:
double-loot: 0.2
3:
double-loot: 0.3
- Added EcoJobs support
- Added new action type: job-xp
- Added new requirement type: job-level
- Fixed some debug message not removed
1.3.0-beta-4-hotfix
Mar 9, 2023
SQL fix
1.3.0-beta-4
Mar 9, 2023
Statistics
- Added a new config section: statistics
- Added new placeholders "fishingstats" (Get the statistics of player's fishing) See the wiki page for more information
- Fixed size-multipler not initialized
- Added new event type: success-times (See the wiki page item-library for examples)
- Fixed competition can still be started by command when competition is disabled