Inactive [ECON] SimpleGold v0.7 - Simple Economy with Gold Ingots [1.2.3-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by EpicX112, Feb 19, 2012.

  1. Offline

    imatrollly

    not to be a bother (as i see your getting plenty of problems other people are haveing being reported) but i changed the currency name in the config file AND in-game with the /somthing-somthing command. anyway, my probelm is, aat first all the signs worked, perfectly. then eventually less worked... and now none. yes their all lit up yellow (the name of the currency is) and ive restarted the server several times and logged in and out yet this keeps reoccuring
    :(
     
  2. Offline

    EpicX112

    This issue is weird, I have no idea what would cause this. Did it start happening after 1.2.4?
     
  3. Offline

    imatrollly

    Ah, silly me, i set the currency to lapis lazuli BLOCK not the ore (block id= 22 ore=21) i was one stinking number off. anyways, you did do a wonderful job of making this plugin, and thanks for the quick response
     
  4. Offline

    Ashes_Sehsa

    Sorry for the EXTREMELY delayed response, but thank you. We love the gold economy on the server. My only concern comes from inflation, but I just make money wells for that :p
    Can't wait until the bug the using ":" is fixed, I wanted to sell music discs. Well anywho, thanks for a great plugin!
     
  5. Offline

    Reeces_Pieces

    Do this and I will love you forever. You could make it in the config file where you have one main currency and then you can add others and the variable you edit is how many of the main currency equals that item, like in real life where a quarter equals 5 nickels.
    Code:
    currency: 371
    266: 9
    122: 100
    With that configuration the currency is gold nuggets(371), 1 gold bar is equal to 9 gold nuggets, and 1 dragon egg(122) is equal to 100 gold nuggets.
     
  6. Offline

    nhoclesnar

    Doesn't this one already have that feature?
     
  7. Offline

    Yttrium_39

    If this plugin is updated to 1.2.4 you should change the name.
     
  8. Offline

    Reeces_Pieces

    Wow, I never saw that before. Thanks.
     
  9. Offline

    Virusbomb

    Hey EpicX, this might help for a lot of the coding of the multi-currency feature.
     
  10. Offline

    nhoclesnar

    Just grab that one or this one instead...Why are you guys pressuring him so much on making the plugin multicurrency? The name of the plugin already clarifies that it's Simple Gold. If you need a complicated one then you either have to wait or to request it somewhere else.

    @To the author: Please update the plugin and add subtype, configurable buying/selling messages. And please take a look at Marquee also. Is it possible to use that plugin to support long name item like Potions? I can't think of a way rather than that (well actually I do, but I would love to use Marquee) to make long potion name and its long id to fit in one line of the sign. Please update soon. Thank you.
     
  11. Offline

    heliastein

    An idea when u will bring out the new version that allow to use 2 different money like golden ingot and golden nuggets?
     
  12. Offline

    Reeces_Pieces

    Please direct your attention to the post directly above yours. Other plugins already have this feature.
     
  13. Offline

    heliastein

    The thing of the simplegold is that it use no command but the multi-currency will allow us to make more gradated trade like not having a stack of dirt so expensive and a diamond so cheap...
     
  14. Offline

    nhoclesnar

    Hmm...perhaps you should retake Algebra 1, or maybe start taking it now if you haven't taken it before. I will explain a bit to you. If you use Gold Nugget as currency, then you can do this:
    Code:
    [Gold]
    Seeds;295
    Buy;5;1
    Sell;10;1
    What does this mean? Well, it means that you can trade 1 Gold Nugget for 5 Seeds. Which means, 1 Seeds = 1/5, or 0.2, Gold Nugget. You can simply calculate the price of the item by dividing the Price by the Quantity. The same thing applies for sell price. In this case, sell price is equal to half of the buy price: Price/Quantity = 1/10 = 0.1 Gold Nugget.

    More example, if you want players to be able to buy 1 Watermelon Seeds for 0.5 Gold Nugget (1/2 Gold Nugget), you can simply do:
    Code:
    [Gold]
    MelonSeeds;362
    Buy;2;1
    Sell;4;1
    In this case, buy price = Price/Quantity = 1/2 = 0.5 Gold Nugget. Sell price = Price/Quantity = 1/4 = 0.25 Gold Nugget. I know there are limitations, but still you can figure things out with basic math. The title simply states that it's SimpleGold, and so I hope the author won't make it complicated like MultiCurrency or something.
     
  15. Offline

    heliastein

    Omg.....
    What would be more complicated to have to trading item to use...
    If at the end of line 3 and 4 u simply put a I for ingot or N for nuggets....
    This would be so much more complicated beacause of this....?
    I don't think so....
    U see problems everywhere dude....
     
  16. Offline

    nhoclesnar

    What do you mean by "trading item to use"? I don't get what you are trying to say. Even if you have MultiCurrency you will basically still be trading items for items. I agree that MultiCurrency would be cool, but I don't agree that it's higher priority than fixing bugs and supporting subtypes.
     
  17. Offline

    heliastein

    I said item cause yup most people will use gold ingot and nugets but you could set almost what u want, if you would like to based your economy on wooden stick or flint you could so that's y i'm using the word item....
     
  18. Offline

    nhoclesnar

    Hm...Based on what you say, you should use iConomy. It has all the features you mentioned above.
     
  19. Offline

    Reeces_Pieces

    http://dev.bukkit.org/server-mods/realstore/
    This plugin (above) already has multi-currency thus it would be pointless for the Author of this plugin to implement that feature since it already exists. Currently the currency items are not configurable, but that will come in an update according to the Author. It makes a lot more sense to just wait for the RealStore plugin to be updated then to post on here asking this Author to do pointless work that is already in the hands of someone else.
     
  20. Offline

    heliastein

    Thx Reeces_Pieces but as im now nothing about java if no one like me told me that this features is upcoming soon i won't know it.
    And no nhoclesnar i don't like iConomy, i'm trying to make a server without command as much as possible.
     
  21. Offline

    Moo!!

    Nice!!! :)
     
  22. Offline

    kafuse

    will this plugin support to 1.2.5 R1.0?
     
  23. Offline

    PSU4EverServer

    I REALLY like this mod, but I am having issues with items with long names. Any ideas?
     
  24. Offline

    Dracten

    I love the pluggin but i'm having some trouble. I can't figure out how to put in data values for different woods, sandstone, wool, etc. Is this in it already or if not will it be added?

    Try abbreviating names: instead of Enchanting Table, make it E-Table, or Enchanter.

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

    nizo505

    First off I have to say I really like this plugin; thanks for making it!

    I really like the simplicity of this plugin; it is great to have centralized shops so that people can buy and sell without a constant barrage of "dirt for sale" conversations clogging up chat. People can buy things or make money without needing to deal with stocking stores or shop around at ten stores to find the best prices. There are already several plugins that have full blown shops and crazy complex monetary systems with piles of dependencies, so I'm hoping if you really want to implement those kinds of systems, you keep this one simple and branch off with another plugin (maybe call it Complex Economy :-P). Right now the only thing I would add to the plugin is to make dyes, wools, and other crazy things work correctly. Anything beyond that and you are duplicating what other plugins already do. Why re-invent the wheel? But if you really want to, I hope you can fork off another plugin and keep this one simple.

    As for the multiple currencies, I'm using the gold nugget as the base currency and a "central bank" that will exchange between diamonds, gold bars, and iron bars:

    3 iron bars = 1 nugget
    1 gold bar = 9 nuggets (obviously if you have gold bars, you can break it into 9 nuggets yourself)
    1 diamond = 60 nuggets

    To keep things simple I have the bank exchange things without a profit, so basically you can buy a diamond for 60 nuggets, or if you get back from adventuring you can sell your diamonds for 60 nuggets or your excess iron bars at 3 for 1 nugget. Most things you buy/sell are cheap (for example, you might sell 60 seeds for 1 nugget). 1-60 items at 1-60 gold nuggets is plenty of range for any item I'll most likely be buying/selling (yeah I know I can go up to 64, but I never can remember if it is 64 or 65 :-P) I could see a use for using both diamonds and gold for currency (really super nice enchanted item = 64 diamonds and gold for cheaper items) but quite honestly I'd rather people just barter/trade for those one off items anyway.

    Anyway, I just wanted to say thanks again for this plugin!
     
  26. Offline

    PSU4EverServer

    I have greatly enjoyed using this mod, but finding good prices and item codes can be a pain.
    So I decided to post my current price/item list (which is still growing). Thanks for the great plugin

    Blue Waters Market

    Farmer Supply

    Wheat Seeds;295
    Buy;32;1g
    Sell;64;1g

    Sugar Cane;83
    Buy;16;1g
    Sell;64;1g

    Melon Seeds;362
    Buy;32;1g
    Sell;64;1g



    Building Supply

    Stone Brick; 98
    Buy;32;1g
    Sell;48;1g

    Wood;17
    Buy;16;1g
    Sell;24;1g

    Glass;20
    Buy;32;1g
    Sell;32;1g

    Wool;35
    Buy;32;1g
    Sell;32;1g

    Dirt;03
    Buy;64;1g
    Sell;64;1g

    Cobblestone;04
    Buy;48;1g
    Sell;64;1g


    Cafe and Food Store

    5;1g
    Melon Slice;360
    Buy;32;1g
    Sell;64;1g

    Fish;349
    Buy;5;1g
    Sell;6;1g

    Steak;364
    Buy;3;1g
    Sell;4;1

    Wheat;296
    Buy;24;1g
    Sell;30;1g

    Bread;297
    Buy;8;1g
    Sell;10;1g

    Roast Fish;350
    Buy;4;1g
    Sell;5;1g

    Raw Chicken;365
    Buy;5;1g
    Sell;6;1g

    Raw Beef;363
    Buy;4;1g
    Sell;5;1g


    BlackSmith

    Iron Axe;258
    Buy;1;2g
    Sell;1;1g

    Iron Shovel;256
    Buy;1;1g
    Sell;1;1g

    Iron Sword;267
    Buy;1;2g
    Sell;1;1g

    Iron Pick;257
    Buy;1;2g
    Sell;1;1g

    Coal;263
    Buy;32;1g
    Sell;32;1g

    Iron Hoe;292
    Buy;1;2g
    Sell;1;1g

    Iron Ingot;265
    Buy;3;1g
    Sell;3;1g

    Arrows;262
    Buy;32;1g
    Sell;32;1g
     
  27. Offline

    pikmin500

    Keep updating. I love this as an economy mod
     
  28. Offline

    stfupls

    Hey awesome will really use it but one question:
    If someone buy cookies from your sign is it possible the gold ignots come in ''a'' chest.
    If possible please tell me how!
     
  29. Offline

    Drakenish

    I would really like player to player trading. Just a simple chest and sign shop :). Same sign system but with actual stock.
     
  30. Offline

    Tho-1528

    Hi, I think I have found a problem in the plugin.
    When I try putting coloured wood for sale, for example birch wood(ID: 17:2), it gives me white wool in stead, when I buy it.
    This happens both for planks as for logs.
     

Share This Page