
23.9K
97
Plugin Changes
- Baits now support recipes.
- Bait configs now support
catch-event. - Added more placeholders for database data.
- All placeholders can be found on the wiki.
- Fixed various issues related to the database.
- Resolved a deprecation within mcMMO.
- You will need to update to mcMMO 2.2.050 or newer.
API Changes
- The fish reward methods in
IFishhave been deprecated.- They were replaced with catch reward.
Plugin Changes
- Baits now support recipes.
- Bait configs now support
catch-event. - Added more placeholders for database data.
- All placeholders can be found on the wiki.
- Fixed various issues related to the database.
- Resolved a deprecation within mcMMO.
- You will need to update to mcMMO 2.2.050 or newer.
API Changes
- The fish reward methods in
IFishhave been deprecated.- They were replaced with catch reward.
Plugin Changes
- Baits now support recipes.
- Bait configs now support
catch-event. - Added more placeholders for database data.
- All placeholders can be found on the wiki.
- Fixed various issues related to the database.
- Resolved a deprecation within mcMMO.
- You will need to update to mcMMO 2.2.050 or newer.
API Changes
- The fish reward methods in
IFishhave been deprecated.- They were replaced with catch reward.
Plugin Changes
- Fixed error when catching a fish with no custom lore.
- Scheduled competitions are now held back if one is already active.
- If held back, it will start immediately after the active one ends.
- This behavior can be disabled in config.yml.
- Fixed purchasing a bait when economy types are not specified.
- Bait configs now support the
silentsetting to hide the catch message.
Plugin Changes
- Fixed error when catching a fish with no custom lore.
- Scheduled competitions are now held back if one is already active.
- If held back, it will start immediately after the active one ends.
- This behavior can be disabled in config.yml.
- Fixed purchasing a bait when economy types are not specified.
- Bait configs now support the
silentsetting to hide the catch message.
Plugin Changes
- Fixed error when catching a fish with no custom lore.
- Scheduled competitions are now held back if one is already active.
- If held back, it will start immediately after the active one ends.
- This behavior can be disabled in config.yml.
- Fixed purchasing a bait when economy types are not specified.
- Bait configs now support the
silentsetting to hide the catch message.
Plugin Changes
- Fixed %emf_competition_time_left% when there are no scheduled competitions.
- Removed
/emf admin bait debug. - Added
/emf admin debug. - Reverted the item addon changes introduced in 2.3.1.
- Added new configs to define item addon behavior.
- These are located under
items.addonsin config.yml.
- These are located under
- The plugin's placeholders now work with offline players.
- There are two exceptions due to them being stored on the player:
custom_fishing_booleancustom_fishing_status
- Added a new GUI sort type: index.
- This will allow more fine control over the order things are displayed in.
- Added
sort-indexto fish, rarity, and bait configs to work with this new type.
- Fixed incorrect fish lore when custom lore is configured.
Internal Changes
ItemConfig's override system has been replaced with transformer.- Transformer allows the configured value to optionally be manipulated instead of replaced.
LoreItemConfignow usesList<Component>instead ofList<String>.- Renamed
Fish#getFishLoretoFish#buildFishLore.
Translations
- All new messages have been translated into Korean. (minejango2)
Plugin Changes
- Fixed %emf_competition_time_left% when there are no scheduled competitions.
- Removed
/emf admin bait debug. - Added
/emf admin debug. - Reverted the item addon changes introduced in 2.3.1.
- Added new configs to define item addon behavior.
- These are located under
items.addonsin config.yml.
- These are located under
- The plugin's placeholders now work with offline players.
- There are two exceptions due to them being stored on the player:
custom_fishing_booleancustom_fishing_status
- Added a new GUI sort type: index.
- This will allow more fine control over the order things are displayed in.
- Added
sort-indexto fish, rarity, and bait configs to work with this new type.
- Fixed incorrect fish lore when custom lore is configured.
Internal Changes
ItemConfig's override system has been replaced with transformer.- Transformer allows the configured value to optionally be manipulated instead of replaced.
LoreItemConfignow usesList<Component>instead ofList<String>.- Renamed
Fish#getFishLoretoFish#buildFishLore.
Translations
- All new messages have been translated into Korean. (minejango2)
Plugin Changes
- Fixed %emf_competition_time_left% when there are no scheduled competitions.
- Removed
/emf admin bait debug. - Added
/emf admin debug. - Reverted the item addon changes introduced in 2.3.1.
- Added new configs to define item addon behavior.
- These are located under
items.addonsin config.yml.
- These are located under
- The plugin's placeholders now work with offline players.
- There are two exceptions due to them being stored on the player:
custom_fishing_booleancustom_fishing_status
- Added a new GUI sort type: index.
- This will allow more fine control over the order things are displayed in.
- Added
sort-indexto fish, rarity, and bait configs to work with this new type.
- Fixed incorrect fish lore when custom lore is configured.
Internal Changes
ItemConfig's override system has been replaced with transformer.- Transformer allows the configured value to optionally be manipulated instead of replaced.
LoreItemConfignow usesList<Component>instead ofList<String>.- Renamed
Fish#getFishLoretoFish#buildFishLore.
Translations
- All new messages have been translated into Korean. (minejango2)
Plugin Changes
- Fixed new fish being unable to be sold.
- Added interval-based competition backups.
- Disabled by default, useful for resuming after crashes.
Plugin Changes
- Fixed new fish being unable to be sold.
- Added interval-based competition backups.
- Disabled by default, useful for resuming after crashes.
Plugin Changes
- Fixed new fish being unable to be sold.
- Added interval-based competition backups.
- Disabled by default, useful for resuming after crashes.
Plugin Changes
- Added
set-worthto rarity configs. - Added an easier way to set an exact size.
- Example:
size: 100
- Example:
- Help Messages:
- Now only show if you have permission to use their command.
- Now correctly display the custom name for the admin command.
- The admin database command is now shown.
- Competition rewards will now be cached for offline players and awarded upon rejoin.
- Rewards will be forgotten about if the server is restarted.
- Fixed an issue with database timestamps.
- The
prevent-craftingconfig now also affects crafter blocks. - Custom Vault economy messages are now formatted correctly.
- Items using item addons now disable the
displaynameandloreconfigs.- It was previously being overwritten.
- Allowed separate display names for fish and fish items.
API Changes
- Added size methods to
IFish. - Added
IFish#getSetSizeandIRarity#getSetSize.
Internal Changes
- Renamed
HelpMessageBuildertoHelpMessageand renamed methods.
- Added
Plugin Changes
- Added
set-worthto rarity configs. - Added an easier way to set an exact size.
- Example:
size: 100
- Example:
- Help Messages:
- Now only show if you have permission to use their command.
- Now correctly display the custom name for the admin command.
- The admin database command is now shown.
- Competition rewards will now be cached for offline players and awarded upon rejoin.
- Rewards will be forgotten about if the server is restarted.
- Fixed an issue with database timestamps.
- The
prevent-craftingconfig now also affects crafter blocks. - Custom Vault economy messages are now formatted correctly.
- Items using item addons now disable the
displaynameandloreconfigs.- It was previously being overwritten.
- Allowed separate display names for fish and fish items.
API Changes
- Added size methods to
IFish. - Added
IFish#getSetSizeandIRarity#getSetSize.
Internal Changes
- Renamed
HelpMessageBuildertoHelpMessageand renamed methods.
- Added
Plugin Changes
- Added
set-worthto rarity configs. - Added an easier way to set an exact size.
- Example:
size: 100
- Example:
- Help Messages:
- Now only show if you have permission to use their command.
- Now correctly display the custom name for the admin command.
- The admin database command is now shown.
- Competition rewards will now be cached for offline players and awarded upon rejoin.
- Rewards will be forgotten about if the server is restarted.
- Fixed an issue with database timestamps.
- The
prevent-craftingconfig now also affects crafter blocks. - Custom Vault economy messages are now formatted correctly.
- Items using item addons now disable the
displaynameandloreconfigs.- It was previously being overwritten.
- Allowed separate display names for fish and fish items.
API Changes
- Added size methods to
IFish. - Added
IFish#getSetSizeandIRarity#getSetSize.
Internal Changes
- Renamed
HelpMessageBuildertoHelpMessageand renamed methods.
- Added
Plugin Changes
- Rewritten the Bait system to make it easier to work with.
- All configs will be automatically converted to the new format, no admin input required.
- See #977 for more information.
- Added more debug messages when catching a fish.
Internal Changes
- Rewritten Database code to use JDBI instead of jOOQ.
- This has reduced the jar size even further.
- Rewritten the Bait system to make it easier to work with.
Plugin Changes
- Rewritten the Bait system to make it easier to work with.
- All configs will be automatically converted to the new format, no admin input required.
- See #977 for more information.
- Added more debug messages when catching a fish.
Internal Changes
- Rewritten Database code to use JDBI instead of jOOQ.
- This has reduced the jar size even further.
- Rewritten the Bait system to make it easier to work with.
Plugin Changes
- Rewritten the Bait system to make it easier to work with.
- All configs will be automatically converted to the new format, no admin input required.
- See #977 for more information.
- Added more debug messages when catching a fish.
Internal Changes
- Rewritten Database code to use JDBI instead of jOOQ.
- This has reduced the jar size even further.
- Rewritten the Bait system to make it easier to work with.
Plugin Changes
- Removed the startup warning if no economy types are loaded.
- Each economy type now shows "has successfully hooked into" in console if they were loaded.
- Placeholders are now parsed in item lore and names.
- Added
tooltip-stylesupport on 1.21.3+. - Fixed exception when opening the Journal menu.
- The
lore-overrideconfig is now supported at the Rarity level. - AuraSkills and mcMMO treasure can now be caught if the player disables custom fish.
Internal Changes
- Economy types are no longer registered if they fail to load.
- Added
EconomyType#load. - Internal economy types now check if they are enabled in config before attempting to load.
DependencyManager#loadEconomyhas been split into a method for each type.- Removed the "safety check" for vault as it is now redundant.
Plugin Changes
- Removed the startup warning if no economy types are loaded.
- Each economy type now shows "has successfully hooked into" in console if they were loaded.
- Placeholders are now parsed in item lore and names.
- Added
tooltip-stylesupport on 1.21.3+. - Fixed exception when opening the Journal menu.
- The
lore-overrideconfig is now supported at the Rarity level. - AuraSkills and mcMMO treasure can now be caught if the player disables custom fish.
Internal Changes
- Economy types are no longer registered if they fail to load.
- Added
EconomyType#load. - Internal economy types now check if they are enabled in config before attempting to load.
DependencyManager#loadEconomyhas been split into a method for each type.- Removed the "safety check" for vault as it is now redundant.
1
...
