1. LaserHydra submitted a new resource:

    Economy - Adds an economy system to the game

    Read more about this resource...
     
  2. Ty LaserHydra
     
  3. but whats the point of adding this like what can you do with the money in game?
    [DOUBLEPOST=1451966647][/DOUBLEPOST]now that this is up any one goign to make a trader or a shop
     
  4. How do they make money in game - am unsure of the system... I do appreciate you doing an economy system though if there is a way to buy items Like
    /itemlist (det caps with price ) etc.... when /buy detcap it will withdraw funds and give them detcap
     
  5. from looking through the config file, it seems that its only handling the distribution of money from two sources from the config file and admin's, its does not seem to have a timer. this plugin looks like it will need something to support it,such as a market or shop, but it can still be used as admin's for use, but you'll have to regulate the purchases and the amount of money yourself
     
  6. great work on the plugin but im looking in to a shop and or market to start from to pull in to this plug
    [DOUBLEPOST=1451970433][/DOUBLEPOST]like if you put this plug with give item plug where all the ids are all ready there but idk how to get a system to plug value next to them
     
  7. This plugin will work as an API as Zleepy said. I am propably even going to make some plugins for this myself.
     
  8. ok last thing could you add and /money give all im working off a old pluging to do commands wanted to see if i could set the command for it to do it every XXhrs
     
  9. If you do a plugin, just call my methods instead of the commands.
    plugins.Find("Economy").Call("AddMoney", PlayerSession player, double amount);
     
  10. Sorry for the offtopic @LaserHydra but can you check your inbox?
     
  11. Already done. I will reply later as Its 6am here and I actually just woke up from a bad sleep and was going to continue sleeping :p
     
  12. Fair enough. Sleep tight :p
     
  13. Last edited by a moderator: Jan 6, 2016
  14. Did anyone make a price list yet for items? As an admin I want to sell items from the items list but i don't know what to charge for stuff.
     
    Last edited by a moderator: Jan 8, 2016
  15. Can you explain what is this it looks amazing but how can they spend their Money? What can they do with that Money?
     
  16. This plugin only adds the money. We are waiting for other developers to create plugins like shop to pay with the money.
     
  17. when i check a players balance it says there name but shows my balance? any ideas?
     
  18. Please add a function to call/get the money symbol. Also use the symbol instead of hardcoding it into the messages.
    I am busy with a shop and need it to have the above
     
  19. The messages are not hardcoded, they are using localization, they can be changed in the lang file. Just add your messages to a lang file, so they can change that there.