[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

    codename_B

    Items are already sold by however much you have in your hand (could be a stack)

    I'm going to keep it simple, so there will be no price difference other than the ratio I'm afraid.
    If you want to change things more than this, the source is in the .jar!
     
  3. Offline

    Runelynx

    Where is the real simpleshop? why are you using the same name as an existing plugin?

    errrgh
     
  4. Offline

    codename_B

  5. Offline

    Firefox365

    ok i get the last part but i have no idea how to change the sorce i tryed but it just made the plugin next to useless
     
  6. Offline

    codename_B

    Don't give up!
     
  7. Offline

    Plague

  8. Offline

    Firefox365

    lol i just dont know anything about code? I just saw the string that showed the what it is to say i cange it around 10 different ways and it dont work. O that and this plugin is not working on my server anymore along with acoupe others.
     
  9. Offline

    codename_B

  10. Offline

    BlueMist

    This is a very good plugin. I was hoping you would be able to make the commands for buying and selling manually changable or change them to /shop buy and /shop sell and add a /list feature to see what is being sold
     
  11. Offline

    Crysillion

    Hello. I am getting some errors with this plugin.

    I set my server so that players may only sell items to the shop and not buy it via permissions, this worked well of course. However, when I actually tried to buy items, it would always tell me that "An internal error has occured while attempting to perform this command"

    This error also shows up when I type in /price dirt (or anything, really).

    I can sell items just fine, it gives me the money, it works fluidly, but not being able to see the price of items on the fly makes the plugin less appealing. Upon checking this through telnet, no errors are provided. It kind of just "is".

    I am using #818, any ideas?
     
  12. Offline

    Plague

    No we do not enforce naming, that was just FYI.
     
  13. Offline

    Crysillion

    I solved the buying issue. It was Essentials conflicting. However, typing in /price still gives me the error. I tried /simprice but that command doesn't exist. I am an admin, I set my permissions to have access to everything, so it's not that. Being able to sell items is fine, but when players have no idea what sells for what, it's almost like not having it at all for you'd be crazy to sell blindly.
     
  14. Offline

    codename_B

    /price ID works.

    Download the latest version.

    /price dirt will not work.
    Dirt is a name, not an ID.

    An id is a number - like /price 3
    A name is a world - like /price dirt

    This plugin uses ID - not name.

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

    Crysillion

    Oh, wow. Never even thought to check that. Yeah indeed, the plugin works flawlessly in that case.
     
  16. Offline

    codename_B

    XD
    Figured.
     
  17. Offline

    MercAB3

    Hey codename_B, I know you said you didn't intend on adding decimal prices to your plugin, but I have a potential fix for the decimal prices if you or others want it. Could use some more testers (only I tested it). I was about to upload it to github but I thought I'd ask you first.
     
  18. Offline

    codename_B

    Hit me with it :D
     
  19. Offline

    akedia

    that is happening for me 2
     
  20. Offline

    codename_B

    No.
     
  21. Offline

    but2002

    Could we please get name support (Instead of ID) I used bettershop for the longest time, but it no longer supports iConomy 5. :(
     
  22. Offline

    dark_hunter

    What type of shop system is this? Command based? Chest based or sign?
     
  23. Offline

    codename_B

    Command based. Let me add that to the OP for you,
     
    dark_hunter likes this.
  24. Offline

    Plague

    Current RB is not a valid RB version tag
     
  25. Offline

    chronopolis

    Lolz I love RB 900
     
  26. Offline

    Plague

    @codename_B what the hell, I post on nearly every thread of yours that you have to have latest RB in the title and you blatantly just use whatever you want to...
     
  27. Offline

    codename_B

    I've stopped support on this topic until build 900 comes out ^^
     
  28. Offline

    Plague

    inactive then, report the original post when reactivated
     
  29. Offline

    codename_B

    Ready to be moved back to releases
     
  30. Offline

    Panicman23

    is it possible for you to continue signtrader? i absolutely loved it and so did my players........ Could you possibly update it? or make something similar to it?
     
  31. Offline

    re4ly

    i want sell 1 Stone for 0,5 Dollar! how can i make it???
     

Share This Page