Coinflip
Coinflip is a fun server tool that lets your members flip coins using your server’s economy system. Winners get double their bet! This plugin requires the Economy plugin and comes with a banking system where server owners can deposit funds to allow bets. It supports configurable min/max bets, tracks profit and loss, and lets you customize messages for ongoing flips and outcomes.
Everyone Commands
You can use 2 commands `cf` or `coinflip`
Support 2 Commands
!coinflip
A simple flip without economy
!coinflip {choice} {betAmount}
Flip a coin using economy. Choice can be `heads`, `head`, `h`, `tails`, `tail`, `t`. betAmount must be number. Example !cf heads 200
!coinflip {betAmount} {choice}
Flip a coin using economy. Choice can be `heads`, `head`, `h`, `tails`, `tail`, `t`. betAmount must be number. Example !cf 200 tails
Admin Commands
!coinflip enable
Enabled coinflip in your server
!coinflip disable
Disabled coinflip in your server
!coinflip min {newBetAmount}
Set a custom minimum bet amount
!coinflip max {newBetAmount}
Set a custom maximum bet amount
!coinflip bank
Show your coinflip bank funds
!coinflip dep {amount}
Add funds into coinflip bank
!coinflip wit {amount}
Withdraw funds from coinflip bank
!coinflip ongoingmessage {newMessage}
Set a custom ongoing message. Use `reset` to reset to default
!coinflip outcomemessage {newMessage}
Set a custom outcome message. Use `reset` to reset to default
Placeholder Support List
We allow your administrator to set both custom ongoing and outcome message for support placeholder. - {choice} = user bet choice. - {outcome} = flip result heads or tails. - {betamount} = original bet amount. - {amount} = total wining amount. - {won} = can be lost or won based of outcome. - {icon} = your economy icon. Don't worry here an example for use: `You spent {icon}{betAmount} and chose {choice} The coin is flipping...`