⭐ UltraCoinFlip | 1.20.x - 1.21.10 | Folia Support icon

⭐ UltraCoinFlip | 1.20.x - 1.21.10 | Folia Support -----

High-performance coin flip plugin with multi-currency support, statistics tracking, and full customi




Changelog:
New! Added bStats for anonymous plugin statistics collection

Support/Help:
Join the discord server to ask for help.
----------, Today at 8:35 PM

Changelog:
Fix! Critical security bug where players could take player heads from coinflip roll GUI
Optimize! Added button handlers for all slots containing player heads
Optimize! Prevents players from taking items from coinflip animation GUI by adding protected slot handlers

Support/Help:
Join the discord server to ask for help.
----------, Today at 8:08 PM

Changelog:
Fix! Fixed AnvilGUI import path to use relocated package
Fix! Removed unused imports in VaultEconomyListener to clean up code
Optimize! Removing unnecessary dependencies and import statements

Support/Help:
Join the discord server to ask for help.
----------, Today at 10:20 AM

Changelog:
New! Added second example currency (gems) to customplaceholder.yml to demonstrate multiple currencies support
New! Added per-currency dynamic tax configuration - each custom currency can now have its own tax rate tiers
New! Added leaderboard filter configuration in config.yml - enable/disable specific filters (wins, profit, largest-win, worst-profit)
New! Added "Worst Profit" leaderboard filter - shows players who lost the most money overall
Fix! Critical bug where user-added custom currencies in customplaceholder.yml were being removed/reset during config updates
Fix! Customplaceholder.yml always resetting to "orbs" currency when users add additional custom currencies
Fix! Leaderboard "Wins" filter incorrectly showing currency symbol ($) when it should only display win count
Optimize! Enhanced config updater to use addIgnoredRoute for currencies section in customplaceholder.yml and coinsengine.yml

Support/Help:
Join the discord server to ask for help.
----------, Today at 7:14 AM

Changelog:
New! Migrated build system from Gradle to Maven for better dependency management and compatibility
New! Added VaultEconomyListener to automatically detect when economy plugins hook into Vault
Fix! Anvil GUI not capturing user input correctly
Fix! Color codes displaying in anvil GUI text field - input now shows clean numbers without formatting codes
Fix! Anvil GUI compatibility issues with Paper 1.21.10+ by using proper AnvilGUI library with Spigot mappings support
Fix! Plugin disabling when economy loads after UltraCoinFlip - now uses ServiceRegisterEvent for economy detection
Fix! NPE when using commands before economy is ready - added null checks with informative messages
Fix! AnvilGUI dependency conflicts with other plugins
Optimize! No longer relies on softdepend or delay timers

Support/Help:
Join the discord server to ask for help.

Changelog:
New! Added permission-based multi-game creation limits with configurable defaults and per-permission overrides
New! Added protection that blocks players from starting or joining a second coinflip while an animation is running, and hides their other listings until the roll finishes
New! Added crash-safe waiting-game refunds stored in the database
New! Added leaderboard feature with customizable GUI displaying top 15 players
New! Added leaderboard filtering system (Number of Wins, Most Profit, Largest Win)
New! Added currency filter in leaderboard GUI
New! Leaderboard command (/cf leaderboard, /cf lb, /cf top)
Fix! Dynamic tax rate system not working properly - tax rates are now correctly applied based on bet amount tiers
Fix! Tax rate validation - values entered as percentages (e.g., 99 for 99%) are now automatically converted to decimal format (0.99)
Fix! Wiin reward calculation - tax is now properly applied according to configured dynamic tax rates
Optimize! Improved tax rate validation with better error messages and automatic percentage conversion
Optimize! Added debug logging for tax rate calculations to help diagnose configuration issues

Support/Help:
Join the discord server to ask for help.

Changelog:
Fix! Large bet amounts no longer display in scientific notation anywhere (commands, GUI, broadcasts); they now respect the configured number-formatting style
Fix! Broadcast and other messages no longer inherit bold/italic formatting from the prefix - prefix text now automatically resets formatting afterward
Fix! Silent broadcasts now require the `ultracoinflip.silent` permission to be explicitly granted
Optimize! Coinflip rolling animation precomputes spins so the reel always lands on the predetermined winner without last-frame flicker, keeping the visual result in sync with the payout

Support/Help:
Join the discord server to ask for help.

Changelog:
Fix! Update checker success message keeps its color/tick formatting by translating legacy & codes into console colors

Support/Help:
Join the discord server to ask for help.

