Information

After a long wait... we finally present to you AbyssGambling! AbyssGambling is a cutting-edge all-in-one gambling core with over 7 unique modules and multi-currency support. Designed to give your players the best possible gambling experience. This product is far superior to any public solution and will continue to have modules added to it to stay superior.

Commands

  • /gambling enable <module>

  • /gambling disable <module>

  • /gambling reload <module>

Module Commands

  • Bombs

  • /bombs

  • Keno

  • /keno

  • Plinko

  • /plinko

  • Crash

    /crash

  • Slides

    /slide

  • Jackpot

    /jackpot

  • Coinflip

    /cf create

  • /cf cancel

  • /cf remove <player> (Admin command)

Permissions

  • abyssgambling.admin

Showcase Video

Main files:

modules.yml
# Enable and disable modules here

bombs: true
crash: true
plinko: true
keno: true
slide: true
coinflip: true
jackpot: true
lang.yml
messages:
    "no-permission":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou don't have &4permission&c."
    "invalid-module":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou have specified an &4invalid module&c that does not exist."
    "help":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&5&m---------------------------------------"
                - " "
                - "&d&lAbyss&5&lGambling &8&l┃ &dAdmin Help"
                - "&7&oMade by &f&oRelocation#0001&7&o."
                - " "
                - "&7<> = Required"
                - "&7[] = Optional"
                - " "
                - "&5&lCOMMANDS:"
                - "&5&l» &d/gambling enable <module>"
                - "&5&l» &d/gambling disable <module>"
                - "&5&l» &d/gambling reload <module>"
                - "&5&l» &d/gambling help"
                - " "
                - "&5&m---------------------------------------"
    "reloaded-module":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&d&lAbyss &8- &dYou have reloaded the &5%module% Module&d in &5%time%ms&d."
    "module-already-enabled":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cThe &4%module% Module&c is already &4enabled&c."
    "module-already-disabled":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cThe &4%module% Module&c is already &4disabled&c."

Bombs Module files:

config.yml
command:
    name: "bombs"
    aliases:
        - "abyssbombs"
        - "bomb"
        - "abomb"
        - "abombs"
        - "abyssbomb"

menus:
    "bombs-menu":
        title: "&8&lBOMBS MENU"
        rows: 5
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: []
                slots:
                    - "0-44"
        mine-settings:
            bombs: 3
            multi-increase: 1.4
            bomb-slots: [12, 13, 14, 21, 22, 23, 30, 31, 32]
            "mine-item":
                material: "COAL"
                name: "&c&lMINE &4&lBOMB"
                lore:
                    - "&7&o(( Click me to unveil this mine bomb! ))"
            "win-item":
                material: "EMERALD"
                name: "&a&l%multiplier%x"
                lore: []
            "bomb-item":
                material: "TNT"
                name: "&c&lBOOM!"
                lore:
                    - "&7&o(( The bomb exploded and you lost your &f&odeposit&7&o! ))"
        temp-items:
            "cannot-claim":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lCANNOT CLAIM!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou cannot claim rewards until a game has been started"
                    - "&7&oand you have deposited!"
            "cannot-deposit":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lCANNOT DEPOSIT!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou cannot deposit after a game has started!"
            "not-enough":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOT ENOUGH!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou don't have enough to deposit!"
            "deposited-vault": #for future currencies deposited-<currency>
                duration: 40 #ticks
                material: "EMERALD"
                name: "&a&lSUCCESSFULLY PRE-DEPOSITED!"
                lore:
                    - " "
                    - "&aDescription"
                    - "&7&oYou have pre-deposited &f&o$%amount%!"
            "deposited-experience":
                duration: 40 #ticks
                material: "BOOK"
                name: "&d&lSUCCESSFULLY PRE-DEPOSITED!"
                lore:
                    - " "
                    - "&dDescription"
                    - "&7&oYou have pre-deposited &f&o%amount% exp!"
        deposit-items:
            "money10k":
                slot: 19
                economy: "vault"
                amount: 10000
                material: "EMERALD"
                name: "&a&l+$10,000 &7(Deposit)"
                lore: []
            "experience1k":
                slot: 25
                economy: "experience"
                amount: 1000
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+1,000 EXP &7(Deposit)"
                lore: []
        claim-item:
            slot: 4
            material: "ENDER_CHEST"
            name: "&2&l[&a&l!&2&l] &aClaim Rewards &7(Click)"
            lore:
                - " "
                - "&aInformation"
                - "&a- &7Money: &f$%vault%"
                - "&a- &7EXP: &f%experience%"
                - "&a- &7Multiplier: &f%multiplier%x"
                - " "
                - "&7&o(( Click me to claim your available rewards! ))"
        info-item:
            slot: 7
            material: "BOOK"
            name: "&5&l[&d&l!&5&l] &dInformation &7(Read)"
            lore:
                - " "
                - "&dDescription"
                - "&7Select &fone&7 of each currency you want to gamble and"
                - "&7then click the mines to raise your multiplier"
                - " "
                - "&7There are &f3 bombs&7 in the mine. If you click one, it will explode and you"
                - "&7will &close&7 your deposit and lose."
                - " "
                - "&7&o(( Tip: You don't need to select multiple currencies! ))"
        player-item:
            slot: 1
            material: "PLAYER_HEAD" #Dont change
            skull: "player"
            name: "&6&l[&e&l!&6&l] &e%player%'s Statistics &7(Read)"
            lore:
                - " "
                - "&eInformation"
                - "&e- &7Wins: &f%wins%"
                - "&e- &7Losses: &f%losses%"
                - " "
                - "&7&o(( You are viewing your stats! ))"
lang.yml
messages:
    "help":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&5&m---------------------------------------"
                - " "
                - "&d&lAbyss&5&lGambling &8&l┃ &dBombs Help"
                - "&7&oMade by &f&oRelocation#0001&7&o."
                - " "
                - "&7<> = Required"
                - "&7[] = Optional"
                - " "
                - "&5&lCOMMANDS:"
                - "&5&l» &d/bombs"
                - " "
                - "&5&m---------------------------------------"
    "deposited-vault":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&d&lAbyss &8- &dYou have deposited &5$%amount%&d your total deposit is now &5$%total%."
    "deposited-experience":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&d&lAbyss &8- &dYou have deposited &5$%amount% exp&d your total deposit is now &5$%total% exp."
    "cannot-claim":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou cannot claim rewards unless the game is started and you have a deposit!"
    "lost-game":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cThe mine bomb exploded and you lost your deposit!"
    "claimed-rewards":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&5&m---------------------------------------"
                - " "
                - "&d&lMINE &5&lBOMBS &8- &dGame Review"
                - "&7&oYou have claimed your rewards!"
                - " "
                - "&5&lSTATISTICS:"
                - "&5&l* &dMoney: &f$%vault%"
                - "&5&l* &dExperience: &f%experience%"
                - "&5&l* &dMultiplier: &f%multiplier%x"
                - " "
                - "&5&m---------------------------------------"

Crash Module files:

config.yml
command:
    name: "crash"
    aliases:
        - "abysscrash"
        - "acrash"

