This is a Minecraft Spigot Server Plugin.
If you want your server to be featured on this page just let me know with your review and I'll be more than glad to add it!
Want more features like jackpot, win tax, physical machines, and more customization??
Features:
Currently Reported Bugs:
N/A
Installation:
Notable Servers:
N/A
Donations:
If you wish to donate to me you can here
It helps me out by allowing me to dedicate more time to creating content you desire.
P.S.
If you enjoy this plugin please leave your feedback, would be much appreciated. Thank you
If you want your server to be featured on this page just let me know with your review and I'll be more than glad to add it!
Want more features like jackpot, win tax, physical machines, and more customization??
Features:
- GUI Based-ish
- Hooked into [Vault]
- Max Bet (Changeable in Config.yml)
- Wild Card (Togglable in Config.yml)
- Wild Card Reward (Changeable in Config.yml)
- Spinning Sound (Togglable in Config.yml)
- Custom reward amounts (Changeable in Config.yml)
- Custom Items (Changeable in Config.yml)
- Custom Chances (Changeable in Config.yml)
- Better Animations
- Slot Machine Signs
- Usage:
- First Line: [Slots] or [ts] or ts or slots
- Blank
- max or <bet> - Without the <> symbols
- Blank
- Usage:
- /Slots <Bet>
- /Slots max
- /Tokenslots reload
- /Tokenslots settings
- tokenslots.*
- Gives permission to all other permissions
- tokenslots.reload
- Gives permission to /tokenslots reload
- tokenslots.signcreate
- Allows the user to make [Slots] Signs
- tokenslots.settings
- Allows the user to /tokenslots settings
Spoiler: Config.yml
#############################################
# #
# Casino Slots - Free Config #
# #
#############################################
MaxBet: 50000 #The highest someone can bet or the /slots max
MinBet: 10 #The Lowest someone can bet
WildCard: true #The paper that helps complete the row
WildCardReward: 8 #Reward for getting x3 in a row
SpinSound: true #The sound that plays when it spins
SoundVolume: 10 #The volume at which the spinning sounds plays
SpinningSound: BLOCK_NOTE_BLOCK_SNARE #Sound used when machine running
WinSound: ENTITY_FIREWORK_ROCKET_LAUNCH #Sound played when player wins
LoseSound: BLOCK_NOTE_BLOCK_BASS #Sound played when player loses
SpaceFiller: BLACK_STAINED_GLASS_PANE
Items:
1:
Item: NETHERITE_BLOCK #The item appearing in the machine
Chance: 1 #<#> out of the sum of the others
Reward: 15 #(<reward#>*Connected)*(bet*0.5)
2:
Item: DIAMOND_BLOCK
Chance: 1
Reward: 12
3:
Item: EMERALD_BLOCK
Chance: 2
Reward: 11
4:
Item: GOLD_BLOCK
Chance: 2
Reward: 10
5:
Item: LAPIS_BLOCK
Chance: 3
Reward: 9
6:
Item: QUARTZ_BLOCK
Chance: 3
Reward: 8
7:
Item: IRON_BLOCK
Chance: 4
Reward: 7
8:
Item: REDSTONE_BLOCK
Chance: 4
Reward: 6
9:
Item: COAL_BLOCK
Chance: 5
Reward: 5
10:
Item: CLAY
Chance: 5
Reward: 4
11:
Item: SLIME_BLOCK
Chance: 6
Reward: 3
Lang.yml
Code (Text):
#############################################
# #
# Casino Slots - Free Config #
# #
#############################################
MaxBet: 50000 #The highest someone can bet or the /slots max
MinBet: 10 #The Lowest someone can bet
WildCard: true #The paper that helps complete the row
WildCardReward: 8 #Reward for getting x3 in a row
SpinSound: true #The sound that plays when it spins
SoundVolume: 10 #The volume at which the spinning sounds plays
SpinningSound: BLOCK_NOTE_BLOCK_SNARE #Sound used when machine running
WinSound: ENTITY_FIREWORK_ROCKET_LAUNCH #Sound played when player wins
LoseSound: BLOCK_NOTE_BLOCK_BASS #Sound played when player loses
SpaceFiller: BLACK_STAINED_GLASS_PANE
Items:
1:
Item: NETHERITE_BLOCK #The item appearing in the machine
Chance: 1 #<#> out of the sum of the others
Reward: 15 #(<reward#>*Connected)*(bet*0.5)
2:
Item: DIAMOND_BLOCK
Chance: 1
Reward: 12
3:
Item: EMERALD_BLOCK
Chance: 2
Reward: 11
4:
Item: GOLD_BLOCK
Chance: 2
Reward: 10
5:
Item: LAPIS_BLOCK
Chance: 3
Reward: 9
6:
Item: QUARTZ_BLOCK
Chance: 3
Reward: 8
7:
Item: IRON_BLOCK
Chance: 4
Reward: 7
8:
Item: REDSTONE_BLOCK
Chance: 4
Reward: 6
9:
Item: COAL_BLOCK
Chance: 5
Reward: 5
10:
Item: CLAY
Chance: 5
Reward: 4
11:
Item: SLIME_BLOCK
Chance: 6
Reward: 3
Spoiler: lang.yml
InvalidArguments: ' &cInvalid Arguments'
TooManyArguments: ' &cToo Many Arguments'
SlotsArgumentUsage: ' &9Usage: &b/slots <amount> &9or &b/slots max'
NeededForMax: ' &cYou need $%MaxBet% to do a max bet'
NotNumberOrMax: ' &cThat is not a number or the word &bmax&c!'
WhatWill0Do: ' &cNow what do you think &6$0 &cwill win you???'
NotEnoughMoney: ' &cInsufficient Funds!'
BetTooHigh: ' &cThat bet is too high! &bMax Bet: %MaxBet%'
BetTooLow: ' &cThat bet is too low! &bMinimum Bet: %MinBet%'
PlayerHasWon: ' &b%PlayerName% &bhas won &6$%Reward%'
YouLost: ' &cYou Lost'
ClosedGUITooEarly: ' &cYou closed the gui before it finished!'
Connected: ' &b%ConnectedAmount% &9connected!'
YouWon: ' &bYou Won &6$%Reward%'
MachineIsActive: ' &cThe machine is currently active'
MissingPermission: ' &cYou do not have permission to do this'
AlreadyUsingMachine: ' &cYou already have an active machine'
Code (Text):
InvalidArguments: ' &cInvalid Arguments'
TooManyArguments: ' &cToo Many Arguments'
SlotsArgumentUsage: ' &9Usage: &b/slots <amount> &9or &b/slots max'
NeededForMax: ' &cYou need $%MaxBet% to do a max bet'
NotNumberOrMax: ' &cThat is not a number or the word &bmax&c!'
WhatWill0Do: ' &cNow what do you think &6$0 &cwill win you???'
NotEnoughMoney: ' &cInsufficient Funds!'
BetTooHigh: ' &cThat bet is too high! &bMax Bet: %MaxBet%'
BetTooLow: ' &cThat bet is too low! &bMinimum Bet: %MinBet%'
PlayerHasWon: ' &b%PlayerName% &bhas won &6$%Reward%'
YouLost: ' &cYou Lost'
ClosedGUITooEarly: ' &cYou closed the gui before it finished!'
Connected: ' &b%ConnectedAmount% &9connected!'
YouWon: ' &bYou Won &6$%Reward%'
MachineIsActive: ' &cThe machine is currently active'
MissingPermission: ' &cYou do not have permission to do this'
AlreadyUsingMachine: ' &cYou already have an active machine'
Currently Reported Bugs:
N/A
Installation:
- Have Vault installed and an economy plugin on your server
- Drag and drop the plugin jar into your plugins folder and restart the server
- Enjoy and configure to your linking in the CasinoSlots folder in your plugins folder
Notable Servers:
N/A
Donations:
If you wish to donate to me you can here
It helps me out by allowing me to dedicate more time to creating content you desire.
P.S.
If you enjoy this plugin please leave your feedback, would be much appreciated. Thank you
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Casino Slots is a free Minecraft Java mod. Compatible with Minecraft 1.20. Downloaded 11,970 times (via Spigot). Download it and open it directly in the game.