Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
Current Features
  • Customizable Messages
  • Advanced config
  • Counting game
    • Unlimited Channels
    • Auto Pin Messages
    • Role Rewards
    • Close Channel On Max Number
  • Trivia
    • Multiple Difficulties
    • Customizable Timer
  • Russian Roulette
    • Multiplayer Game
    • Custom Bets
  • Roulette
    • Supports Custom Emojis
    • Black, Red and Green with customizable Payouts
    • Customizable Chances
  • Horsey
    • Animated Horse Racing
    • Supports Custom Emojis
  • TypingTest
    • Calculate your WPM within discord
    • Randomly Generated Sentences
    • Supports Custom Words
    • Anti Cheat Detection (Prevents copy & pasting)
  • Akinator
  • Animated Games
  • Anti Cheat Detection
  • Hooks into Corebot's Experience System
  • Hooks into Corebot's Coin System
  • Coin Rewards
screenshots.png

Preview1.gif
Preview2.gif
Preview3.gif
Preview4.gif
Preview5.gif
Preview6.gif

Preview7.gif

configuration.png

YAML:
MaximumBid: 10000
MinimumBid: 10
Games:
  CountingGame:
    Enabled: true
    Games:
      "795606794101194752":
        AllowSpam: true
        CustomDisplay: false
        # Avaiable Modes are webhook/embed/false
        ErrorMessages: true
        RegExp: ^[0-9]*$
        PinMessages:
          - 10
        RoleRewards:
          "10": Cool
        MaxCount: 18
        # Set this to a number if you want a max count
        HardMode: true
        # Should the counting game reset if someone says a wrong number.
        Reaction: ✅
        # Set this to false to disable reactions.
  TypingTest:
    nouns:
      - bird
      - clock
      - boy
      - plastic
      - duck
      - teacher
      - old lady
      - professor
      - hamster
      - dog
    verbs:
      - kicked
      - ran
      - flew
      - dodged
      - sliced
      - rolled
      - died
      - breathed
      - slept
      - killed
    adjectives:
      - beautiful
      - lazy
      - professional
      - lovely
      - dumb
      - rough
      - soft
      - hot
      - vibrating
      - slimy
    adverbs:
      - slowly
      - elegantly
      - precisely
      - quickly
      - sadly
      - humbly
      - proudly
      - shockingly
      - calmly
      - passionately
    preposition:
      - down
      - into
      - up
      - on
      - upon
      - below
      - above
      - through
      - across
      - towards
    Joiner1: because a
    Joiner2: a
Commands:
  Roulette:
    RequiredRole: "@everyone"
    BlackRedMultiplier: 2
    GreenMultiplier: 5
    GreenChance: 20
    Emojis:
      - ⚫
      - 🔴
      - 🟢
    Command:
      Name: roulette
      Description: Play a game of roulette and bet on the correct color to win!
      Usage: roulette <color> <bet>
      Aliases: []
      type: fun
  Trivia:
    RequiredRole: "@everyone"
    MaxGuessTime: 20000
    Multipliers:
      easy: 1.5
      medium: 2.5
      hard: 3
    Command:
      Name: trivia
      Description: Play a game of trivia.
      Usage: trivia <bet> <easy/medium/hard>
      Aliases: []
      type: fun
  Horsey:
    RequiredRole: "@everyone"
    Multiplier: 2
    Command:
      Name: horsey
      Description: Bet on a racehorse and watch it's race in real-time.
      Usage: horsey <1-5> <bet>
      Aliases: []
      type: management
  RussianRoulette:
    RequiredRole: "@everyone"
    Command:
      Name: russianroulette
      Description: Play a game of roussian roulette with your friends.
      Usage: russianroulette <bet>
      Aliases:
        - rr
        - rroulette
      type: fun
  RJoin:
    RequiredRole: "@everyone"
    Command:
      Name: rjoin
      Description: Join a game of russian roulette.
      Usage: rjoin <bet>
      Aliases: []
      type: fun
  Regions:
    RequiredRole: "@everyone"
    Command:
      Name: regions
      Description: View a list of all regions for Akinator.
      Usage: regions
      Aliases: []
      type: fun
  BlackList:
    RequiredRole: admin
    Command:
      Name: blacklist
      Description: Blacklist a user from using AdvancedGames commands.
      Usage: blacklist <user>
      Aliases: []
      type: management
  BlackJack:
    RequiredRole: "@everyone"
    Command:
      Name: blackjack
      Description: Play a game of blackjack and be the first one to get 21.
      Usage: blackjack <bet>
      Aliases:
        - bj
      type: fun
  TypingTest:
    RequiredRole: "@everyone"
    Command:
      Name: typingtest
      Description: Play a game of typing test to calculate your WPM.
      Usage: tpyingtest
      Aliases:
        - tt
      type: fun
  Akinator:
    Region: en
    RequiredRole: "@everyone"
    YesWords:
      - yes
      - y
      - ye
      - yeah
      - yup
      - yea
      - ya
      - hai
      - si
      - sí
      - correct
    NoWords:
      - no
      - n
      - nah
      - nope
      - nop
      - iie
      - non
      - fuck off
    Command:
      Name: akinator
      Description: Play a game of akinator, the game of 50 questions.
      Usage: akinator <region>
      Aliases:
        - aki
      type: fun
  SetCount:
    RequiredRole: admin
    Command:
      Name: setcount
      Description: Set a counting game channel's count
      Usage: setcount <channel> <count>
      Aliases: []
      type: management