crash-settings:
    crash-formula: "0.01 * %multi%" #The chance for it to Crash
    multi-formula: "0.001 + (%ticks% * 0.002)" #The multiplier increase formula
    interval: 20

menus:
    "crash-menu":
        title: "&8&lCRASH"
        rows: 4
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: []
                slots:
                    - "0-35"
        recent-game-settings:
            game-slots: [27, 28, 29, 31, 33, 34, 35]
            game-items:
                "winning":
                    material: "LIME_STAINED_GLASS_PANE"
                    name: "&a&l%multiplier%x MULTIPLIER"
                    lore: []
                "losing":
                    material: "RED_STAINED_GLASS_PANE"
                    name: "&c&l%multiplier%x MULTIPLIER"
                    lore: []
        crash-items:
            "losing-started":
                slot: 13
                material: "RED_DYE"
                name: "&c&l%multiplier%x MULTIPLIER"
                lore: []
            "winning-started":
                slot: 13
                material: "LIME_DYE"
                name: "&a&l%multiplier%x MULTIPLIER"
                lore: []
            "starting":
                slot: 13
                material: "CLOCK"
                name: "&6&l[&e&l!&6&l] &eCrash &7(Starting soon)"
                lore:
                    - " "
                    - "&eInformation"
                    - "&e- &7Status: &fStarting soon"
                    - "&e- &7Time: &f%time%"
                    - " "
                    - "&7&o(( &f&oTip: &7&oEnter your deposits and confirm your bet to play! ))"
        deposit-items:
            "money10k":
                slot: 11
                economy: "vault"
                amount: 10000
                material: "EMERALD"
                name: "&a&l+$10,000 &7(Deposit)"
                lore: []
            "experience1k":
                slot: 15
                economy: "experience"
                amount: 1000
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+1,000 EXP &7(Deposit)"
                lore: []
        temp-items:
            "cannot-deposit":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lCANNOT DEPOSIT!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou cannot deposit after a game has started!"
            "not-enough":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOT ENOUGH!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou don't have enough to deposit!"
            "no-pre-deposits":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOTHING PRE-DEPOSITED!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou haven't entered a &f&opre-deposit&7&o!"
            "deposited-vault": #for future currencies deposited-<currency>
                duration: 40 #ticks
                material: "EMERALD"
                name: "&a&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&aDescription"
                    - "&7&oYou have deposited &f&o$%amount%!"
            "deposited-experience":
                duration: 40 #ticks
                material: "BOOK"
                name: "&d&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&dDescription"
                    - "&7&oYou have deposited &f&o%amount% exp!"
        confirm-bet-item:
            slot: 30
            material: "EMERALD_BLOCK"
            name: "&2&l[&a&l!&2&l] &aConfirm Bet &7(Click)"
            lore:
                - " "
                - "&aCurrent Deposits"
                - "&a- &7Money: &f$%vault%"
                - "&a- &7EXP: &f%experience%"
                - " "
                - "&4&l[!] &cYou cannot clear your deposit after confirming."
                - " "
                - "&7&o(( Click me to confirm your &f&odeposit&7&o and play crash! ))"
        clear-bets-item:
            slot: 32
            material: "REDSTONE_BLOCK"
            name: "&4&l[&c&l!&4&l] &cClear Bets &7(Click)"
            lore:
                - " "
                - "&cCurrent Deposits"
                - "&c- &7Money: &f$%vault%"
                - "&c- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to clear your &f&opre-deposit&7&o and start fresh! ))"
lang.yml
messages:
    "cannot-use-commands":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou cannot use commands while you are playing &4crash&c."
    "confirmed-bet":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&6&m---------------------------------------"
                - " "
                - "&e&lCRASH &8- &eConfirmed Bet"
                - "&7&oYou have confirmed your bet!"
                - " "
                - "&6&lINITIAL DEPOSIT:"
                - "&6&l* &eMoney: &f$%vault%"
                - "&6&l* &eExperience: &f%experience%"
                - " "
                - "&6&m---------------------------------------"
    "crash-starting":
        action-bar:
            enabled: true
            value: "&6&l(!) &eCrash Starting: &6&l%time%"
    "winning-crash-multiplier":
        title:
            enabled: true
            advanced:
                fade-in-ticks: 0
                stay-ticks: 20
                fade-out-ticks: 0
            title: "&a&l%multiplier%x"
            sub-title: "&7&o(( Money: &f$%vault%&7&o EXP: &f&o%experience%&7&o ))"
    "losing-crash-multiplier":
        title:
            enabled: true
            advanced:
                fade-in-ticks: 0
                stay-ticks: 20
                fade-out-ticks: 0
            title: "&c&l%multiplier%x"
            sub-title: "&7&o(( Money: &f$%vault%&7&o EXP: &f&o%experience%&7&o ))"
    "crashed":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        title:
            enabled: true
            advanced:
                fade-in-ticks: 0
                stay-ticks: 20
                fade-out-ticks: 20
            title: "&c&lCRASH!"
            sub-title: "&7&o(( The game has &f&ocrashed&7&o and you lost your deposit! ))"
    "cashed-out":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&6&m---------------------------------------"
                - " "
                - "&e&lCRASH &8- &eGame Review"
                - "&7&oYou have claimed your rewards!"
                - " "
                - "&6&lSTATISTICS:"
                - "&6&l* &eMoney: &f$%vault%"
                - "&6&l* &eExperience: &f%experience%"
                - "&6&l* &eMultiplier: &f%multiplier%x"
                - " "
                - "&6&m---------------------------------------"
        title:
            enabled: true
            title: "&a&lCASHED OUT!"
            sub-title: "&7&o(( Money: &f$%vault%&7&o EXP: &f&o%experience%&7&o ))"

Coinflip Module files:

config.yml
command:
    name: "coinflip"
    aliases:
        - "cf"
        - "acf"
        - "abysscoinflip"
        - "coinflips"
        - "acoinflip"
        - "acoinflips"
        - "abysscoinflips"

settings:
    flip-interval: 10 #in ticks, how often the coin will "flip" in the menu
    flip-sound: "BLOCK_DISPENSER_LAUNCH"

