1.0.0
Compatibility
Changes
Overview
Ore Casino turns any Minecraft server into a tiny casino. Sell ores for coins, place bets on slots, blackjack, coinflip, dice, and roulette, and try to win the progressive jackpot. All winnings live in the casino balance; there is no virtual currency item to manage.
Features
- Sell any tracked ore or mineral for casino coins (or buy them back from the shop).
- Five playable games with persistent balances and a server-wide progressive jackpot.
- A clickable main menu, prices page, shop, and operator admin panel.
- Admin commands for granting, taking, setting, or wiping player balances and the jackpot.
How to Use
- Type
/casinoto open the clickable main menu. - Or use the game commands directly, for example
/casino slots 100,/casino blackjack 250,/casino coinflip 50 tails,/casino dice 100 7, or/casino roulette 200 red. - Sell the item in your hand with
/casino sell hand, or everything sellable in your inventory with/casino sell all. - Check ore prices with
/casino pricesand your balance with/casino balance.
Tips & Tricks
-
The minimum bet is 10 coins and the maximum is 1,000,000 coins.
-
5% of every losing bet is added to the progressive jackpot, and three sevens on the slot machine pays out the whole pot.
-
Operators can open the admin panel from the main menu, or via /casino admin, to grant coins, wipe balances, or reset the jackpot.
Known Limitations
- The graphical main-menu game buttons still bet a fixed 50 coins; the half / all shortcut only applies to the text commands for now.
- The half shortcut always uses your casino balance, not the contents of your physical inventory.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ZMrfaiua:R1bCBGeb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZMrfaiua:R1bCBGeb"
}

