By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
A fully-featured casino plugin for PocketMine-MP, allowing players to engage in exciting games like Blackjack, Coin Flip, and Number Guess! The plugin integrates with BedrockEconomy for handling bets and winnings, offering a seamless experience for your Minecraft server.
config.yml
.Vecnavium\FormsUI
for smooth and interactive menus..phar
file or compile it from source..phar
file into your plugins/
folder.The plugin generates a config.yml
file on the first run. Here's an example of the default configuration:
messages:
main_menu_title: "Casino"
blackjack_button: "Blackjack"
coin_flip_button: "Coin Flip"
number_guess_button: "Number Guess"
blackjack_minimum_bet: "Minimum bet is 1!"
blackjack_win: "You won $$amount!"
blackjack_lose: "You lost $$amount!"
coin_flip_win: "Flip: $flip - You won $$amount!"
coin_flip_lose: "Flip: $flip - You lost $$amount!"
number_guess_win: "Number was $number - You won $$amount!"
number_guess_lose: "Number was $number - You lost $$amount!"
insufficient_funds: "Insufficient funds!"
account_not_found: "Account not found!"
config_error: "Configuration error: 'messages' is missing or invalid."
You can customize these messages to fit your server's theme.
/casino
: Opens the casino main menu.You can leave one review per plugin release, and delete or update your review at any time