menus:
    "list-menu":
        title: "&8&lCOINFLIPS"
        rows: 4
        coinflip-slots: [ 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26 ]
        borders:
            "light-gray":
                material: "LIGHT_GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-26"
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "27-35"
        temp-items:
            "not-enough":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOT ENOUGH!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou don't have enough to deposit!"
            "page-null":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lPAGE DOESN'T EXIST!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou can't travel to a page that doesn't exist!"
            "cant-bet-self":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lCAN'T BET ON YOURSELF!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou can't flip a coin with yourself!"
            "bet-null":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lCOINFLIP DOESN'T EXIST"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou're too late, this coin was flipped already!"
        next-item:
            slot: 32
            material: "LIME_DYE"
            name: "&2&l[&a&l!&2&l] &aNext Page &7(Click)"
            lore:
                - " "
                - "&aInformation"
                - "&a- &7Page: &f%page%"
                - " "
                - "&7&o(( Click me to go to the next page! ))"
        current-item:
            slot: 31
            material: "CLOCK"
            name: "&6&l[&e&l!&6&l] &eCurrent Page &7(&f#%page%&7)"
            lore: [ ]
        prev-item:
            slot: 30
            material: "RED_DYE"
            name: "&4&l[&c&l!&4&l] &cPrevious Page &7(Click)"
            lore:
                - " "
                - "&cInformation"
                - "&c- &7Page: &f%page%"
                - " "
                - "&7&o(( Click me to go to the previous page! ))"
        coinflip-item:
            material: "PLAYER_HEAD"
            skull: "%player%"
            name: "&6&l[&e&l!&6&l] &e%player%'s Coinflip &7(Click)"
            lore:
                - " "
                - "&eBet Information"
                - "&e- &7Money: &f$%vault%"
                - "&e- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to flip a coin with &f&o%player%&7&o! ))"
    "create-menu":
        title: "&8&lCOINFLIP CREATE"
        rows: 3
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-26"
            "yellow":
                material: "YELLOW_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "4-4"
                    - "9-17"
                    - "22-22"
        temp-items:
            "not-enough":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOT ENOUGH!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou don't have enough to deposit!"
            "no-pre-deposits":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOTHING PRE-DEPOSITED!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou haven't entered a &f&opre-deposit&7&o!"
            "deposited-vault": #for future currencies deposited-<currency>
                duration: 40 #ticks
                material: "EMERALD"
                name: "&a&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&aDescription"
                    - "&7&oYou have deposited &f&o$%amount%!"
            "deposited-experience":
                duration: 40 #ticks
                material: "BOOK"
                name: "&d&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&dDescription"
                    - "&7&oYou have deposited &f&o%amount% exp!"
        confirm-bet-item:
            slot: 13
            material: "SUNFLOWER"
            name: "&6&l[&e&l!&6&l] &eCreate Coinflip &7(Click)"
            lore:
                - " "
                - "&eCurrent Deposits"
                - "&e- &7Money: &f%vault%"
                - "&e- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to &f&oconfirm&7&o your coinflip creation! ))"
        clear-bets-item:
            slot: 26
            material: "RED_DYE"
            name: "&4&l[&c&l!&4&l] &cClear Bets &7(Click)"
            lore:
                - " "
                - "&cCurrent Deposits"
                - "&c- &7Money: &f$%vault%"
                - "&c- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to clear your &f&opre-deposit&7&o and start fresh! ))"
        deposit-items:
            "money10k":
                slot: 11
                economy: "vault"
                amount: 10000
                material: "EMERALD"
                name: "&a&l+$10,000 &7(Deposit)"
                lore: [ ]
            "experience1k":
                slot: 15
                economy: "experience"
                amount: 1000
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+1,000 EXP &7(Deposit)"
                lore: [ ]
    "confirm-menu": #The color selection menu for the coinflip bet placer (the first player)
        title: "&8&lCOINFLIP CREATE"
        rows: 3
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-26"
            "yellow":
                material: "YELLOW_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "9-17"
        confirm-bet-item:
            slot: 21
            material: "SUNFLOWER"
            name: "&6&l[&e&l!&6&l] &eCreate Coinflip &7(Click)"
            lore:
                - " "
                - "&eCurrent Deposits"
                - "&e- &7Money: &f%vault%"
                - "&e- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to &f&oconfirm&7&o your coinflip creation! ))"
        clear-bets-item:
            slot: 23
            material: "RED_DYE"
            name: "&4&l[&c&l!&4&l] &cClear Bets &7(Click)"
            lore:
                - " "
                - "&cCurrent Deposits"
                - "&c- &7Money: &f$%vault%"
                - "&c- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to clear your &f&opre-deposit&7&o and start fresh! ))"
        temp-items:
            "must-select-color":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lMUST SELECT COLOR!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou have to select a color to create your coinflip!"
        color-items:
            "red":
                slot: 10
                material: "RED_DYE"
                name: "&4&l[&c&l!&4&l] &cRed"
                available:
                    material: "RED_DYE"
                    name: "&4&l[&c&l!&4&l] &cRed &7(Available)"
                    lore:
                        - " "
                        - "&cInformation"
                        - "&c- &7Color: &fRed"
                        - "&c- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &c&ored&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aRed &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fRed"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &c&ored&7&o selected! ))"
            "orange":
                slot: 11
                material: "ORANGE_DYE"
                name: "&e&l[&6&l!&e&l] &6Orange"
                available:
                    material: "ORANGE_DYE"
                    name: "&e&l[&6&l!&e&l] &6Orange &7(Available)"
                    lore:
                        - " "
                        - "&6Information"
                        - "&6- &7Color: &fOrange"
                        - "&6- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &6&oorange&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aOrange &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fOrange"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &6&oorange&7&o selected! ))"
            "yellow":
                slot: 12
                material: "YELLOW_DYE"
                name: "&6&l[&e&l!&6&l] &eYellow"
                available:
                    material: "YELLOW_DYE"
                    name: "&6&l[&e&l!&6&l] &eYellow &7(Available)"
                    lore:
                        - " "
                        - "&eInformation"
                        - "&e- &7Color: &fYellow"
                        - "&e- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &e&oyellow&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aYellow &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fYellow"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &e&oyellow&7&o selected! ))"
            "lime":
                slot: 13
                material: "LIME_DYE"
                name: "&2&l[&a&l!&2&l] &aLime"
                available:
                    material: "LIME_DYE"
                    name: "&2&l[&a&l!&2&l] &aLime &7(Available)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fLime"
                        - "&a- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &a&olime&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aLime &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fLime"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &a&olime&7&o selected! ))"
            "blue":
                slot: 14
                material: "LIGHT_BLUE_DYE"
                name: "&3&l[&b&l!&3&l] &bBlue"
                available:
                    material: "LIGHT_BLUE_DYE"
                    name: "&3&l[&b&l!&3&l] &bBlue &7(Available)"
                    lore:
                        - " "
                        - "&bInformation"
                        - "&b- &7Color: &fBlue"
                        - "&b- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &b&oblue&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aBlue &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fBlue"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &b&oblue&7&o selected! ))"
            "pink":
                slot: 15
                material: "PINK_DYE"
                name: "&5&l[&d&l!&5&l] &dPink"
                available:
                    material: "PINK_DYE"
                    name: "&5&l[&d&l!&5&l] &dPink &7(Available)"
                    lore:
                        - " "
                        - "&dInformation"
                        - "&d- &7Color: &fPink"
                        - "&d- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &d&opink&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aPink &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fPink"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &d&opink&7&o selected! ))"
            "purple":
                slot: 16
                material: "PURPLE_DYE"
                name: "&d&l[&5&l!&d&l] &5Purple"
                available:
                    material: "PURPLE_DYE"
                    name: "&d&l[&5&l!&d&l] &5Purple &7(Available)"
                    lore:
                        - " "
                        - "&5Information"
                        - "&5- &7Color: &fPurple"
                        - "&5- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &5&opurple&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aPurple &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fPurple"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &5&opurple&7&o selected! ))"
    "select-menu": #The color selection menu for the player who selects the coinflip (the second player)
        title: "&8&lCOINFLIP CREATE"
        rows: 3
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-26"
            "yellow":
                material: "YELLOW_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "9-17"
        confirm-bet-item:
            slot: 22
            material: "SUNFLOWER"
            name: "&6&l[&e&l!&6&l] &ePlay Coinflip &7(Click)"
            lore:
                - " "
                - "&eBet Information"
                - "&e- &7Money: &f%vault%"
                - "&e- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to &f&oflip&7&o a coin! ))"
        temp-items:
            "must-select-color":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lMUST SELECT COLOR!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou have to select a color to create your coinflip!"
            "bet-null":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lCOINFLIP DOESN'T EXIST"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou're too late, this coin was flipped already!"
        color-items:
            "red":
                slot: 10
                material: "RED_DYE"
                name: "&4&l[&c&l!&4&l] &cRed"
                available:
                    material: "RED_DYE"
                    name: "&4&l[&c&l!&4&l] &cRed &7(Available)"
                    lore:
                        - " "
                        - "&cInformation"
                        - "&c- &7Color: &fRed"
                        - "&c- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &c&ored&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aRed &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fRed"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &c&ored&7&o selected! ))"
            "orange":
                slot: 11
                material: "ORANGE_DYE"
                name: "&e&l[&6&l!&e&l] &6Orange"
                available:
                    material: "ORANGE_DYE"
                    name: "&e&l[&6&l!&e&l] &6Orange &7(Available)"
                    lore:
                        - " "
                        - "&6Information"
                        - "&6- &7Color: &fOrange"
                        - "&6- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &6&oorange&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aOrange &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fOrange"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &6&oorange&7&o selected! ))"
            "yellow":
                slot: 12
                material: "YELLOW_DYE"
                name: "&6&l[&e&l!&6&l] &eYellow"
                available:
                    material: "YELLOW_DYE"
                    name: "&6&l[&e&l!&6&l] &eYellow &7(Available)"
                    lore:
                        - " "
                        - "&eInformation"
                        - "&e- &7Color: &fYellow"
                        - "&e- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &e&oyellow&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aYellow &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fYellow"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &e&oyellow&7&o selected! ))"
            "lime":
                slot: 13
                material: "LIME_DYE"
                name: "&2&l[&a&l!&2&l] &aLime"
                available:
                    material: "LIME_DYE"
                    name: "&2&l[&a&l!&2&l] &aLime &7(Available)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fLime"
                        - "&a- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &a&olime&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aLime &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fLime"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &a&olime&7&o selected! ))"
            "blue":
                slot: 14
                material: "LIGHT_BLUE_DYE"
                name: "&3&l[&b&l!&3&l] &bBlue"
                available:
                    material: "LIGHT_BLUE_DYE"
                    name: "&3&l[&b&l!&3&l] &bBlue &7(Available)"
                    lore:
                        - " "
                        - "&bInformation"
                        - "&b- &7Color: &fBlue"
                        - "&b- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &b&oblue&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aBlue &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fBlue"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &b&oblue&7&o selected! ))"
            "pink":
                slot: 15
                material: "PINK_DYE"
                name: "&5&l[&d&l!&5&l] &dPink"
                available:
                    material: "PINK_DYE"
                    name: "&5&l[&d&l!&5&l] &dPink &7(Available)"
                    lore:
                        - " "
                        - "&dInformation"
                        - "&d- &7Color: &fPink"
                        - "&d- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &d&opink&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aPink &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fPink"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &d&opink&7&o selected! ))"
            "purple":
                slot: 16
                material: "PURPLE_DYE"
                name: "&d&l[&5&l!&d&l] &5Purple"
                available:
                    material: "PURPLE_DYE"
                    name: "&d&l[&5&l!&d&l] &5Purple &7(Available)"
                    lore:
                        - " "
                        - "&5Information"
                        - "&5- &7Color: &fPurple"
                        - "&5- &7Selected: &fNo"
                        - " "
                        - "&7&o(( Click me to select &5&opurple&7&o as your color! ))"
                selected:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &aPurple &7(Selected)"
                    lore:
                        - " "
                        - "&aInformation"
                        - "&a- &7Color: &fPurple"
                        - "&a- &7Selected: &fYes"
                        - " "
                        - "&7&o(( You already have &5&opurple&7&o selected! ))"
    "game-menu":
        title: "&8&lCOINFLIP"
        rows: 3
        coinflip-slot: 13
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-26"
            "orange":
                material: "ORANGE_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "12-14"
            "yellow":
                material: "YELLOW_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-0"
                    - "18-18"
                    - "8-8"
                    - "26-26"
        switch-borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-26"
            "yellow":
                material: "YELLOW_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "12-14"
            "orange":
                material: "ORANGE_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-0"
                    - "18-18"
                    - "8-8"
                    - "26-26"
        first-player-item:
            slot: 9
            material: "%color%"
            name: "&e%player%"
            lore: []
        second-player-item:
            slot: 17
            material: "%color%"
            name: "&e%player%"
            lore: []
