Casino Slots
Casino Slots
Casino Slots allows you to easily set up interactive and proper block-based slot machines anywhere in your world. Nearly every aspect of these slot machines can be customized to your needs, including block types, costs and prizes, winning chances and more. The slot machines are compact and elegant, designed to give you large amounts of freedom to sculpt them any way you'd like.
Features
- Animated, block-based slot machines, including audio
- Highly customization
- Tracks statistics
- Costs and prizes supported through practically all economy plugins
- Configurable custom prizes and actions upon winning
- Permissions (superperms)
Commands
For a full list of all commands either go http://dev.bukkit.org/server-mods/casino-slots/pages/info/commands/ or do /casino in game.
Permissions
See http://dev.bukkit.org/server-mods/casino-slots/pages/info/permissions/ for detailed information.
Installation
Just put the CasinoSlots.jar into the server's plugin directory, restart the server (don't /reload), and enjoy.
Note: If you had config files from AnCasino, simple rename AnCasino to CasinoSlots and they'll work.
Configuration
Documentation will be located: http://dev.bukkit.org/server-mods/casino-slots/pages/info/config/ soon
Actions have been defined: http://dev.bukkit.org/server-mods/casino-slots/pages/info/actions/
Video Tutorial
Special thanks to luigi_vampa for making the video!!!
Dependencies
- Vault
- Economy - can be any that are supported by vault
@graywolf336
It doesnt generate one for me aswell
EDIT* Just tried it again and got a config aswell as slots/slats http://pastebin.com/VuEgvvwP
yes, but it doesnt even generate a config.... But if you mean Iconomy: http://pastebin.com/SUwE648p
@danielboyz
Okay can you post your config? Either to here or in a private message using pastebin
Actually are you coming from AnCasino?
Iconomy 6 and default (above 1 is dollar(s) under is coin(s))
@danielboyz
What economy you using and what is the name of your in game currency?
getting the same error as the other 2... I am using bukkit build #2124 And it doesnt generate a folder...
@natbyte
@kcorb90
Can you guys post your config files? Either post them here or send them to me in a private message
Been using your version of ancasino as well, nice to see you are picking this up more officially. AnCasino is still working for us for now but will test and update to this soon, keep it up!
I too get error
3/28/2012 9:10:37 AM [SEVERE] Error occurred while enabling CasinoSlots v2.15.0 (Is it up to date?) 3/28/2012 9:10:37 AM java.lang.IndexOutOfBoundsException: Index: 1, Size: 0 3/28/2012 9:10:37 AM at java.util.ArrayList.rangeCheck(Unknown Source) 3/28/2012 9:10:37 AM at java.util.ArrayList.get(Unknown Source) 3/28/2012 9:10:37 AM at net.milkbowl.vault.economy.plugins.Economy_iConomy6.currencyNamePlural(Economy_iConomy6.java:118) 3/28/2012 9:10:37 AM at com.craftyn.casinoslots.slot.TypeData.getMessages(TypeData.java:164) 3/28/2012 9:10:37 AM at com.craftyn.casinoslots.slot.TypeData.loadType(TypeData.java:86) 3/28/2012 9:10:37 AM at com.craftyn.casinoslots.slot.TypeData.loadTypes(TypeData.java:69) 3/28/2012 9:10:37 AM at com.craftyn.casinoslots.util.ConfigData.load(ConfigData.java:46) 3/28/2012 9:10:37 AM at com.craftyn.casinoslots.CasinoSlots.onEnable(CasinoSlots.java:68) 3/28/2012 9:10:37 AM at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) 3/28/2012 9:10:37 AM at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) 3/28/2012 9:10:37 AM at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) 3/28/2012 9:10:37 AM at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250) 3/28/2012 9:10:37 AM at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232) 3/28/2012 9:10:37 AM at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374) 3/28/2012 9:10:37 AM at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361) 3/28/2012 9:10:37 AM at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187) 3/28/2012 9:10:37 AM at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425) 3/28/2012 9:10:37 AM at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Getting the following error on server restart:
2012-03-28 19:25:36 [INFO] [CasinoSlots] Enabling CasinoSlots v2.15.0 2012-03-28 19:25:36 [INFO] [CasinoSlots] Loaded 0 slot machines. 2012-03-28 19:25:36 [SEVERE] Error occurred while enabling CasinoSlots v2.15.0 (Is it up to date?) java.lang.IndexOutOfBoundsException: Index: 1, Size: 0 at java.util.ArrayList.rangeCheck(Unknown Source) at java.util.ArrayList.get(Unknown Source) at net.milkbowl.vault.economy.plugins.Economy_iConomy6.currencyNamePlural(Economy_iConomy6.java:118) at com.craftyn.casinoslots.slot.TypeData.getMessages(TypeData.java:164) at com.craftyn.casinoslots.slot.TypeData.loadType(TypeData.java:86) at com.craftyn.casinoslots.slot.TypeData.loadTypes(TypeData.java:69) at com.craftyn.casinoslots.util.ConfigData.load(ConfigData.java:46) at com.craftyn.casinoslots.CasinoSlots.onEnable(CasinoSlots.java:68) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425) at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Bukkit: CraftBukkit version git-Bukkit-1.2.3-R0.2-93-gac9207d-b2122jnks (MC: 1.2.4) Vault: [Vault] Enabling Vault v1.2.13-b148 iConomy v6.0.9b
YES! You're amazing. Thanks for keeping it updated!
I'm glad you've taken this up!
The above joy is compounded by the fact that so many old plugins are being brought back to life (I count this as old).
Added some fun things to the actions, now has fire, goBlind, and drugUp. Once I get a nice working version where managed slots where I'll upload it.
Our server used AnCasino we would love to see this plugin come alive!
Great Scot =D
This is good so so good. and sweet.. mmmm
@Pendar2
@GuildMasterLelo
You all made me happy to know that it's getting used, more encouragement to keep on going :)
If you have any suggestions/errors/ideas submit them to me at https://github.com/graywolf336/CasinoSlots/issues
Yea I've been using your version too, works great now :) Appreciate your work.
woot ty
@sexysteve865
Thanks :) I don't plan on it, as long as I run my server. I'm currently rewriting it to the new name and getting everything prepped...hoping later tonight to have the first file under the new name up!
So glad you finally took it over, I have been using your version for awhile now...please dont abandon this :)