Lose EssentialsEco Money On Death!

Discussion in 'Archived: Plugin Requests' started by ThaSourceGaming, Feb 24, 2013.

  1. Offline

    ThaSourceGaming

    I've been looking for a plugin to stabalize my economy so when a player dies a percent % of their money is taken away when they die. Recently I haven't found any plugin like this. I would like to change the amount of money lost in the config.

    Thank you!

    Anyone know a plugin like "LoseMoney" that is updated?

    Because all of the ones like LoseMoney or Deathprice are outdated :(

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

    seemethere

    I'll give it a shot.

    Would you like it to be a specified amount or rather a percentage of the money they have?
     
  3. Offline

    iWareWolf

  4. Offline

    seemethere

    iWareWolf
    I understand that, but it could be configurable to either an amount or a percentage.

    Anyways I'll do both.
     
  5. Offline

    iWareWolf

    seemethere
     
  6. Offline

    ThaSourceGaming

    Configurable. I'd prefer it going by precentage for example they lose 5% of their total money on their hand. But other users may want to have a fixed amount.

    I believe you'll get a good amount of downloads if you use Vault and keep the plugin updated! :)
     
  7. Offline

    seemethere

    ThaSourceGaming

    Would you like it to tell the user the amount they lost on death?
     
  8. Offline

    ThaSourceGaming

    Yes. It should return a message like this: "You have lost $amount for dying."

    Also put it on BukkitDev when your done please. Thanks!

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

    seemethere

    Done

    It's uploaded on here.
     

    Attached Files:

  10. Offline

    ThaSourceGaming

    Could you also upload it to BukkitDev for it to be approved and keep it updated?
     
  11. Offline

    Zarius

    Also see OtherDrops. Example config (goes at the bottom of otherdrops-drops.yml):

    Code:
      PLAYER:
        - drop: MONEY@PERCENTPENALTY/5  # don't put the % sign, or it thinks it's a % chance value
          message: "You lost %q% of your money for dying."
    
    edit: I think you wanted the amount lost as a $ in the message - will look into that as I'd want my plugin to do that anyway :)

    You can also configure anything else to drop when the player dies (including mobs - eg. player drops zombie upon death) & MONEY@PENALTY (for exact amounts) or MONEY@STEAL (to give it to the attacker, if there is one).
     
  12. Offline

    seemethere

    Waiting on approval.

    Will update this post once it's done.
     
  13. Offline

    ThaSourceGaming

    Okay i'll wait until its approved :) Thanks
     
  14. Offline

    seemethere

    BukkitDev page -> Click
     

Share This Page