lang.yml
messages:
    "coinflip-started":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&6&m---------------------------------------"
                - " "
                - "&e&lCOIN&6&lFLIP &8- &eGame Started"
                - "&7&oYour coinflip game has begun!"
                - " "
                - "&6&lWIN VALUE:"
                - "&6&l* &eMoney: &f$%vault%"
                - "&6&l* &eExperience: &f%experience%"
                - " "
                - "&6&m---------------------------------------"
    "created-coinflip":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&6&m---------------------------------------"
                - " "
                - "&e&lCOIN&6&lFLIP &8- &eCreated Coinflip"
                - "&7&oYou have confirmed your bet!"
                - " "
                - "&6&lINITIAL DEPOSIT:"
                - "&6&l* &eMoney: &f$%vault%"
                - "&6&l* &eExperience: &f%experience%"
                - " "
                - "&6&m---------------------------------------"
    "won-coinflip":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&6&m---------------------------------------"
                - " "
                - "&e&lCOIN&6&lFLIP &8- &eGame Completed"
                - "&7&oYour coinflip game has been completed!"
                - " "
                - "&6&lSTATISTICS:"
                - "&6&l* &eMoney: &f$%vault%"
                - "&6&l* &eExperience: &f%experience%"
                - "&6&l* &eWinner: &f%winner%"
                - " "
                - "&6&m---------------------------------------"
    "lost-coinflip":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&4&m---------------------------------------"
                - " "
                - "&c&lCOIN&4&lFLIP &8- &cGame Completed"
                - "&7&oYour coinflip game has been completed!"
                - " "
                - "&4&lSTATISTICS:"
                - "&4&l* &cMoney: &f$0"
                - "&4&l* &cExperience: &f0"
                - "&4&l* &cWinner: &f%winner%"
                - " "
                - "&4&m---------------------------------------"
    "admin-help":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&6&m---------------------------------------"
                - " "
                - "&e&lCOIN&6&lFLIP &8&l┃ &eAdmin Help"
                - "&7&oMade by &f&oRelocation#0001&7&o."
                - " "
                - "&7<> = Required"
                - "&7[] = Optional"
                - " "
                - "&6&lADMIN COMMANDS:"
                - "&6&l» &e/cf remove <player>"
                - " "
                - "&6&lPLAYER COMMANDS:"
                - "&6&l» &e/cf"
                - "&6&l» &e/cf create"
                - "&6&l» &e/cf cancel"
                - " "
                - "&6&m---------------------------------------"
    "player-help":
        sound:
            enabled: true
            value: "BLOCK_NOTE_PLING"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&6&m---------------------------------------"
                - " "
                - "&e&lCOIN&6&lFLIP &8&l┃ &eHelp"
                - "&7&oMade by &f&oRelocation#0001&7&o."
                - " "
                - "&7<> = Required"
                - "&7[] = Optional"
                - " "
                - "&6&lCOMMANDS:"
                - "&6&l» &e/cf"
                - "&6&l» &e/cf create"
                - "&6&l» &e/cf cancel"
                - " "
                - "&6&m---------------------------------------"
    "already-have-coinflip":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou already have a &4coinflip&c pending."
                - "&7&o(( Tip: Remove it with &f&o/cf cancel&7&o! ))"
    "player-doesnt-have-coinflip":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &4%player%&c doesn't have a &4coinflip&c to remove."
    "dont-have-coinflip":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou don't have a &4coinflip&c to cancel."
    "invalid-player":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou have entered an &4invalid player&c."
    "cancelled-coinflip":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&e&lAbyss &8- &eYou have cancelled your &6coinflip&e."
    "removed-coinflip":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&e&lAbyss &8- &eYou have removed &6%player%'s coinflip&e."

