Inactive [FUN/ECON] 8 Reel Slots - A Fun Casino Game [iConomy 6] [1.3.1-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by RLS0812, Jun 13, 2012.

  1. Offline

    RLS0812

    * Description *
    8 Reel Slots Game - A fun casino slots game that can be played in world.

    * Requirements *
    iConomy 6 http://dev.bukkit.org/server-mods/iconomy

    * Version 2.5 *

    * How to Install *
    Download from <Edit by Moderator: Redacted mediafire url>
    Drag and drop "Slots.jar" into your Bukkit "Plugins" folder.
    (re)Start the server.

    * How To Use *
    Type in chat /slots for information
    Type in chat /slots Amount_Of_Bet_Here to place a bet. Example: /slots 42
    Type in chat /slotdebug for play information

    * Odds *
    2 Reels
    1 in 8 ( 12.5 % )
    3 Reels
    1 in 64 ( 1.5 % )
    4 Reels
    1 in 512 ( 0.19% )
    5 Reels
    1 in 4,096 ( 0.024 % )
    6 Reels
    1 in 32,768 ( 0.003 % )
    7 Reels
    1 in 262,144 ( 0.00038 % )
    8 Reels
    1 in 2,097,152 ( 0.00004.7 % )

    *Payout*
    65% of odds.
    Example of how to calculate if some one hits 3 reels: (Bet * 64) * 0.65

    *Notes*
    Players have a 1 in 10 ( 10%) chance to win 65% of half their bet.
    Example: (Bet*0.5) * 0.65

    * Open Source *
    You are allowed to decompile the .jar, and examine the code http://java.decompiler.free.fr/?q=jdgui
    You are allowed to reuse my code if you give me ( RLS0812 ) credit .

    * Chang Log *
    2.5 -
    - Upgraded to iConomy 6
    -Went Public
    2.0 -
    - Deleted version 1, rewritten
    1.0
    - Deleted beta, rewritten
     
    Last edited by a moderator: Nov 10, 2016
  2. Offline

    Deleted user

    I'd suggest you read the plugin submission guidelines before you post a plugin submission.
    1. [Fun - Econ] should be chagned to [FUN/ECON]. Thread Tools -> Change Thread Title
    2. Changelog at the bottom of the page please.
    3. 4Shared requires you to make an account before downloading. Upload to DropBox or Mediafire.
    4. How do you even use this plugin :confused:. The main post doesn't state the steps, or examples.
    5. Brief description in your title after your plugin name. Also, your plugin name should (opinion) be shorter. Example: ReelSlots. Description Example: ReelSlots - Make your server a fun place!
    6. A video is recommended for a complicated plugin like this. I suggest WoopaGaming (contact Torrent ).
     
  3. Offline

    RLS0812

    1 - Changed
    2 - Kinda pointless, but there it is
    3 - Changed
    4 - Pleases read * How To Use *
    5 - Changed
    6- It's not complicated.
     
  4. Offline

    md_5

    Thanks
    Approved.
     
    Deleted user likes this.
  5. Offline

    RLS0812

    Thank you.
     
  6. Offline

    Jaiguru

    Are there permissions nodes to make this plugin available to only certain groups and up? Worldguard integration would be nice so we could set a flag to make only certain spaces gambling zones.
     
  7. Offline

    mathew11

    Wow! this is great.
    Thanks for sharing it and giving us such nice guidelines.
    Will try it soon.
     
  8. Offline

    411skateboarder

    Hey, Could u make a video?
     
  9. Offline

    RLS0812

    Video would be a bit odd, since it's all text, but if I have time in the next few weeks, I'll add a GUI
     
  10. Offline

    RiotShielder

    Getting an error...
    2012-07-13 10:00:08 [INFO] Starting minecraft server version 1.2.5
    2012-07-13 10:00:08 [INFO] Loading properties
    2012-07-13 10:00:08 [INFO] Starting Minecraft server on *:25565
    2012-07-13 10:00:08 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    2012-07-13 10:00:09 [SEVERE] Could not load 'plugins/Slots.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/RLS0812/Slots/Main : Unsupported major.minor version 51.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:151)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.UnsupportedClassVersionError: me/RLS0812/Slots/Main : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:264)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:140)
    ... 8 more
     
  11. Offline

    RLS0812

    This plugin requires iConomy 6 to run.
     
  12. Offline

    Thomas211

    boseconomy would be nice, as well as permission nodes, as this would be a perfect plugin for donators on my server
     
  13. Offline

    RLS0812

    Currently testing in the latest dev version.
     
  14. Offline

    RLS0812

    Tested this with latest recommended version 1.3.1.R1.0 and works great.
     
  15. Offline

    PhantomNL

    The idea is very good, cause I want to make a Casino in my server so people can make their money easier, but, it doesn't work with iConomy 7, I won 3.9000000000000004, but the command /money from iConomy sayd I only have 87.43 like I had before I won.. And the Plugin is very compicated.. Please make this plugin better cause I know you can and it's a really good idea. Nice work though.
     
  16. Offline

    enprim22

    Changelog at the bottom of the page please.[​IMG]
     
  17. Offline

    RLS0812

    Which is exactly were it is located.
     

Share This Page