Skip to content

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

Notifications You must be signed in to change notification settings

NaathySz/Store-DuelDice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages