[INACTIVE][ECON] SimpleShop v0.6.1 - Economy made Simple! iConomy [860-900]

Discussion in 'Inactive/Unsupported Plugins' started by codename_B, May 23, 2011.

  1. Offline

    codename_B

    [​IMG]
    SimpleShop
    Economy made Simple! iConomy!

    Version: 0.6.1
    Requires: iConomy

    Download: Download Link for 0.6.1

    Extra large font on the world global especially for SamSamurai
    Features: Allows users to buy items from a global shop. Also allows them to sell items to the global shop. This plugin is command based.

    Commands:
    /simbuy AMOUNT ID DAMAGE
    /price ID
    /simsell
    Permission nodes: simpleshop.buy simpleshop.sell simpleshop.price


    Configuration: Hopefully self explanatory, but here is some more detail.
    commented config file (open)
    #This is the SimpleBuy config file.
    #Now you can add the costs per block using the id. Included are commented sample values
    Currency=Dollar
    Buy=10
    Sell=8
    #Sets the cost of 1 of smoothstone ID=1 to 2
    #Stone
    1=2
    #Grass
    2=1
    #Dirt
    3=1
    #Cobblestone
    4=1
    #Wooden Plank
    5=1
    #Sapling
    6=5
    #Sand
    12=1
    #Gravel
    13=1
    #Gold Ore
    14=20
    #Iron Ore
    15=15
    #Coal Ore
    16=10
    #Wood
    17=2
    #Leaves
    18=5
    #Sponge
    19=10
    #Glass
    20=2
    #Lapis Lazuli Ore
    21=15
    #Lapis Lazuli Block
    22=60
    #Dispenser
    23=50
    #Sandstone
    24=2
    #Note Block
    25=50
    #Powered Rail
    27=10
    #Detector Rail
    28=10
    #Web
    30=50
    #Wool
    35=2
    #Dandelion
    37=3
    #Rose
    38=3
    #Brown Mushroom
    39=3
    #Red Mushroom
    40=3
    #Gold Block
    41=40
    #Iron Block
    42=50
    #Double Slabs
    43=4
    #Slabs
    44=2
    #Brick Block
    45=2
    #TNT
    46=100
    #Bookshelf
    47=3
    #Moss Stone
    48=3
    #Obsidian
    49=8
    #Torch
    50=1
    #Wooden Stairs
    53=2
    #Chest
    54=1
    #Diamond Ore
    56=35
    #Diamond Block
    57=90
    #Ladders
    65=5
    #Rails
    66=10
    #Cobblestone Stairs
    67=2
    #Lever
    69=2
    #Stone Pressure Plate
    70=2
    #Wooden Pressure Plate
    72=1
    #Redstone Ore
    73=3
    #Glowing Redstone Ore
    74=4
    #Stone Button
    77=1
    #Snow
    78=4
    #Ice
    79=8
    #Snow Block
    80=8
    #Cactus
    81=1
    #Clay Block
    82=2
    #Sugar Cane
    83=9
    #Jukebox
    84=50
    #Fence
    85=3
    #Pumpkin
    86=3
    #Netherrack
    87=5
    #Soul Sand
    88=10
    #Glowstone Block
    89=20
    #Jack-O-Lantern
    91=15
    #Bread
    297=14
    #Porkchop
    319=11
    #Cooked Porkchop
    320=20
    #Coal
    263=5

    Source: Included in the .jar

    Changelog:
    • v0.3 - 23/05/2011 - released initial plugin with configurable cost after going live with it on ubempire.com
    • v0.4 - 23/05/2011 - added /sell
    • v0.5 - 24/05/2011 - changed commands to /simbuy and /simsell - added configurable buy/sell ratio.
    • v0.6 - realised I'd forgotten to rebrand everything and it was still going by SimpleBuy - OOPS!

    *crosses fingers and hopes for plugin approval*

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  2. Offline

    mauzie gamer

    i got a error.
    i can use /simbuy and /simprice but if i want to use /simsell one big red error comes in the screen.
    it says: you cannot sell that item.
    i checked the permissions and thats all fine.

    any solution?
     
  3. Offline

    ParadoXz

    allot of people have been complaing about lag when i added this plugin
     
  4. Offline

    jmcneely

    Does this plugin work with the new superperms?
     
  5. Offline

    chelben9

    do u have a prewriten config file i really dont have the time to setup all the ids and prices
     
  6. Offline

    jmcneely

    There is an example config file under "Configuration" in the OP.
     
  7. Offline

    chelben9

    how do i put ones with like the 17:1 for diff kind of thing like colored wool or dyes
    sorry for the grammer thnx
     
  8. Offline

    FleVa

    i get that errororg.bukkit.command.CommandException: Unhandled exception executing command 'simsell' in plugin SimpleShop v0.6.1 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) Caused by: java.lang.NoClassDefFoundError: com/iConomy/iConomy at com.ubempire.SimpleShop.SimpleShop.onCommand(SimpleShop.java:118) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39) ... 12 more Caused by: java.lang.ClassNotFoundException: com.iConomy.iConomy at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 14 more
     
  9. Offline

    MJRamon

    iConomy 6, PermissionsEx support?
     
  10. Offline

    abc5247

    Great stuff. I tried Giant Shop and it is no good. I will be using this on my server until I get Spout and maybe after that as an addition.
     

Share This Page