Jackpot Module files:

config.yml
command:
    name: "jackpot"
    aliases:
        - "jp"
        - "ajp"
        - "ajackpot"
        - "ajackpots"
        - "abyssjackpot"
        - "abyssjackpots"

settings:
    interval: 15
    min-players: 2 #Minimum required players to start a jackpot countdown
    notification-times: [15, 10, 5]

menus:
    "deposit-menu":
        title: "&8&lJACKPOT"
        rows: 4
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-35"
        jackpot-item:
            slot: 13
            material: "CAULDRON"
            name: "&4&l[&c&l!&4&l] &cJackpot"
            lore:
                - " "
                - "&cInformation"
                - "&c- &7Time: &f%time%"
                - "&c- &7Players entered: &f%entered%"
                - " "
                - "&cTotal Deposits"
                - "&c- &7Money: &f%vault%"
                - "&c- &7Experience: &f%experience%"
                - " "
                - "&7&o(( &f&oTip: &7&oEnter your deposits and confirm your bet to play! ))"
        deposit-items:
            "money10k":
                slot: 11
                economy: "vault"
                amount: 10000
                material: "EMERALD"
                name: "&a&l+$10,000 &7(Deposit)"
                lore: [ ]
            "experience1k":
                slot: 15
                economy: "experience"
                amount: 1000
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+1,000 EXP &7(Deposit)"
                lore: [ ]
        temp-items:
            "cannot-deposit":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lCANNOT DEPOSIT!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou cannot deposit after a game has started!"
            "not-enough":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOT ENOUGH!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou don't have enough to deposit!"
            "no-pre-deposits":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOTHING PRE-DEPOSITED!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou haven't entered a &f&opre-deposit&7&o!"
            "deposited-vault": #for future currencies deposited-<currency>
                duration: 40 #ticks
                material: "EMERALD"
                name: "&a&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&aDescription"
                    - "&7&oYou have deposited &f&o$%amount%!"
            "deposited-experience":
                duration: 40 #ticks
                material: "BOOK"
                name: "&d&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&dDescription"
                    - "&7&oYou have deposited &f&o%amount% exp!"
        confirm-bet-item:
            slot: 30
            material: "EMERALD_BLOCK"
            name: "&2&l[&a&l!&2&l] &aConfirm Bet &7(Click)"
            lore:
                - " "
                - "&aCurrent Deposits"
                - "&a- &7Money: &f$%vault%"
                - "&a- &7EXP: &f%experience%"
                - " "
                - "&4&l[!] &cYou cannot clear your deposit after confirming."
                - " "
                - "&7&o(( Click me to confirm your &f&odeposit&7&o and play crash! ))"
        clear-bets-item:
            slot: 32
            material: "REDSTONE_BLOCK"
            name: "&4&l[&c&l!&4&l] &cClear Bets &7(Click)"
            lore:
                - " "
                - "&cCurrent Deposits"
                - "&c- &7Money: &f$%vault%"
                - "&c- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to clear your &f&opre-deposit&7&o and start fresh! ))"
    "jackpot-menu":
        title: "&8&lJACKPOT"
        rows: 3
        spin-slots: [16, 15, 14, 13, 12, 11, 10]
        reward-slot: 13
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-26"
            "red":
                material: "LIME_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "9-17"
        player-item:
            slot: 4
            material: "PLAYER_HEAD"
            name: "&4&l[&c&l!&4&l] &c%player% &7(%chance%%)"
            lore:
                - " "
                - "&cInformation"
                - "&c- &7Name: &f%player%"
                - "&c- &7Chance: &f%chance%%"
                - " "
                - "&7&o(( The jackpot is currently rolling! ))"
lang.yml
messages:
    "jackpot-starting":
        action-bar:
            enabled: true
            value: "&C&lJACK&4&lPOT &8- &c&l%time%"
    "jackpot-waiting":
        action-bar:
            enabled: true
            value: "&C&lJACK&4&lPOT &8- &cPlayers needed: &f%entered/%minimum"
    "won-game":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&4&m---------------------------------------"
                - " "
                - "&c&lJACK&4&lPOT &8- &cGame Review"
                - "&7&oYour slide game has been completed!"
                - " "
                - "&4&lSTATISTICS:"
                - "&4&l* &cMoney: &f$%vault%"
                - "&4&l* &cExperience: &f%experience%"
                - "&4&l* &cWinner: &f%winner%x"
                - " "
                - "&4&m---------------------------------------"
    "lost-game":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&4&m---------------------------------------"
                - " "
                - "&c&lJACK&4&lPOT &8- &cGame Review"
                - "&7&oYour slide game has been completed!"
                - " "
                - "&4&lSTATISTICS:"
                - "&4&l* &cMoney: &f$0"
                - "&4&l* &cExperience: &f0"
                - "&4&l* &cWinner: &f%winner%x"
                - " "
                - "&4&l:( &cUh oh... you lost!"
                - " "
                - "&4&m---------------------------------------"
    "confirmed-bet":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&4&m---------------------------------------"
                - " "
                - "&c&lJACK&4&lPOT &8- &cConfirmed Bet"
                - "&7&oYou have confirmed your bet!"
                - " "
                - "&4&lINITIAL DEPOSIT:"
                - "&4&l* &cMoney: &f$%vault%"
                - "&4&l* &cExperience: &f%experience%"
                - " "
                - "&4&m---------------------------------------"
    "time-notification-broadcast":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&4&m---------------------------------------"
                - " "
                - "&c&lJACK&4&lPOT &8- &cStarting soon!"
                - "&7&oJackpot is starting in &f&o%time%&7&o!"
                - "&7&Join now to try winning the &f&opot&7&o!"
                - " "
                - "&4&lTOTAL JACKPOT:"
                - "&4&l* &cMoney: &f$%vault%"
                - "&4&l* &cExperience: &f%experience%"
                - " "
                - "&4&m---------------------------------------"