Changelog:
New! Added PlaceholderAPI placeholder support in GUI
New! Added configurable number formatting system with 3 format types: COMPACT (K/M/B/T), COMMAS (1,000,000), and FULL (1000000)
New! Added per-currency number format override option in config.yml
New! Added configurable thresholds for compact format (K/M/B/T) in config.yml
New! Added right-click to cancel own coinflip game feature in /cf menu (only host can cancel their own game)
New! Added lore display for cancel option when viewing own game (shows "Right-click to cancel" message)
New! Added anvil GUI input support as alternative to chat input (configurable in config.yml: input.method)
New! Added formatted PlaceholderAPI placeholders for profit and net profit (e.g., %coinflip_profit_money_formatted%, %coinflip_net_profitt%) - returns formatted numbers with commas (xxx,xxx,xxx) or K/M/B/T based on config
New! Added BeastTokens currency integration
Fix! Fixed profit calculation to properly account for tax
Fix! Fixed animation display bug where animation would show wrong winner
Fix! Improved animation-result consistency - animation ending position now matches the actual winner result
Fix! Fixed ChatColor plugin compatibility
Fix! Fixed game item PlaceholderAPI placeholders showing viewer's stats instead of host's stats
Fix! Anvil input GUI now opens reliably on 1.20+ servers
Optimize! Improved number display formatting - removes unnecessary .00 decimals and adds comma separators
Optimize! All amounts in GUI, messages, notifications, and Discord webhooks now use configurable formatting
Optimize! GUI automatically refreshes for all viewers when a game is cancelled

Support/Help:
Join the discord server to ask for help.

Changelog:
Optimize! All debug messages now properly respect debug mode configuration
Optimize! Added safe methods for InventoryView operations to prevent compatibility errors
Fix! Fixed debug messages appearing in console when debug mode is disabled
Fix! Fixed IncompatibleClassChangeError compatibility issue with Spigot and Spigot forks (UniverseSpigot, etc.)
Fix! Improved compatibility with different server implementations (Paper, Spigot, UniverseSpigot)

Support/Help:
Join the discord server to ask for help.
----------, Nov 16, 2025

Changelog:
New! Added configurable GUI click sound
Fix! Moved all sound configuration to sounds.yml and removed duplicate sound section from config.yml!

Support/Help:
Join the discord server to ask for help.
----------, Nov 16, 2025

Changelog:
Fix! Incompatibility error with USpigot 1.20.4 (need more testing on other spigot forks)

Support/Help:
Join the discord server to ask for help.
----------, Nov 15, 2025

Changelog:
New! Slot range format support (x-y)
New! Enhanced currency selection GUI
Optimize! Removed unnecessary &r prefix from GUI configs
Fix! Cursor jumping when click buttons

Support/Help:
Join the discord server to ask for help.
----------, Nov 15, 2025

Changelog:
New! Added help command for better user guidance
New! Added silent permission (ultracoinflip.silent) to disable notifications
New! Added game history display with full custom GUI support
New! Added advanced filtering system (filter by time, price ascending/descending)
New! Added game filtering feature
New! Added /cf history command to check game history
New! Added game behavior customization in config.yml
New! Added tax system toggle customization per currency file
New! Added support for custom-model-data, amount, and glowing effects on GUI buttons
New! Added separate GUI folder with individual customization for each GUI
New! Added sounds.yml to customize all sounds in the plugin
Optimize! Improved message hiding support (set to " " to hide messages)
Optimize! Enhanced player head display with multiple display methods
Optimize! Updated page navigation buttons for better user experience

Support/Help:
Join the discord server to ask for help.
----------, Nov 14, 2025

Changelog:
Optimize!
DiscordWebhook feature
Optimize! Logic refunds the player
Optimize! Improved performance when creating PlayerStats
Fix! Remove Essentials depency

Support/Help:
Join the discord server to ask for help.
----------, Nov 13, 2025

Changelog:
Optimize!
Better BoostedYAML optimization
Optimize! Further optimization of Dynamic tax rate system

Support/Help:
Join the discord server to ask for help.
----------, Nov 13, 2025

Changelog:
New!
Dynamic tax rate system per currency
Optimize! Clean some code parts

Support/Help:
Join the discord server to ask for help.
----------, Nov 13, 2025

Changelog:
Optimize!
Auto-Refresh GUI feature when there are many games going on

Support/Help:
Join the discord server to ask for help.
----------, Nov 12, 2025

Changelog:
New!
BoostedYAML added to the config

Support/Help:
Join the discord server to ask for help.
----------, Nov 12, 2025

Changelog:
Fix:
Folia compatibility error
Fix: Color code error in console with UpdateChecker message

Support/Help:
Join the discord server to ask for help.
----------, Nov 11, 2025

Changelog:
New:
Add UpdateChecker feature

Support/Help:
Join the discord server to ask for help.
----------, Nov 11, 2025

Resource Information
Author:
----------
Total Downloads: 85
First Release: Nov 11, 2025
Last Update: Today at 8:35 PM
Category: ---------------
All-Time Rating:
5 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings