Список изменений
🔧 Reflux Skill Custom Configuration System
✅ Added independent ammo capacity settings for each weapon
✅ Support for fixed values and random range replenishment amounts (e.g., 1-50 rounds)
✅ Smart configuration priority: Custom config > Weapon default capacity
✅ Complete command system: setmax, setamount, info, remove
✅ Configuration follows weapons, supports trading transfer
🛡️ Chain Lightning Player-Friendly Features
✅ Chain lightning no longer damages players
✅ Maintains complete visual effects: electric arcs, particles, sound effects
✅ Players receive 2-second glow effect, displaying "Electric Surge" status
✅ Friendly notification message: "Chain lightning swept by, but didn't harm you!"
✅ Perfectly adapted for multiplayer server environments
🔧 TACZ API Smart Detection
Prioritize official API: GunUtils.getMaxAmmoCount() Fallback solution: Through GunData.getAmmoAmount() Compatible with multi-version NBT field structures Auto-adapts to TACZ 1.0.3 - 1.1.6+ all versions
Code Optimization Removed all debug information to enhance user experience Improved UI display: Skill icons and frames proportionally reduced by half Optimized configuration validation and error handling Enhanced data security and stability