Keno Module files:

config.yml
command:
    name: "keno"
    aliases:
        - "akeno"
        - "abysskeno"

menus:
    "keno-menu":
        title: "&8&lKENO"
        rows: 6
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: []
                slots:
                    - "0-53"
            "lime":
                material: "LIME_STAINED_GLASS_PANE"
                name: " "
                lore: []
                slots:
                    - "0-0"
            "mag":
                material: "MAGENTA_STAINED_GLASS_PANE"
                name: " "
                lore: []
                slots:
                    - "1-1"
        multipliers: #FORMAT: gemsNeeded;multiplier
            - "0;0"
            - "1;0"
            - "2;0.5"
            - "3;2.5"
            - "4;8"
            - "5;15"
        items:
            "0multi":
                slot: 48
                material: "BLACK_CARPET"
                name: "&4&l0X MULTI &7(1 Gem)"
                lore: []
            "05multi":
                slot: 49
                material: "RED_CARPET"
                name: "&c&l0.5X MULTI &7(2 Gems)"
                lore: []
            "2multi":
                slot: 50
                material: "ORANGE_CARPET"
                name: "&6&l2.5X MULTI &7(3 Gems)"
                lore: []
            "8multi":
                slot: 51
                material: "YELLOW_CARPET"
                name: "&e&l8X MULTI &7(4 Gems)"
                lore: []
            "15multi":
                slot: 52
                material: "LIME_CARPET"
                name: "&a&l15X MULTI &7(5 Gems)"
                lore: []
        keno-items:
            keno-gems: 5 #How many gems are available
            selections: 8 #How many slots are checked
            slots: [12, 13, 14, 15, 16, 21, 22, 23, 24, 25, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43]
            "lose-item":
                material: "BLACK_STAINED_GLASS_PANE"
                name: "&c&lBust"
                lore:
                    - "&7&oNo gems found here! :("
            "win-item":
                material: "DIAMOND"
                name: "&a&lGEM LOCATED!"
                lore:
                    - "&7&oYou have found a gem!"
            "keno-item":
                material: "LIGHT_BLUE_STAINED_GLASS_PANE"
                name: "&b&lKeno Slot!"
                lore:
                    - "&7&oThese slots are randomly uncovered when you start!"
            "selected-item":
                material: "PAPER"
                name: "&e&lSELECTED &6&lSLOT"
                lore:
                    - "&7&oClick me to &f&ounselect&7&o this slot!"
        deposit-items:
            "money10k":
                slot: 9
                economy: "vault"
                amount: 10000
                material: "EMERALD"
                name: "&a&l+$10,000 &7(Deposit)"
                lore: []
            "experience1k":
                slot: 10
                economy: "experience"
                amount: 1000
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+1,000 EXP &7(Deposit)"
                lore: []
            "money25k":
                slot: 18
                economy: "vault"
                amount: 25000
                material: "EMERALD"
                name: "&a&l+$25,000 &7(Deposit)"
                lore: []
            "experience2k":
                slot: 19
                economy: "experience"
                amount: 2500
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+2,500 EXP &7(Deposit)"
                lore: []
            "money50k":
                slot: 27
                economy: "vault"
                amount: 50000
                material: "EMERALD"
                name: "&a&l+$50,000 &7(Deposit)"
                lore: []
            "experience5k":
                slot: 28
                economy: "experience"
                amount: 5000
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+5,000 EXP &7(Deposit)"
                lore: []
            "money100k":
                slot: 36
                economy: "vault"
                amount: 100000
                material: "EMERALD"
                name: "&a&l+$100,000 &7(Deposit)"
                lore: []
            "experience10k":
                slot: 37
                economy: "experience"
                amount: 10000
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+10,000 EXP &7(Deposit)"
                lore: []
        temp-items:
            "cannot-deposit":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lCANNOT DEPOSIT!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou cannot deposit after a game has started!"
            "not-enough":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOT ENOUGH!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou don't have enough to deposit!"
            "no-pre-deposits":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOTHING PRE-DEPOSITED!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou haven't entered a &f&opre-deposit&7&o!"
            "deposited-vault": #for future currencies deposited-<currency>
                duration: 40 #ticks
                material: "EMERALD"
                name: "&a&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&aDescription"
                    - "&7&oYou have deposited &f&o$%amount%!"
            "deposited-experience":
                duration: 40 #ticks
                material: "BOOK"
                name: "&d&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&dDescription"
                    - "&7&oYou have deposited &f&o%amount% exp!"
        confirm-bet-item:
            slot: 45
            material: "EMERALD_BLOCK"
            name: "&2&l[&a&l!&2&l] &aConfirm Bet &7(Click)"
            lore:
                - " "
                - "&aCurrent Deposits"
                - "&a- &7Money: &f$%vault%"
                - "&a- &7EXP: &f%experience%"
                - " "
                - "&4&l[!] &cYou cannot clear your deposit after confirming."
                - " "
                - "&7&o(( Click me to confirm your &f&odeposit&7&o and play crash! ))"
        clear-bets-item:
            slot: 46
            material: "REDSTONE_BLOCK"
            name: "&4&l[&c&l!&4&l] &cClear Bets &7(Click)"
            lore:
                - " "
                - "&cCurrent Deposits"
                - "&c- &7Money: &f$%vault%"
                - "&c- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to clear your &f&opre-deposit&7&o and start fresh! ))"
lang.yml
messages:
    "confirmed-bet":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&3&m---------------------------------------"
                - " "
                - "&b&lKENO &8- &bGame Started"
                - "&7&oYou have confirmed your bet!"
                - " "
                - "&3&lINITIAL DEPOSIT:"
                - "&3&l* &bMoney: &f$%vault%"
                - "&3&l* &bExperience: &f%experience%"
                - " "
                - "&3&m---------------------------------------"
    "keno-summary":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&3&m---------------------------------------"
                - " "
                - "&b&lKENO &8- &bGame Review"
                - "&7&oYour keno game has been completed!"
                - " "
                - "&3&lREWARDS:"
                - "&3&l* &bMoney: &f$%vault%"
                - "&3&l* &bExperience: &f%experience%"
                - " "
                - "&3&lSTATISTICS:"
                - "&3&l* &bGems found: &f%gems%"
                - "&3&l* &bMultiplier: &f%multiplier%x"
                - " "
                - "&3&m---------------------------------------"

Plinko Module files:

config.yml
command:
    name: "plinko"
    aliases:
        - "aplinko"
        - "abyssplinko"

