lib update
- Update libs to latest
- Try to rehook EcoJobs
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
Bug fix
- Fixed groups not applied to loots
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
Improvements
- Added new date condition
- Added debug command
Bug fix
- Fixed MythicMobs hook
- Added an option to disable data saving info
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)
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
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
Bug fix
- Fixed ArrayIndexOutOfBoundsException in mode 3 game
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.
Hotfix
- Fixed EcoItems' CustomFishing items not loaded
Bug fix
- Fixed NPE occurred in previous update
- Fixed Betonquest 1.x quest data
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
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.2->1.3 Update guide
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
Update guide
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
Update guide
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
Update guide
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
Update guide