Advanced Parkour - v1.0.5
Changes & Fixes
- Added support for Minecraft 26.1 and higher versions.
- Updated Commons to v2.1.1
- Updated ParticleLib v1.0.9.
- Updated FileItems v1.2.5.
Advanced Parkour - v1.0.4
Changes & Fixes
- Optimized centered message rendering to avoid unnecessary MiniMessage parsing for padding.
- Cleaned up tab completion logic for online player suggestions.
AdvancedParkour - v1.0.3
Changes & Fixes
- Fixed the record completion flow so global record notifications are sent cleanly without the runtime-breaking message call issue.
- Improved the finish routine by reusing the checkpoint list lookup before recreating the start hologram after a record update.
- Optimized PlaceholderAPI requests by resolving the player user data once per request instead of repeating the same lookup across multiple placeholder branches.
- Hardened file reading with safe resource handling so buffered readers are always closed correctly during file-to-string operations.
- Reduced allocation overhead in potion effect display name formatting by replacing the stream-based builder with a simpler string construction path.
- Cleaned up leaderboard imports for a tighter and safer release build.
Advanced Parkour - v1.0.2
Changes & Fixes
- Improved checkpoint detection performance by replacing full arena/checkpoint scans with indexed block lookups.
- Optimized checkpoint break handling to use the new indexed lookup path instead of iterating all arenas.
- Added dynamic arena sign listener registration so sign events are only listened to while at least one arena sign exists.
- Improved arena sign interaction performance by replacing slow sign lookups with direct block-based indexing.
- Fixed arena sign loading so all valid signs are restored on startup instead of stopping after the first one.
- Added persistent markers for plugin-managed hologram entities.
- Added startup cleanup for stale AdvancedParkour entities left behind from previous sessions.
- Hardened arena shutdown handling to safely skip restore logic for missing offline players.
Advanced Parkour - v1.0.1
Changes & Fixes
- Added an update notifier that checks for new plugin versions on startup.
- Added a configurable toggle so update checks can be enabled or disabled from the main config.
- Integrated the existing UpdateChecker flow directly into plugin startup.
- Removed the unused active_players bStats metric.
- Removed the unused music.yml configuration file.
File Changes
- config.yml - Added the new update checker toggle:
YAML:# If enabled, the plugin checks Spigot for newer releases on startup. update-notifier: true- music.yml - Removed the unused music configuration file.