menus:
    "plinko-menu":
        title: "&8&lPLINKO"
        rows: 6
        ticks-between-drop: 20 #20 ticks aka 1 second between each ball drop
        borders:
            "white":
                material: "WHITE_STAINED_GLASS_PANE"
                name: " "
                lore: []
                slots:
                    - "0-8"
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: []
                slots:
                    - "9-53"
        ball-item:
            slot: [0, 1, 2, 3, 4, 5, 6, 7, 8] #Possible starting slots (ball will move down from here)
            material: "SNOW_BALL"
            name: "&b&lPLINKO &3&lBALL"
            lore: []
        obstacle-item:
            slot: [9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43] #Possible starting slots (ball will move down from here)
            material: "BLACKSTONE_SLAB"
            name: " "
            lore: []
        reward-items:
            "10x":
                multiplier: 10
                chance: 25 #Chance is not from the start of the game, it is when the reward item is an available win option for the ball to drop into
                slot: [49]
                material: "LIME_CARPET"
                name: "&a&l10X"
                lore: []
            "3x":
                multiplier: 3
                chance: 35 #Chance is not from the start of the game, it is when the reward item is an available win option for the ball to drop into
                slot: [48, 50]
                material: "YELLOW_CARPET"
                name: "&e&l3X"
                lore: []
            "1dot5x":
                multiplier: 1.5
                chance: 35 #Chance is not from the start of the game, it is when the reward item is an available win option for the ball to drop into
                slot: [47, 51]
                material: "ORANGE_CARPET"
                name: "&6&l1.5X"
                lore: []
            "1x":
                multiplier: 1
                chance: 40 #Chance is not from the start of the game, it is when the reward item is an available win option for the ball to drop into
                slot: [46, 52]
                material: "RED_CARPET"
                name: "&c&l1X"
                lore: []
            "0x":
                multiplier: 0
                chance: 50 #Chance is not from the start of the game, it is when the reward item is an available win option for the ball to drop into
                slot: [45, 53]
                material: "BLACK_CARPET"
                name: "&4&l0X"
                lore: []
    "deposit-menu":
        title: "&8&lPLINKO"
        rows: 3
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: []
                slots:
                    - "0-26"
            "lightblue":
                material: "LIGHT_BLUE_STAINED_GLASS_PANE"
                name: " "
                lore: []
                slots:
                    - "4-4"
                    - "9-17"
                    - "22-22"
        temp-items:
            "not-enough":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOT ENOUGH!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou don't have enough to deposit!"
            "no-pre-deposits":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOTHING PRE-DEPOSITED!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou haven't entered a &f&opre-deposit&7&o!"
            "deposited-vault": #for future currencies deposited-<currency>
                duration: 40 #ticks
                material: "EMERALD"
                name: "&a&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&aDescription"
                    - "&7&oYou have deposited &f&o$%amount%!"
            "deposited-experience":
                duration: 40 #ticks
                material: "BOOK"
                name: "&d&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&dDescription"
                    - "&7&oYou have deposited &f&o%amount% exp!"
        confirm-bet-item:
            slot: 13
            material: "SNOWBALL"
            name: "&3&l[&b&l!&3&l] &bPlay Plinko &7(Click)"
            lore:
                - " "
                - "&bCurrent Deposits"
                - "&b- &7Money: &f%vault%"
                - "&b- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to &f&oconfirm&7&o your deposit and play! ))"
        clear-bets-item:
            slot: 26
            material: "RED_DYE"
            name: "&4&l[&c&l!&4&l] &cClear Bets &7(Click)"
            lore:
                - " "
                - "&cCurrent Deposits"
                - "&c- &7Money: &f$%vault%"
                - "&c- &7EXP: &f%experience%"
                - " "
                - "&7&o(( Click me to clear your &f&opre-deposit&7&o and start fresh! ))"
        deposit-items:
            "money10k":
                slot: 11
                economy: "vault"
                amount: 10000
                material: "EMERALD"
                name: "&a&l+$10,000 &7(Deposit)"
                lore: []
            "experience1k":
                slot: 15
                economy: "experience"
                amount: 1000
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+1,000 EXP &7(Deposit)"
                lore: []
lang.yml
messages:
    "confirmed-bet":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&3&m---------------------------------------"
                - " "
                - "&b&lPLINKO &8- &bGame Started"
                - "&7&oYou have confirmed your bet!"
                - " "
                - "&3&lINITIAL DEPOSIT:"
                - "&3&l* &bMoney: &f$%vault%"
                - "&3&l* &bExperience: &f%experience%"
                - " "
                - "&3&m---------------------------------------"
    "plinko-summary":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&3&m---------------------------------------"
                - " "
                - "&b&lPLINKO &8- &bGame Review"
                - "&7&oYour plinko game has been completed!"
                - " "
                - "&3&lSTATISTICS:"
                - "&3&l* &bMoney: &f$%vault%"
                - "&3&l* &bExperience: &f%experience%"
                - "&3&l* &bMultiplier: &f%multiplier%x"
                - " "
                - "&3&m---------------------------------------"

Slides Module files:

config.yml
command:
    name: "slide"
    aliases:
        - "slides"
        - "aslide"
        - "aslides"
        - "abyssslide"
        - "abyssslides"

settings:
    interval: 10
    max-multi-selection: 10000 #Max multiplier a player can set

spin-sound:
    enabled: true
    value: "BLOCK_NOTE_PLING"

