Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Coinflip+ adds a 1v1 wager system to your Minecraft server using your existing economy. A player creates a game with /coinflip create [currency], others join through a clean GUI. Once a second player joins, an animated coin flip kicks in (three styles: strip, spin, wheel) with sounds and visual effects. The winner takes the pot minus a configurable server tax, and the result is logged to player stats and broadcast in chat.
Why use it
- For players — fast, fair entertainment between PvP rounds, grinding, or rebuilding economy. Clean GUI and animations that don't get boring after a few games.
- For server owners — extra currency circulation and a real revenue source thanks to tiered percentage tax. Full control over wager limits, cooldowns, and payouts.
- Full compatibility — supports multiple economies (Vault, CoinsEngine, ExcellentEconomy, PlayerPoints, TokenManager, BeastTokens, PlaceholderAPI), 5 interface languages (PL, EN, DE, ES, FR), three storage backends (YAML, SQLite, MySQL), PlaceholderAPI integration.
- Lag-free — lightweight code, asynchronous database writes.
Commands
- /coinflip — opens the GUI with the list of active duels
- /coinflip create [currency] — creates a new coinflip
- /coinflip delete — cancels your own game and refunds the stake
- /coinflip toggle — toggles notifications about new games
- /coinflip reload — reloads the config (coinflip.admin)
- Aliases: /cf, /cflip
Permissions
- coinflip.use — access to /coinflip and GUI (default: everyone)
- coinflip.create — create games (default: everyone)
- coinflip.join — join other players' games (default: everyone)
- coinflip.toggle — manage own notifications (default: everyone)
- coinflip.bypass.cooldown — bypass create cooldown (default: OP/VIP)
- coinflip.admin — /coinflip reload and administration (default: OP)
- coinflip.* — all permissions (default: OP)
Placeholders
- %coinflip_wins%, %coinflip_losses%, %coinflip_games%, %coinflip_winrate%
- %coinflip_notifications%, %coinflip_active_count%
- %coinflip_total_wagered_%, %coinflip_total_won_%
Before downloading
- Paper or Spigot 1.21+ server — older versions are not supported.
- Java 21 required — the plugin won't start on older versions.
- At least one supported economy required (e.g. Vault + EssentialsX/CMI). The plugin does not add a currency itself.
- PlaceholderAPI is optional — without it, placeholders and the placeholderapi currency type won't work.
- Each currency must be enabled in plugins/ide.coinflip/config.yml (enabled: true).
- Coinflips are public only (visible in GUI) — no private games.
Pinned Versions
Pages
Members
Owner