HarvestFlow v1.11.2 - The Notification Improvement Update! This update focuses on improving the clarity and usefulness of the update notification system.
✨ New Features
Dynamic Version Placeholders: The update notification message in config.yml now supports two new placeholders:
%current_version%: Displays the version of HarvestFlow currently running on your server.
%new_version%: Displays the latest version available for download.
This allows for more informative and dynamic update messages for administrators.
Changes & Improvements
Updated Default Config: The default update-notify message in config.yml has been changed to showcase the new placeholders:
Old: &e[Harvest-Flow] A new version is available! Download it from: &f%link%
New: &e[Harvest-Flow] A new version (%new_version%) is available! You are on %current_version%. Download it from: &f%link%
⚙️ Technical Changes
The PlayerJoinListener has been updated to handle the replacement of the new version placeholders, ensuring the correct versions are displayed to players with the harvestflow.notify permission.