Inactive [ECON] RealShop - Shop using chests [1337-1561]

Discussion in 'Inactive/Unsupported Plugins' started by Baptiste Pillot, Feb 23, 2011.

  1. Offline

    tickleman

    SrJoben, sleite, Flipp and 6 others like this.
  2. Offline

    darkmagic16

    How would you add clock and torches and sponges to teh market.cfg file >_> its to confuseing​

    --- merged: Mar 5, 2011 8:09 PM ---
    ANYONE >_>
     
  3. Offline

    DaveDee

    Is there a way to prevent item duping by droping them?
     
  4. Offline

    tickleman

    I'm working on it... please be patient :).
    --- merged: Mar 5, 2011 8:45 PM ---
    You can add it.
    New lines :
    50;10.0;8.0;Torch
    347;500.0;450.0;Clock

    Notice that your player should be abble to sell/buy these items, without putting them in the market.cfg, as they are crafted products RealShop calculates their price automatically.

    Put them into the market.cfg file only if you need to control the price in it !
    (stop your server, update the market.cfg file, launch your server)
     
  5. Offline

    Rayback1985

    Hello,

    can anyone help me ? why I can't use /mny help ?
    Have Realshop maybe a conflict with General ? I can only type hg_help.
    I have Realshop 0.38 and Craftbukkit (493).
     
  6. Offline

    darkmagic16

    My players can,t sell leather they put it into chest then it goes
    Transiction canceled if they leave how do i fix that?
    --- merged: Mar 5, 2011 9:58 PM ---
    BUMP
     
  7. Offline

    lucos

    Just add a row in market.cfg like : 334;5;2;Leather
    --- merged: Mar 5, 2011 10:22 PM ---
    French version :
    Salut, super plugin. J'ai un souci avec la laine et le lapis Lazuli.
    Pour la laine par exemple, j'arrive à vendre la laine blanche mais pas celle de couleur.
    Je suppose que c'est dû au fait que la couleur de la laine est stockée dans l'indicateur de dommage.
    Peux-tu me le confirmer, merci !

    English version
    Hi, nice plugin, I have some trouble with Wool and Lapis Lazuli.
    eg : For the wool i'm able to sell white whool but not colored wool.
    I think it's because the color is stored into damage indicator.
    Would you confirm it, thx !
     
  8. Offline

    Rayback1985

    Baptiste thx a lot for the fix. Now the command works.
    THX again great plugin. :)
     
  9. Offline

    darkmagic16

    What about sponges >_>
    --- merged: Mar 5, 2011 10:56 PM ---
    bump
     
  10. Offline

    lucos

    please stop bump every time and take time to think !
    go here and you will have the code corresponding to the item :
    http://www.minecraftwiki.net/wiki/Data_values
    in market.cfg add a row : id;priceBuy;priceSell;Name
     
  11. Offline

    HoppyDragon

    Working for me now with 0.381, thanks! :D
     
  12. Offline

    Drakonas

    Since you use the /shop command as the main command for enabling chest shops, I cannot use this plugin, as I have a public, infinite-supply shop already using the /shop command. This doesn't have all the items, so having a plugin like yours would be a great way for players on my server to compete with my prices and earn money themselves. May I recommend using /rshop, if /shop is in use already? I haven't checked the Bukkit source to see if checking for command use is possible.
     
  13. Offline

    darkmagic16

    How do i give my self infite money ???
    --- merged: Mar 6, 2011 5:01 PM ---
    bump
     
  14. Offline

    tickleman

    If you use iConomy, /money grant <yourname> <amount> gives you as many money as you want.
    With RealEconomy, /mny inc <yourname> <amount> does the same.
     
  15. Offline

    aodgizmo

    Just got some time to try out .381 and it seems to have fixed the issue I was having on my linux server. Thanks a lot for the fast fix! I will let you know if I find anymore bugs.
     
  16. Offline

    tickleman

    Thanks a lot for your reports. Happy that it works better.
     
  17. Offline

    darkmagic16

    It doesn,t work >_>
    How do igive my self inf money ????? for iconomy
     
  18. Offline

    MacVaultDweller

    You are doing a great job! Keep up the great work.
    Little spelling error:
    "Admin and now players activate / desactivate shop mode on chest with /shop command"
    Should be deactivate.
     
  19. Offline

    tickleman

    - Look at iConomy documentation. I'm not here to give you support on how to use iConomy system, sorry, as RealShop already takes me a lot of time :)
    - Check your server.log for this line when it starts :
    Code:
    [INFO] [RealShop] Uses iConomy plugin (/money commands) as economy system
    If not, there must be a mistake on your configuration : you have to put this line into my plugins/RealShop/config.cfg file to enable use of iConomy :
    Code:
    economyPlugin=iConomy
    --- merged: Mar 6, 2011 7:59 PM ---
    Changed in my last release (if I forgot nothing), thanks
     
  20. Offline

    darkmagic16

    I do have that line but when i got /moeny deposit hibutbyeyugi 1000 it doesn,t work >_>
     
  21. Offline

    tickleman

    Please read iConomy documentation, sorry, I'm not responsible of how /money calls work (or not).

    You can try /money grant, that replaces deposit for the new versions of iConomy
     
  22. Offline

    sunkid

    I am really liking this plugin but I would love to see an implementation of some permission system or an adaptation for use with either Permissions or GroupManager.

    Also, since the market.cfg file isn't complete, it would be great to have a configuration reload command for admins. Ideally, this would also work in the server console. Alternatively, commands that allow items to be added to the market.cfg in-game would be great to. For example, '/rs market <item> <cost> <revenue>' would be great.
     
  23. Offline

    ndm250

    Awesome plugin, just made a grand exchange on my server works perfect. Only things I would change: Get rid of when you left click on the chest it lists all the prices, its really pointless and annoying because its hard to read and the prices get cut off. Also when the transactions are completed have the info be listed downward like...

    Transaction Successful.
    Purchased Wood x5.
    Total amount spent: 20 Coin(s).

    Lastly have all the writing be in a different color.

    Keep up the good work.
     
  24. Offline

    godgodgodgo

    Do I earn money when someone buys something from my shop?
    --- merged: Mar 7, 2011 12:10 AM ---
    also what is the dailypricescalculation in the config.cfg file?
     
  25. Offline

    tickleman

    Yes

    Please read the wiki. It's all in.
    --- merged: Mar 7, 2011 7:55 AM ---
    Thanks for your feedback.
    I will try to improve these points.
    --- merged: Mar 7, 2011 7:57 AM ---
    Thanks for your feedback and good ideas.
    Will be done, sure !
     
  26. Offline

    DaveDee

    You're my God =)
    We will test it soon.
     
  27. Offline

    thernztrom

    Hey, I tried to install RealShop earlier today.
    Problem is i am on a dedicated host that gave me a webinterfierence to upload files to the /plugin/ dirr. The uploader in the webinterfierence is in alpha and only supports to upload files with the endings: .jar .txt .yml .properties

    Therefore i could not transfer the market, economy, datavalues and config to the plugin dirr.
    I first thought that it would create those files by itself after a reebot, but it did not. I reeboted server 2 times and there were no other files than the .jar in the /plugin/ dirr.

    What should I do? [​IMG]
     
  28. Offline

    denace

    Don't you have FTP-access? Or, are you able to rename files? Then you can simply rename the endings to .jar and change it back on the server.^^
     
  29. Offline

    unjoker

    Please update to make it compatible with the new iConomy:)
     
  30. Offline

    Josh Harwood

    /mny tell <user> is returning the commanding users balance not the user specified
    /mny set <user> also isn't working :(
    in fact all the admin commands are not working D: i thought this didn't require permissions and just used ops.txt

    also can you add support in the config for £35.009 or 99.00 credits maybe via two variables one fro prefix other for postfix
     
  31. Offline

    thernztrom

    No i cant edit the names of them. Just upload .yml .jar .txt .properties files. And when they are uploaded, i can only edit whats inside them. Now most other plugins generate these files on first reboot. Is that any hard to implement by author?
    I'll upload screenshots from my editor and you can see how it looks. 1.png 2.png
     

Share This Page