Make money while playing

Discussion in 'Archived: Plugin Requests' started by Drtro, May 12, 2013.

  1. Offline

    Drtro

    I'm still looking for an economy plugin or an add-on that allows players to make money doing everyday things in MC. Killing mobs, attaining an iron ore, diamond, obsidion, etc..

    I remember seeing it on a server over a year ago and loved the idea. Like I would kill a zombie and he'd drop $7 or $18 or whatever and I'd get a couple bucks each time I mined an ore.
     
  2. Offline

    GusGold

    This isn't exactly what you are looking for, but you might be able to set it up for how you want it to work.
     
  3. Offline

    Zarius

    There are several plugins that can do this - eg. OtherDrops (my plugin), MobBountyReloaded, ecoCreature or CookieMonster are a few options.

    Here's an example of the Otherdrops configuration (you can configure it however you want):

    Code:
      IRON_ORE:
      - drop: money/2
        message: "You got $2 for mining the ore."
     
      GOLD_ORE:
      - drop: money/3
        message: "You got $3 for mining the ore."
     
      ZOMBIE:
      - drop: money/7-18
        message: "You got $%q for killing the zombie."
    
     
  4. Offline

    Deaf719wow

    I used this on my server for a while. Does pretty much what you were looking for.
     
  5. Offline

    jacklin213

  6. Offline

    teti100teti

    Obsidian*, and yes If you were going to reply saying 'Are you the Grammar Police?' Then, Yes I am
     

Share This Page