Embeds:
  Errors:
    InvalidBet:
      Title: Invalid Bet
      Description: The amount you are betting must be a number!
      Color: "#f52c2c"
    InvalidResponse:
      Title: Invalid Response
      Description: You must respond with ``hit|stand|h|s``!
      Color: "#f52c2c"
    MustBeBlackRedOrGreen:
      Title: Invalid Color
      Description: You must respond with ``black|green|red``!
      Color: "#f52c2c"
    AlreadyJoined:
      Title: Nice Try
      Description: You have already joined this game.
      Color: "#f52c2c"
    InvalidCode:
      Title: Invalid Code
      Description: There was an error fetching the game with that code
      Color: "#f52c2c"
    Blacklisted:
      Title: Your Blacklisted
      Description: You are blacklisted from using this gambling command.
      Color: "#f52c2c"
    CantSpam:
      Title: You cant count after yourself!
    InvalidCount:
      Title: Invalid Count!
      Description: The next number is ``{number}``!
    InvalidDifficulty:
      Title: Invalid Difficulty
      Description: >-
        Your difficulty must be one of the following or left blank for a random
        difficulty.

        ```EASY, MEDIUM, HARD```
    NoCheating:
      Title: You cheated!
      Description: No cheating mister, im smarter than you.
    AkinatorRegions:
      Title: Invalid Region
      Description: |-
        Valid regions are
        ```{regions}```
    AkinatorOutOfTime:
      Title: You lost!
      Description: You didnt respond in time!
    NotEnoughCoins:
      Title: Not Enough coins!
      Description: You dont have enough coins to bet!
    BetTooSmall:
      Title: Bet Too Small!
      Description: Your bet is too small, the minimum you can bet is {min-bet}!
    BetTooBig:
      Title: Bet Too Big
      Description: Your bet is too big, the maximum you can bet is {max-bet}!
    InvalidCountHard:
      Title: ❌ Uh Oh!
      Description: "{user-mention} sent the wrong number ending the counting game at
        **{count}**!"
      Color: null
    InvalidChannel:
      Title: Invalid Channel
      Description: The channel you mentioned is not a counting game channel. Please
        create it in the config.
  Success:
    BlackJack:
      Author: "{user-username}'s blackjack game"
      AuthorIcon: "{user-pfp}"
      Footer: K Q J = 10 | A = 11 or 1
      Color: null
      Fields:
        - name: "{user-username}"
          value: |-
            > Cards - [{userCards}](https://corebot.dev/developers/59L)
            > Total - ``{userTotal}``
          inline: true
        - name: House
          value: |-
            > Cards - [{houseCards}](https://corebot.dev/developers/59L)
            > Total - ``{houseTotal}``
          inline: true
      Lang:
        Busted: |-
          **You busted and the house won!**
          You lost **{coins}** coins!
        BlackJack: |-
          **You win, you got a blackjack**
          You won **{coins}** coins!
        HouseBusted: |-
          **You win, the house busted!**
          You won **{coins}** coins!
        HouseWon: |-
          **You lose, you have {userTotal}, house has {houseTotal}**
          You lost **{coins}** coins!
    Roulette:
      Author: "{user-username}'s Roulette Game"
      AuthorIcon: "{user-pfp}"
      Footer: |-
        Best If Played On PC
        Green = 20 | Black & Red = 40
      Color: null
      Lang:
        Won: |-
          ``{roll}``
                  🡅
          **You won with the winning color {color}**
          You win **{coins} coins**!
        Lost: |-
          ``{roll}``
                  🡅
          **You lost losing {coins} coins**
    JoinRussianRoulette:
      Author: "{user-username}'s Roulette Game"
      AuthorIcon: "{user-pfp}"
      Fields:
        - name: "📰 Code:"
          value: "``{prefix}rjoin {code}``"
          inline: true
        - name: "💰 Pot:"
          value: "``{pot}``"
          inline: true
        - name:
          value:
          inline: true
        - name: "⏰ Starting In:"
          value: "``{timeLeft} seconds``"
          inline: true
        - name: "🙎‍♂️ Joined:"
          value: "{users}"
          inline: true
      Color: null
    JoinedRussianRoulette:
      Author: You successfully joined
      Color: "#25de1f"
    RussianRouletteEnded:
      Author: "{user-username}'s Roulette Game | ENDED"
      Description: The user <@{winner}> won winning a total of **{pot} coins**!
      Color: "#25de1f"
    Trivia:
      Author: "{user-username}'s Trivia Game "
      AuthorIcon: "{user-pfp}"
      Description: |-
        **{question}**
        You have 30 seconds to answer.
        {choices}
      Fields:
        - name: Worth
          value: "``{worth} coins``"
          inline: true
        - name: Difficulty
          value: "``{difficulty}``"
          inline: true
        - name: Category
          value: "``{category}``"
          inline: true
      Color: null
      Langs:
        CorrectAnswer: |-
          **Correct Answer!**
          You won a total of {worth} coins!
          **{question}**
          Answer: {answer}
          {choices}
        InvalidAnswer: |-
          **Invalid Answer!**
          You lost losing **{worth} coins**!
          **{question}**
          Answer: {answer}
          {choices}
        OutOfTime: |-
          **Out of time!**
          You lost losing **{worth} coins**!
          **{question}**
          Answer: {answer}
          {choices}
    Horsey:
      Author: "{user-username}'s Horse Race"
      AuthorIcon: "{user-pfp}"
      Color: null
      Langs:
        Lost: "**You lost losing a total of {coins} coins**"
        Won: "**You won winning a total of {coins} coins**"
    UserBlacklisted:
      Author: User Blacklisted From Gambling
      Description: The user {user-mention} has been blacklisted from using gambling
        commands.
      Color: null
    UserUnBlacklisted:
      Author: User no longer blacklisted
      Description: The user {user-mention} is no longer blacklisted from using the
        gambling commands
      Color: null
    NewNumber:
      Author: "{user-tag}"
      AuthorIcon: "{user-pfp}"
      Description: "{number}"
    GetReady:
      Author: Get ready....
    TimeTook:
      Author: Congratulations!
      Description: |-
        It took you {time} seconds and you got {words} correct. {wpm}/wpm
        {info}
      MistakeFormat: "```{mistake} 🡆 {correct}```"
    Akinator:
      Title: "{user-tag}'s akinator game | {progress}%"
      Description: "**{number}.** {question}"
      Footer: "{answers}"
    AkinatorCantThink:
      Title: 🎉 You win!
      Description: You fooled me, I couldnt think of the correct answer!
    AkinatorYouLose:
      Title: ❌ You lost!
      Description: It was fun playing with you, come again!
    AkinatorGuess:
      Title: "{user-tag}'s akinator game"
      Description: |-
        I'm {chance}% sure its {guess}
         **Is this correct?** yes|no
      Footer: "{guesses}"
    AkinatorNewGuess:
      Title: "{user-tag}'s akinator game"
      Description: |-
        {guess}
         **Is this correct?**
      Footer: "{guesses}"
    NewCount:
      Title: Counting Game Updated
      Description: The counting game <#{channel-id}> has been set to {count}
    MaxCountReached:
      Title: Congrats Everyone 🎉
      Description: We reached the max count of {count}!
59L_encrypted.png

59L_Discord.PNG
Author
Zorino
Type
Digital product
License duration
Unlimited
Price
6.00 GBP
Views
1,424
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Zorino

Latest updates

  1. CoreBot 4.5 Support

    Addon now works with Corebot versions 4.5 and above.- This release does not fixes any bugs or...
  2. 1.2.4

    + Added parseUsrTotal function for parsing cards + Fixed CountingGame Role Rewards (bullet...
Back
Top