[ECON] HyperConomy v0.961 - Easily create a dynamic economy. [1.4.7-R1.0]

Discussion in 'Archived: Plugin Releases' started by RegalOwl, Apr 6, 2012.

  1. Offline

    _Selek_

    Would it be possible to have the plugin go off a built in list and assume all items are unavailable until added to the available list? Sort of like how permissions are handled in which a person with no permissions nodes, by default, has access to nothing even though there isn't a list set by the user telling the server to deny each possible command.

    I have no Java experience so I'm mostly just throwing out ideas here. Feel free to correct me xD
     
  2. Offline

    RegalOwl

    The only problem with starting with all items as unavailable is that it will confuse people. It's just another step to getting the plugin running. It's nice for some servers to just stick it in the plugins folder, make a shop, and be done with it, since it will actually work alright like that. It shouldn't be too difficult to remove items from the shop once I get categories working.
     
  3. Offline

    warg

    Any updates soon?
     
  4. Offline

    RegalOwl

    Yep, just got back from vacation. The first bug fix will be released as soon as bukkit approves it.
     
  5. Offline

    broluigi

    What is the permission so i can all players see when the price changes for items? All OP's see it but no normal players
     
  6. Offline

    RegalOwl

    It should be hyperconomy.notify
     
  7. Offline

    Freejack

    Great plugin but it seems to have a memory leak. I just spent the last 24 hours going thru plugin testing to find out what was causing our server to eat memory with no on and then make it non responsive. It was Hyperconomy. We use essentials, vault and PermissionsEx. With Mcmyadmin to run our server. Not sure why yet but I just nailed it down to this mod.
     
  8. Offline

    RegalOwl

    Do you have history enabled? If yes, you could try lowering the days to save history and see if that helps.
     
  9. Offline

    Freejack

    Ok here is the part you need to be aware of. The server had just been booted no one on it would go from 439mb and 7% cpu usage to double the ram in 30 secs and 25% cpu until the ram hit 2500mb and all this with no one on making no transactions. Also tested with just 2 users and the same thing but once it hit 2500mb it would lag out and start causing disconnects. This server is dual Xeons Dual core 64bit with 12GB of ram the server is alotted 8GB. With it removed server runs with no issues. So with no history out of the box it is doing it.
     
  10. Offline

    RegalOwl

    Is this a dedicated machine or are you running your server on a VPS/shared host? Also, what operating system are you running? Also see what the RAM does without HyperConomy running. It makes sense that the RAM usage would increase when booting the server and just after, as the JVM will be optimizing things and increasing the heap size. Considering that you've allocated 8 GB to your server, it seems reasonable that the JVM might expand the heap to 2500 MB. This doesn't mean that it is actually using this much space, however. Likely only part or a very small fraction of that will actually be in use, considering how much RAM you've allocated to the JVM. If HyperConomy has a memory leak, you should see that 2500 MB slowly or rapidly increase over time until it reaches the maximum allocated memory of 8 GB, at which point you should get a Java heap space error. If it doesn't do this eventually, it isn't a memory leak. Since HyperConomy does use more RAM than a lot of plugins (only a few megabytes, at most), it may be causing your JVM to reserve more RAM for itself than it would otherwise.

    If HyperConomy is somehow leaking memory/CPU, it should be something obvious. I will look into it. The CPU usage is what's causing your disconnects, whereas the RAM may not be an issue. The CPU issue should actually be easy to identify if you use NoLagg examine and generate a report. If you could do that and send the report to me I might be able to easily find what's causing a problem on your server. It doesn't lock the CPU for me, so it will be harder to find the problem in my test environment.
     
  11. Offline

    Freejack

    This is a dedicated server HP G5 Dl360 12GB of ram 8GB allotted to the server. Windows Server 2003 r2 64bit. I understand about the loading and starting up using more. The problem i noticed once it was loaded it would go from 700mb to 2500mb or 2800mb in 100mb chunks. once it hit the 2500mbmark it would be non responsive. I started systematically removing plugins. After removing Hyperconomy it stopped and ran fine. It does not affect cpu at least not to where it is noticeable.
     
  12. Offline

    C00lgamer

    hey long time no see, good to see so many new features :D
     
  13. Offline

    RegalOwl

    Is this issue any better on version .950?

    Hey, I finally implemented multiple economies. :) Your second idea is something I still have on my list though.

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

    Lanuk

    Hello, I am a bit confused on how hyperconomy works. I have a shop set up, I can sell and buy items (without another external economy plugin). Do I still need to download another economy plugin such as BOSEconomy for this to work correctly? Also, I would really like to use the multiple economies feature, but cannot figure out how. Sorry if these are stupid questions :p

    EDIT: I found the commands for multiple economies, but I am still confused as to whether or not you need an external economy plugin, as that is listed as a requirement
     
  15. Offline

    RegalOwl

    For now you do need an external economy plugin, as well as Vault. In the future I will build an economy plugin into HyperConomy. I also replied on bukkitdev. :)
     
  16. Offline

    RegalOwl

    HyperConomy .953 has been released.
    • HyperConomy now can be translated into other languages
    • You can now use item displays which are similar to showcase and showcasestandalone displays
    • To import your yml prices into SQL you can now use /importprices

     
  17. Offline

    ZeroIQ

    Great plugin!
    Still learning to use it correctly.

    Is it possible to change the name of the default economy?
    I'm not using SQL or multiple economies. It would be nice if the notification said something else than 'default' economy.
     
  18. Offline

    RegalOwl

    Sorry for the slow reply. This issue should be resolved in the latest version.

    HyperConomy .957 has been released:

    http://dev.bukkit.org/server-mods/hyperconomy/files/42-hyper-conomy-v0-957/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  19. Super good plugin, Just one question is there like /moneytop and stuff so you can see the richest palyers?
     
  20. Offline

    RegalOwl

    There will be when I release the integrated economy plugin. For now you'll just have to use an external econ plugin.
     
  21. Offline

    ZeroIQ

    Thanks! Working perfect now!
     
  22. Offline

    Tom Williams

    dev bukkit is down, I need perms and commands badly, someone help me with an alt page i can find them???
     
  23. Offline

    RegalOwl

    Version .961 has been released.

    Some of the major changes:
    • Added SQLite support
    • Added support for enchanted books
    • Added an integrated economy plugin (Vault still works if you'd prefer to use an external economy plugin, but HyperConomy no longer has any dependencies on other plugins.)
    • Added a french language translation
    • Significant improvement in database code and performance
    • Added ability to disable shops (allows shop to be accessed anywhere)
     
  24. Offline

    EvilDevil59NL

    Hi RegalOwl! I really like this plugin, there is only 1 thing missing for me. Is there a way to create sell:buy signs with dynamic pricing? Thanks!
     

Share This Page