Note: 1.18 has removed or merged a lot of biomes, therefore you will need to manually change these to fix this, or disable the biome check logger configuration setting. I would advise to fix them however.
IMPORTANT: You now require PyroLib in order to use the plugin. You can find the download link here or on the main Spigot page.
Additions: - Added the PyroLib dependency. All my plugins going forward will require this.
- Added a new configuration option "Settings.General.BiomeCheckLogger". Disabling this will disable the warning messages notifying you about incorrect biome names.
- Added Fishing Baits.
- Added a new configuration file. "bait.yml" found in the main plugin directory.
- Added a new command "/fish bait" which opens the bait store.
- Added all of the baits to "/fish giveitem". i.e. "/fish giveitem bait:example_bait"
- Added a bunch of back end things to support Bait.
- Added the ability to add Bait into your fishing rod by dragging and dropping it into your fishing rod inside of your inventory.
- Added a bait main menu icon.
- Added a new option "Settings.Other.ForceInventory" which will attempt to put all caught fish into the players inventory instead of dropping them on the ground.
- Added a check that will stop you from claiming deliveries if your inventory is full.
- Added a new option "DisableDeliveries" which will stop players from earning deliveries
- Added new configuration settings for Skills which allow you to enable or disable certain ones.
- Added the ability to configure the amount of fish required for a delivery.
- Added the option to respec your fishing skill points for 50,000 Entropy.
- Added a section into the fish codex on each fish that will tell you if it requires bait or not.
General Changes: - Updated internal API to 1.18
- Changed a bunch of the internal API calls to other methods to support 1.18.
- Removed a redundant listener on the join event.
- Removed old code that was used to load data into the player file that is no longer in use. (was hogging performance)
Fixes: - Fixed being able to grind entropy crystals in a grindstone.
- Fixed an issue with the codex file causing the first load of the plugin to throw an error.
- Fixed various issues in the Polish.yml language file. (Thanks RavenskyPaul)
- Fixed an error when using the codex when it was translated.
- Fixed not being able to redeem some old entropy crystals.
- Fixed various issues related to the internal file manager.
- Fixed some performance issues in different areas.