Economy Plugin Help.

Discussion in 'Plugin Development' started by ThePluginGuy, Aug 19, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    ThePluginGuy

    Hi, I'm adding a economy to my plugin and need some help. The thing is I don't know where to start. Can somebody post some demo code below so I can get inspired? [pig]
     
  2. You can just use a plugin like essentials or iconomy and then use vault to get the money and set it. Or use a hashmap with as key uuid and as value integer.
     
  3. Offline

    br456

    Here are some things to think about:
    1. How will someone see how much money they have?
    2. How will player data get saved/loaded?
    3. How do people earn money?
    4. Where does player data get stored(SQL,Flatfile)?
    5. Do you need a API/Vault Integeration?
    Good Luck!

    ThePluginGuy
    Check the source code for my plugin, GemManager, here.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
Thread Status:
Not open for further replies.

Share This Page