
Список изменений
✨ New Features Capped Percentage Logic: Implemented a smart math system that calculates requirements based on clamp(online_players * percentage, min, max).
Dynamic BossBar: Added a progressive filling BossBar that tracks sleepers in real-time with full MiniMessage support (gradients and RGB).
AFK & Vanish Support: Native hooks for EssentialsX and generic Vanish metadata to ensure inactive players don't block the night skip.
Safety Window: A configurable 3-second countdown to prevent "accidental" night skips if someone jumps out of bed.
Phantom Control: Logic to reset insomnia (TIME_SINCE_REST) for everyone in the world or just the sleepers.
Admin Tools: Added /sleeppro reload with full tab-completion for easy configuration updates.
🔧 Technical Improvements Independent Worlds: Sleep logic is calculated per-world, preventing players in the Nether/End from affecting the Overworld count.
Paper API Optimization: Built on the 1.21 API for maximum performance and stability.
