Double or Nothing is a cool and unique gambling system. It's a very small and easy system, that comes with a user-friendly configuration file. The plugin is very simple, the player either doubles the money or the lose it.
» Permissions: don.admin » Permission to reload the configuration file and reset stats.
don.stats » Show own stats
don.stats.other » Show other players stats
» Commands: /don [amount] » Run a DoN game.
/don help » Show usage message
/don reload » Reload the configuration file.
/don toggle » Toggle broadcast messages
» Information: You can customize almost everything, you can set the maximum and minimum bet to make sure that it matches your economy system. For more information about the configuration file check below.
Settings:
MinPrice: 1000 # Min/max must be between 0 and 9,223,372,036,854,775,808
MaxPrice: 1000000000 # Min/max must be between 0 and 9,223,372,036,854,775,808
CheckForUpdate: true # update check on startup
Broadcast:
MinimumBroadcastWinnings: 1000 # How much needs to be won to broadcast to everyone? Set to 0 to broadcast all winnings.
MinimumBroadcastCreation: 1000 # How much needs to be to broadcast to everyone? Set to 0 to broadcast all creations.
BroadcastCoinflipCreation: true #should we broadcast if player creates coinflip game?
Tax:
Enabled: false
Rate: 5 # 5% tax
# Economy providers
Providers:
# This economy provider will be used if the player does /don <amount>
# without specifying a currency provider after the amount to use if multiple
# providers are enabled. Currently only VAULT supported
DefaultProvider: "VAULT"