1. Think you might be misunderstanding me.

    Code:
    LN16, = string symbol = "$";
    I assume that should have been used as the "money" symbol, in this case dollar ($). For me to show prices in the store and correlate with "Economy Plugin" I would like to pull the symbol from the plugin to be used in the shop plugin to show prices.

    Hope that makes sense?

    Also, in the default lang EX:
    Code:
    LN78, =  {"Balance", "Your Balance: {balance}$"},
    The dollar is hardcoded, could you perhaps use the symbol var? but instead a function. Also have the option for the symbol to appear on the left or right.

    Thanks
     
  2. I did understand you pretty well. I first planned to use that var, but then decided to just use localization. Its not hard coded in line 78, that just adds it to the lang file, which can be changed. I recommend just simply doing the same and they can just change the symbols there.
     
  3. Okay great stuff.

    I am just trying to make the chat interface look better atm then I will add the listing in plugins. Since hurtworld doesn't have scroll able chat it makes it rather difficult.
     
  4. it is possible to reset the money to 0 for all players?
     
  5. Delete the data file located in yourserver/oxide/data/Economy.json
     
  6. Naz

    Naz

    Can this plug in do:
    if player dies the killer get the money he has on pocket?
    maybe need to add simple bank system to store money?
    possible?
    thanks
     
  7. wondering this as well, can you add a command to set drop money on death or not in addition to maybe storing it
     
  8. As this plugin is supposed to be an API (just gives you these few commands) I was hoping for other developers picking it up and making another plugin which uses this one as Economy. Right now there are 2 plugins using Economy. They are both listed on the overview - Shop & Playtime Money.
     
  9. I will add a simple banking system in a day
    [DOUBLEPOST=1452973431][/DOUBLEPOST]
    Vote Checker & Rewarder for Hurtworld | Oxide
    Also supports economy
     
  10. I know but i think how money is being handled should be included in the api itself, other than in several plugins which can conflict with each other
     
  11. I mean money dropping. I would prefer that as external plugin.
     
  12. Hi, i'm running Economy plugin with Playtime Money.
    However when playtimemoney says i received 100$ it doesn't show on my account balance

    hmm and it seems like accounts are connected, i have just added myself 1000$ and checked my account balance, it shows 1000$ however i checked balance to my friend and his was also 1000$ even tho i didn't gave him any money.
     
    Last edited by a moderator: Jan 22, 2016
  13. I'll check today.
     
  14. it's possible to have a full list of players balance?
    my intention is to make a live leaderboard in my website it's possible?
     
  15. You can read the Datafile Economy creates. yourserver/oxide/data/Economy.json
     
  16. ty 4 answer. last question players earn money kill other players?
     
  17. So today we found a bug with the money. Someone managed to transfer a negative amount to another player and the other player receives the money while that player just gets put in "debt". So for example a player transferred -1000000 to player 1, player 1 receives 100000 while player2's /money balance shows -1000000
     
  18. Hi, people on my server found an exploit using transfer command.

    They were able to get millions using this method:

    player1: /money transfer player2 -5000

    instantly player1 get 5000$..

    This exploit completely broke the plugins.
     
  19. Fixing. Thanks for reporting.
     
  20. I think economy is crashing my server, it does the 1 check them stop and the server goes down. If you cold help me im sending a picture of my console. upload_2016-3-8_13-9-31.png