Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 837 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 837 Bytes

[Store module] Duel Dice

Duel Dice Module for Store: Challenge other players to a dice duel and place bets. Duel commands, bet limits, and cooldowns are configurable

Config

Config will be auto generated. Default:

{
  "duel_commands": [
    "dueldice",
    "diceduel"
  ],
  "acceptduel_commands": [
    "acceptdueldice",
    "acceptdiceduel"
  ],
  "refuseduel_commands": [
    "refusedueldice",
    "refusediceduel"
  ],
  "challenge_cooldown": 10, // // Cooldown time for challenging again (in seconds)
  "accept_timeout": 60, // Time allowed for the challenged player to accept the duel (in seconds)
  "max_dice_value": 6, // Maximum value of the dice
  "min_bet": 10, // Minimum bet amount
  "max_bet": 1000 // Maximum bet amount
}

ko-fi