Changelog: • New! Added minimum reserve balance feature - prevents players from betting entire balance to bypass other plugin limits • New!Added winrate per currency tracking - track and display winrate separately for Money, PlayerPoints, TokenManager, and BeastTokens • New! Added winrate placeholders: %coinflip_winrate_<currency>% and <winrate_<currency>> in GUI - Built-in currencies (money, playerpoints, tokenmanager, beasttokens): returns actual winrate - Custom placeholder currencies: %coinflip_winrate_<currencyId>% or %coinflip_placeholder_<currencyId>_winrate% (returns 0, not tracked) • New! Added placeholder currency support in GUI placeholders - placeholder_<currencyId>_unit and placeholder_<currencyId>_display • New!Database schema updated to track wins/defeats per currency (automatic migration for SQLite and MySQL) • Fix! Fixed color code support for unit in messages • Fix!Fixed custom placeholder currencies not showing in GUI placeholders • Fix!Fixed potential exploit where players could bet entire balance to bypass plugin limits • Fix! Added post-updatefield addition to ensure user currencies in customplaceholder.yml are preserved with all new fields during updates • Optimize! Improved config comments with PlaceholderAPI usage examples and currency ID format documentation