Inactive [ECON/FUN] EconomyPunga - Killers steal money from their victims (EssentEco, iCo, BOSE)[1.2.5]

Discussion in 'Inactive/Unsupported Plugins' started by PatrickFreed, Jul 13, 2011.

  1. Offline

    PatrickFreed

    View this thread on BukkitDev!

    Version: v1.3.2 (4/7/12)

    This plugin gives the killer a part of their victims' money. This amount can be configured from the file config.yml, as well as messages for the murderer and his victim.

    Special thanks to:
    - FlingeR (original dev)
    - Fermis (for the halp)
    - krinsdeath (Tons of great tips)
    - Top_Cat (Github and testing :p)

    Features:
    • Fully customizable messages.
    • You can set the amount money extracted from the victim.
      • Static amount
      • Static percentage
      • Random amount
      • Random percentage
    • SuperPerms
    • Support for all major economies.
      • Requires Vault!
    Permissions Nodes:
    • EconomyPunga.use - It's necessary for victim and the killer.
    • EconomyPunga.victim - Necessary if you want to be able to give money
    • EconomyPunga.killer - Necessary if you want to be able to receive money
      • The killer and victim nodes are each half of the 'use' node. If you want the functionality of both, just give the use node.
    Older Changes (open)

    Version 1.2.3
    • Fixed the bug where it would take money from the killer if the victim had negative money.
    Version 1.2.2
    • Fixed the incorrect payment bug (actually this time! lol)
    Version 1.2.1
    • Fixed NPEs
    • Fixed bug where it would pay out incorrectly
    Version 1.2
    • Updated to work with RB 1060
    Version 1.1
    • Added SuperPerms support
    Version 1.0
    • Added support for BOSEconomy, EssentialsEco, and iCo4
    • Fixed a bunch of bugs (Before 1.0, but I thought I'd let you know)
    Version 0.6
    • Added generating config
    • Added new modes (Random amounts, random percentages, and static amounts)
    Version 0.5
    • Fixed the bug where /kill would case errors, possibly crashing the server
    • Fixed the bug where /kill would give money to the last person that killed them
    Version 0.4
    • Updated for Permissions 3 (still works with older ones by TheYeti)
    Version 0.3
    • Updated for 953
    • Updated for iConomy5
    Version 0.2
    • Fixed for CB-617.
    Version 0.1
    • Releasing.
     
    kahlilnc likes this.
  2. Offline

    LlmDl

    The permission node you mentioned isn't needed, I can give or not give the node for each world's perm file. In the config if we could set each world's settings for the config that would be great.
    Something like this:
    Code:
    # EconomyPunga Config #
    # Make sure there is one space between the ':' and your config #
    #Select the Mode you want (static amount, static percentage, random amount, or random percentage)#
    world:
      mode: Static Amount
      static-amount: 15
      static-percentage: 1
      max-amount: 100
      min-amount: 1
      max-percentage: 15
      min-percentage: 1
      death-msg: '&4You lose %n &ffor getting &4killed by %a.'
      attacker-msg: '&bYou gain %n for &ekilling %d.' 
      mirrors:
         - world2 
     
    world3:
      mode: Static Amount
      static-amount: 15
      static-percentage: 1
      max-amount: 100
      min-amount: 1
      max-percentage: 15
      min-percentage: 1
      death-msg: '&4You lose %n &ffor getting &4killed by %a.'
      attacker-msg: '&bYou gain %n for &ekilling %d.' 
      mirrors: []
     
    
     
  3. Offline

    PatrickFreed

    Interesting, staged for next update. :)
     
    LlmDl likes this.
  4. Offline

    deivis2235

    Neina siƫstis
     
  5. Offline

    IsaiahRobichaud

    Hello! I use iConomy-The latest version of 1.2.5 and I also have essentials and vault-All updated
    But for some reason economypunga isn't working for me! Wtf! I even tried to change config and yet it still doesn't work!
     
  6. Offline

    PatrickFreed

    What exactly do you mean by "not working"?
    Any errors in console?
    Post your config and your permissions file.
     
  7. Offline

    IsaiahRobichaud

    *facepalm* Never mind :/ I found our the problem I forgot to add - economypunga.use
     
  8. Offline

    Molokax

    Multiworld support please :rolleyes:
     

Share This Page