Skip to content

CoinFlip module for Store: Bet on coin flips each round or duel against other players.

Notifications You must be signed in to change notification settings

NaathySz/Store-CoinFlip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store-CoinFlip

CoinFlip module for Store: Bet on coin flips each round or duel against other players.

Config

Config will be auto generated. Default:

{
    "enable_duel": true,
    "enable_coinflip_start_of_round": true,
    "min_coinflip": 0,
    "max_coinflip": 1000,
    "min_duel": 0,
    "max_duel": 1000,
    "coinflipBet_commands": [
        "coinflip",
        "cf"
    ],
    "coinflipSendDuel_commands": [
        "coinflipduel",
        "cfduel"
    ],
    "coinflipAcceptDuel_commands": [
        "coinflipduelaccept",
        "cfduelaccept"
    ],
    "coinflipDeclineDuel_commands": [
        "coinflipdueldecline",
        "cfdueldecline"
    ],
    "heads": {
        "multiplier": 2,
        "probability": 50
    },
    "tails": {
        "multiplier": 2,
        "probability": 50
    },
    "gif_enable": true,
    "heads_gif_or_image": "https://c.tenor.com/nEu74vu_sT4AAAAC/tenor.gif",
    "tails_gif_or_image": "https://c.tenor.com/Gv5d5zs4sisAAAAC/tenor.gif",
    "gif_display_duration": 4.0
}

ko-fi

About

CoinFlip module for Store: Bet on coin flips each round or duel against other players.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages