v1.7
What's new?
- Added feature so players can double down which is a typical blackjack move. This feature can be toggled off if it is not desired.
(If a player is confident in their hand, on the first turn, they can "double down" which multiples the bet amount by 2 and then gives them one card. They are then forced to stand on the next turn).
How to install:
1. Install & replace with 1.7 in your plugins folder
2. If using existing config.yml, add the below to your config.yml
Code (Text):
# Should doubling down be enabled (double your bet amount but forced to stand after drawing 1 more card)
enable-double-down: true
# If double down is enabled, and a person doubles down without enough funds to cover the cost of a loss,
# should they still be rewarded the 2x multiplier?
# E.g. player A bets all $100 they own, they then double down making the bet $200, they then lose and hence lose
# $200. However, a lot of economies do not use negative balances so they would really only lose $100.
# I'd recommend keeping this false unless your economy allows for players to have negative balances
double-down-overflow: false
double-down-item: "&eDouble Down"
double-down-lore: "&7&o(Double the bet amount and stand after 1 more card)"
3. Reload / restart your server