menus:
    "deposit-menu":
        title: "&8&lSLIDES"
        rows: 4
        multi-format: "&a- &7%multiplier%x: &f$%vault%&7, &f%experience%&7 EXP"
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-35"
        recent-game-settings:
            game-slots: [27, 28, 29, 31, 33, 34, 35]
            game-items:
                "winning":
                    material: "LIME_STAINED_GLASS_PANE"
                    name: "&a&l%multiplier%x MULTIPLIER"
                    lore: []
                "losing":
                    material: "RED_STAINED_GLASS_PANE"
                    name: "&c&l%multiplier%x MULTIPLIER"
                    lore: []
        temp-items:
            "not-enough":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOT ENOUGH!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou don't have enough to deposit!"
            "no-pre-deposits":
                duration: 40 #ticks
                material: "BARRIER"
                name: "&c&lNOTHING PRE-DEPOSITED!"
                lore:
                    - " "
                    - "&cDescription"
                    - "&7&oYou haven't entered a &f&opre-deposit&7&o!"
            "deposited-vault": #for future currencies deposited-<currency>
                duration: 40 #ticks
                material: "EMERALD"
                name: "&a&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&aDescription"
                    - "&7&oYou have deposited &f&o$%amount%!"
            "deposited-experience":
                duration: 40 #ticks
                material: "BOOK"
                name: "&d&lSUCCESSFULLY DEPOSITED!"
                lore:
                    - " "
                    - "&dDescription"
                    - "&7&oYou have deposited &f&o%amount% exp!"
        add-multiplier-item:
            slot: 13
            material: "CHEST"
            name: "&2&l[&a&l!&2&l] &aAdd Multiplier Bet &7(Click)"
            lore:
                - " "
                - "&aInformation"
                - "&a- &7Time until start: &f%time%"
                - "&a- &7Players entered: &f%entered%"
                - " "
                - "&aCurrent Pre-Deposits"
                - "&a- &7Money: &f%vault%"
                - "&a- &7EXP: &f%experience%"
                - " "
                - "&aMultipliers"
                - "%multipliers%"
                - " "
                - "&7&o(( Click me to &f&oadd&7&o a multiplier deposit! ))"
        confirm-bet-item:
            slot: 30
            material: "LIME_DYE"
            name: "&2&l[&a&l!&2&l] &aConfirm Bet &7(Click)"
            lore:
                - " "
                - "&aCurrent Game Deposits"
                - "&a- &7Money: &f%vault%"
                - "&a- &7EXP: &f%experience%"
                - " "
                - "&aMultipliers"
                - "%multipliers%"
                - " "
                - "&7&o(( Click me to &f&oconfirm&7&o your deposit and enter! ))"
        clear-bets-item:
            slot: 32
            material: "RED_DYE"
            name: "&4&l[&c&l!&4&l] &cClear Bets &7(Click)"
            lore:
                - " "
                - "&cCurrent Game Deposits"
                - "&c- &7Money: &f$%vault-game%"
                - "&c- &7EXP: &f%experience-game%"
                - " "
                - "&cCurrent Pre-Deposits"
                - "&c- &7Money: &f$%vault-pre%"
                - "&c- &7EXP: &f%experience-pre%"
                - " "
                - "&4&lWARNING: &cThis will remove &c&nall&c game and pre deposits."
                - " "
                - "&7&o(( Click me to clear your &f&opre-deposit&7&o and start fresh! ))"
        deposit-items:
            "money10k":
                slot: 11
                economy: "vault"
                amount: 10000
                material: "EMERALD"
                name: "&a&l+$10,000 &7(Deposit)"
                lore: [ ]
            "experience1k":
                slot: 15
                economy: "experience"
                amount: 1000
                material: "EXPERIENCE_BOTTLE"
                name: "&d&l+1,000 EXP &7(Deposit)"
                lore: [ ]
    "slide-menu":
        title: "&8&lSLIDES"
        rows: 3
        spin-slots: [16, 15, 14, 13, 12, 11, 10]
        reward-slot: 13
        multi-format: "&a- &7%multiplier%x: &f$%vault%&7, &f%experience%&7 EXP"
        items:
            "information":
                slot: 4
                material: "PAPER"
                name: "&2&l[&a&l!&2&l] &aSlide &7(Spinning)"
                lore:
                    - " "
                    - "&aDescription"
                    - "&7Once a multiplier has been chosen you will receive your"
                    - "&7deposited multipliers that are less or equal to"
                    - "&7the chosen &fmultiplier&7. &aGood luck!"
                    - " "
                    - "&aMultipliers"
                    - "%multipliers%"
                    - " "
                    - "&7&o(( The &f&oslides&7&o are currently spinning! ))"
        rewards:
            "up-to-10":
                reward-item:
                    material: "IRON_INGOT"
                    name: "&7&l[&f&l!&7&l] &f&l%multiplier%x"
                    lore: []
                generations: 35
                min: 0.1
                max: 10
                chance: "%multi% * 0.85"
            "11-25":
                reward-item:
                    material: "GOLD_INGOT"
                    name: "&6&l[&e&l!&6&l] &e&l%multiplier%x"
                    lore: []
                generations: 20
                min: 11
                max: 25
                chance: "%multi% * 0.75"
            "26-50":
                reward-item:
                    material: "DIAMOND"
                    name: "&3&l[&b&l!&3&l] &b&l%multiplier%x"
                    lore: []
                generations: 15
                min: 26
                max: 50
                chance: "%multi% * 0.25"
            "51-100":
                reward-item:
                    material: "EMERALD"
                    name: "&2&l[&a&l!&2&l] &a&l%multiplier%x"
                    lore: []
                generations: 5
                min: 51
                max: 100
                chance: "%multi% * 0.05"
            "101-500":
                reward-item:
                    material: "NETHER_STAR"
                    name: "&5&l[&d&l!&5&l] &d&l%multiplier%x"
                    lore: []
                generations: 3
                min: 101
                max: 500
                chance: "%multi% * 0.001"
        borders:
            "gray":
                material: "GRAY_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "0-26"
            "lime":
                material: "LIME_STAINED_GLASS_PANE"
                name: " "
                lore: [ ]
                slots:
                    - "9-17"
lang.yml
messages:
    "slide-starting":
        action-bar:
            enabled: true
            value: "&2&l(!) &aSlide Starting: &2&l%time%"
    "cannot-use-commands":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou cannot use commands while you are playing &4slide&c."
    "won-game":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&2&m---------------------------------------"
                - " "
                - "&a&lSLIDES &8- &aGame Review"
                - "&7&oYour slide game has been completed!"
                - " "
                - "&2&lSTATISTICS:"
                - "&2&l* &aMoney: &f$%vault%"
                - "&2&l* &aExperience: &f%experience%"
                - "&2&l* &aMultiplier: &f%multiplier%x"
                - " "
                - "&2&m---------------------------------------"
    "lost-game":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&4&m---------------------------------------"
                - " "
                - "&c&lSLIDES &8- &cGame Review"
                - "&7&oYour slide game has been completed!"
                - " "
                - "&4&lSTATISTICS:"
                - "&4&l* &cMoney: &f$0"
                - "&4&l* &cExperience: &f0"
                - "&4&l* &cMultiplier: &f%multiplier%x"
                - " "
                - "&4&l:( &cUh oh... you lost!"
                - " "
                - "&4&m---------------------------------------"
    "confirmed-bet":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&2&m---------------------------------------"
                - " "
                - "&a&lSLIDES &8- &aConfirmed Bet"
                - "&7&oYou have confirmed your bet!"
                - " "
                - "&2&lINITIAL DEPOSIT:"
                - "&2&l* &aMoney: &f$%vault%"
                - "&2&l* &aExperience: &f%experience%"
                - " "
                - "&2&m---------------------------------------"
    "selecting-multi":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&2&m---------------------------------------"
                - " "
                - "&a&lSLIDES &8- &aSelect Multiplier"
                - "&7&oEnter a multiplier in chat to place your &f&opre-deposit&7&o"
                - "&7&oon, otherwise enter &f&o\"cancel\"&7&o to cancel."
                - " "
                - "&2&lPRE-DEPOSIT VALUE:"
                - "&2&l* &aMoney: &f$%vault%"
                - "&2&l* &aExperience: &f%experience%"
                - " "
                - "&2&m---------------------------------------"
    "added-multi-select":
        sound:
            enabled: true
            value: "ORB_PICKUP"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&a&lAbyss &8- &aAdded pre-deposit to the &2%multiplier%x&a multiplier."
    "cancelled-multi-select":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou have cancelled your multiplier selection."
    "invalid-multi-select":
        sound:
            enabled: true
            value: "FIZZ"
            volume: 1
            pitch: 1
        message:
            enabled: true
            value:
                - "&c&lAbyss &8- &cYou have entered an invalid multiplier selection."

Last updated