[RPG/FUN] PvPReward v1.1 - Killers steal money from their victims [953]

Discussion in 'Inactive/Unsupported Plugins' started by Codisimus, Mar 31, 2011.

  1. Offline

    Codisimus

    This page will no longer be updated. Please follow this project at the Bukkit Dev Page

    PvPReward - Killers steal money from their victims:
    Version: 1.1 (7/16/2011)
    Supports iConomy, BOSEconomy, Essentials, Permissions
    Download Page

    This plugin adds to PvP, in addition to any items that may be dropped, players also steal money from the players they kill. The amount stolen is configurable but is defaulted as follows. (Other variations explained below)

    This plugin does more than just add to PvP, it has many other features for when a player dies of natural causes.

    [​IMG]
    Description:
    Show Spoiler

    Scene01:
    Bob and Jacob have done nothing, all stats are base:
    KARMA POINTS: 0
    DROP PERCENT: 10%
    500 COINS IN ACCOUNT

    Scene02:
    Bob attacks and kills Jacbob, this will do the following things:

    - Bob will gain 2 karma points
    - Jacob will lose 1 karma point ( if he is at 0, it will stay at 0 )
    - Bob's chance for drop of gold will be increased by a 2% modifier if his karma is less than 50
    - If the chance for drop of coins from Jacob ( the killed ) is a success, a random value ( default range of 0%-5% ) will be taken from Jacob's bank account

    Scene03:
    Bob has been bad, and has killed lots of people, he kills Jacob again, the following things occur.

    - Bob will gain 2 karma points putting him over the 50 karma making him an outlaw
    - Jacob will lose 1 karma point ( cannot go below 0 )
    - Bob's chance for drop of gold will be increased to 100% since he is considered an ( outlaw ) and still gains +2 karma
    - If the chance for drop of coins from Jacob ( the killed ) is a success, a random value (default range of 0%-5% ) will be taken from Jacob's bank account

    Scene04:
    Jacob kills bob after bob has 52 karma, the following occurs:

    - Bob will lose 1 point of karma taking him down to 51
    - Bob is still an outlaw so he has 100% chance of drop of gold/coins
    - Jacob WILL NOT earn karma points because he killed an outlaw

    Show Spoiler

    For example: If the modifier is set to 20, whenever an outlaw kills a non-outlaw, he gets 20% more coin on top of the rewards he already would have gotten (if he successfully gets the drops in the first place). Likewise, if the modifier was set to 150, he'd get 150% more coin.

    Now, more in-depth and complex mode: The modifier increases after certain karma thresholds. For example: You have set your options in the config file as follow: karmaThreshold: 10, outlawModifier: 2, modifierMax: 50

    With this, every 10 karma after 50 (60, 70, 80, etc.) will grant the outlaw a 2% bonus to all drops stolen. After it reaches 50% extra drops stolen, it stops increasing (as based on the modifierMax variable). It seems complex, and it's probably not for everyone, but it'd be cool in my opinion.

    (All of that is amount of coin stolen, not the rate at which they drop them, to make it clear!)

    Config Settings:
    Show Spoiler

    RewardType may be any of the following:
    • Karma
    • FlatRate
    • Range
    • Percent
    • PercentRange
    • PercentKDR
    All other settings depend on what the reward type is set to.
    Karma:
    This type has the most features, It is explained above^, the settings are as follows:
    • Percent - The base percentage for calculating whether there will be a drop
    • Amount - The amount of Karma needed to be considered an Outlaw
    • High - The maximum percentage that could be taken from a killed players account
    • Low - The minimum percentage that could be taken from a killed players account
    • OutlawModifier - Outlaws steal an additional x%
    • KarmaThreshold - Increase OutlawModifier every x kills
    • ModifierMax - OutlawModifier will not go beyond x
    • Last three are further explained above
    FlatRate:
    The Killer will always steal a specific amount from the killed, the settings are as follows:
    • Amount - The amount of money that will be stolen upon each murder
    • All other settings don't matter
    Range:
    The Killer will steal an amount of money within a given range, the settings are as follows:
    • High - The maximum amount that could be taken from a killed players account
    • Low - The minimum amount that could be taken from a killed players account
    • All other settings don't matter
    Percent:
    The Killer will steal a certain percent of the killed players total balance, the settings are as follows:
    • Percent - The percent of money that will be taken from a killed player account
    • All other settings don't matter
    PercentRange:
    The Killer will steal a percent of money within a given range, the settings are as follows:
    • High - The maximum percent that could be taken from a killed players account
    • Low - The minimum percent that could be taken from a killed players account
    • All other settings don't matter
    PercentKDR:
    The Killer will steal an percent of money based on the two players KDRs. You receive a higher percent from players with a higher KDR (formula is killedKDR/killerKDR). This percent is taken from the killed players total balance. No settings are used.

    Features:
    • Configure how much money people get
    • Several reward methods/algorithms
    • Option to lose money upon death, whether PvP or not
    • Option of having tombstones instead of players dropping items
    • KDR Leaderboard
    • Configurable combat time
    • Optional penalties for logging or teleporting while in combat
    • Fully customizable messages
    • MultiWorld support
    • Uses iConomy, BOSEconomy or Essentials for money
    • Restrict use with Permissions
    • Included in CraftBukkitUpToDate for easy updating (make sure you come check the changelog if somthing is not working right)
    Commands:
    • /pvp kdr - Display total kills and deaths
    • /pvp karma - Display current Karma level and Karma level to be an Outlaw
    • /pvp outlaws - List current Outlaws
    • /pvp kdr - Display total kills and deaths
    • /pvp rank - List current rank
    • /pvp top - List top 5 KDRs
    Permissions:
    • pvpreward.getreward - no reward if killer does not have this node
    • pvpreward.givereward - no reward if killed does not have this node
    • pvpreward.ignoredeathtoll - will not be charged money when dying
    ToDo:
    • Add Leaderboard
    • Add option of changing an Outlaws permission group *Still trying to figure out the Permissions API
    • Add cooldown for Karma
    • Add drop options
    Changelog:
    Old Versions + ChangeLog can be found at Download Page
    Show Spoiler

    Version 1.1 (7/16/2011)
    • Added Permission node for Ignoring DeathToll
    • Fixed kdr values getting reset
    • Fixed errors when Logging in combat
    • Added color support for all customizable messages
    Version 1.0 (6/26/2011)
    • Added config options
    • Penalties are now optional
    • Added a Penalty Message (DenyTeleMessage)
    Version 0.9 (6/26/2011)
    • Improved OP options
    • Updated Economy support
    • Got rid of Karma commands for non Karma users
    • Added grave feature
    • Added Leaderboard
    • Added cooldown for Karma
    Version 0.8.1 (6/13/2011)
    • Fixed PvP registering
    • Fixed money amount messages
    Version 0.8 (6/12/2011)
    • Cleaned up code/fixed errors
    Version 0.7.2 (6/4/2011)
    • Cleaned up errors and added error messages
    Version 0.7.1 (6/3/2011)
    • Various fixes and code cleanup
    Version 0.7 (6/3/2011)
    • Added Essentials support
    • Added customization options
    • Added option of losing money open death
    • Changed ModifierMax to support negative values
    • Added configurable combat time
    • Added penalty for logging or teleporting
    Version 0.6 (5/4/2011)
    • Updated to iConomy 5
    • Updated to build 740
    • Few various fixes
    Version 0.5 (4/15/2011)
    • Improved Karma system
    • Fixed percent of steal
    • Added /pvp commands
    • Added [Outlaw] tag
    Version 0.4 (4/4/2011)
    • New karma based reward system (set as default)
    • Added Permissions support
    Version 0.3 (3/31/2011)
    • Initial Release
     
    Joh, kahlilnc and Mitsugaru like this.
  2. Offline

    Phaedrus

    Seems to work fine for me.

    It would be cool if there was a leaderboard. Like /pvp rank that showed the top 10 players and their kdr, karma, and outlaw status.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
    LlmDl likes this.
  3. Offline

    Codisimus

    Updated to 818, proly needs lots of testing, supports Essentials econ and many other new features.
     
  4. Offline

    Qiadda

    819

    Code:
    2011-06-04 00:39:37 [SEVERE] Error occurred while enabling PvPReward v0.7 (Is it up to date?): For input string: "You dropped <amount> while dying!!"
    java.lang.NumberFormatException: For input string: "You dropped <amount> while dying!!"
        at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1242)
        at java.lang.Double.parseDouble(Double.java:527)
        at PvPReward.PvPReward.loadConfig(PvPReward.java:180)
        at PvPReward.PvPReward.onEnable(PvPReward.java:57)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:339)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:247)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:718)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    thanks
     
  5. Offline

    Codisimus

    You need to first put \ in front of ! to use an exclamation point. For example,
    You dropped <amount> while dying\!\!
    will equal
    You dropped <amount> while dying!!
    not adding '\' will cause this error
     
  6. Offline

    Qiadda

    Code:
    KilledMessage=<amount> was stolen from you upon death\!
    KillerMessage=You stole <amount> from <killed>
    KilledNotEnoughMoney=<killer> took pity on you for being so poor\!
    KillerNotEnoughMoney=It was not worth stealing from <killed>.
    OutlawBroadcast=<killer> is now an outlaw\!
    NoLongerOutlawBroadcast=<killer> is no longer an outlaw\!
    KarmaDecreased=Karma decreased to <karma> for being killed\!
    KarmaIncreased=Karma increased to <karma> for killing <killed>\!
    KarmaNoChange=No change in Karma because <killed> was an outlaw\!
    DeathTollMessage=You dropped <amount> while dying\!
    Code:
    2011-06-04 01:01:09 [SEVERE] Error occurred while enabling PvPReward v0.7 (Is it up to date?): For input string: "You dropped <amount> while dying!"
    java.lang.NumberFormatException: For input string: "You dropped <amount> while dying!"
        at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1242)
        at java.lang.Double.parseDouble(Double.java:527)
        at PvPReward.PvPReward.loadConfig(PvPReward.java:180)
    I do not understand
     
  7. Offline

    Codisimus

    ok thanks, my mistake it is caused by a different issues... I'm fixing it now
     
  8. Offline

    Qiadda

    0.7.1

    good
    thanks
     
  9. Offline

    EniGmA1987

    Thanks for keeping this updated.
     
  10. Offline

    Bekz

    I realize you're fixing this and are coding these plugins as a public service/for your server however I must ask if you have a timeline for this being fixed?

    I am still receiving the error your post references above.
     
  11. Offline

    joejoe

    thanks for the update
    I've just a little problem to display the amount take to an other player.
    I set to 100% of money, no karma, and i can't display the amount, it just display the standard amount (15 by default)
    But the transaction is ok, when i kill someone i take all his money.
     
  12. Offline

    Optical

    I have a problem when i kill somebody on server. on cmd windows apear error COULD NOT PASS ENTITY_DEATH TO PvPReward pls help
     
  13. Offline

    Vittek

    hmm when I use /pvp karma or /pvp kdr... nothing happens. On CB823 using Groupmanager. /pvp outlaws works.

    Edit: Nm found the problem.

    But its the same like in the old version now.. despite people having the give and get perm, no kill get registered. CB 823 and GM perms.
     
  14. hey could you help we out with this error :)

    Code:
    [SEVERE] Error occurred while enabling PvPReward v0.7.2 (Is it up to date?): null
    java.lang.NullPointerException
    	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:989)
    	at java.lang.Double.parseDouble(Double.java:510)
    	at PvPReward.PvPReward.loadConfig(PvPReward.java:157)
    	at PvPReward.PvPReward.onEnable(PvPReward.java:53)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    CB 823
     
  15. Offline

    embty

    When someone kills someone else they dont lose anything tested with karma changeds outlaws status, everything doesnt seem to work or make anyone drop anything. and the msg that u get will use <amount> <killer> and does not change. CB 818 and essentials eco. Tried seaching logs for errors but nothing is related to pvpreward at all.
    /pvp commands all work, karma and kdr work but not coin lootting.
    Let me know if u need anymore info please :) Love the plugin
     
    duhfux likes this.
  16. Offline

    morizuki

    this is conflict in PVPToggle :(
     
  17. Offline

    embty

    Any ideas on how to fix it ? no one is getting any money from killing
     
  18. Offline

    Cenarius

    Code:
    18:51:47 [SEVERE] Error occurred while enabling PvPReward v0.7.2 (Is it up to da
    te?): null
    java.lang.NullPointerException
            at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
            at java.lang.Double.parseDouble(Unknown Source)
            at PvPReward.PvPReward.loadConfig(PvPReward.java:157)
            at PvPReward.PvPReward.onEnable(PvPReward.java:53)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:750)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    CB818
    The old version 0.6 works fine ..
     
  19. Offline

    Vittek

    `Does anyone know if plugins like DeathTP or Towny prevent this plugin from registering kills?


    Is is thi plugin not supposed to work with Groupmanager? Hence its not registering the give/get perm nodes?
     
  20. Offline

    Codisimus

    I'm pretty sure I fixed this for the next update
     
  21. Offline

    NEO

    @Codisimus

    Would it be possible to support decimals, like 0.5% instead of whole numbers.
     
  22. Offline

    Vittek

    Hey if you actually do and the plugin works on my server, i'll donate ya 50 bucks.
     
  23. Offline

    Bronski

    Yep. Looks like their author added /tpvp as an alias. Maybe we could get one too :D
     
  24. Offline

    embty

    You mean an upcoming update? or 0.7.2? Becuase i tried reinstalling it many times nothing works no one can loot any coins. Could it be a conflict with CombatTag?
     
  25. Offline

    Hex

    How come I cant use this plugin for iConomy 5.x? I get the
    Code:
    12:06:54 [SEVERE] java.io.FileNotFoundException: plugins\PvPReward.jar (The syst
    em cannot find the file specified)
    12:06:54 [SEVERE]       at java.util.zip.ZipFile.open(Native Method)
    12:06:54 [SEVERE]       at java.util.zip.ZipFile.<init>(Unknown Source)
    12:06:54 [SEVERE]       at java.util.jar.JarFile.<init>(Unknown Source)
    12:06:54 [SEVERE]       at java.util.jar.JarFile.<init>(Unknown Source)
    12:06:54 [SEVERE]       at PvPReward.PvPReward.moveFile(PvPReward.java:80)
    12:06:54 [SEVERE]       at PvPReward.PvPReward.checkFiles(PvPReward.java:75)
    12:06:54 [SEVERE]       at PvPReward.PvPReward.onEnable(PvPReward.java:52)
    12:06:54 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:125)
    12:06:54 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:750)
    12:06:54 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:253)
    12:06:54 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:134)
    12:06:54 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:112)
    12:06:54 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    12:06:54 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    12:06:54 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    12:06:54 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:285)
    12:06:54 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    12:06:54 [SEVERE] Error occurred while enabling PvPReward v0.7.2 (Is it up to da
    te?): null
    java.lang.NullPointerException
            at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
            at java.lang.Double.parseDouble(Unknown Source)
            at PvPReward.PvPReward.loadConfig(PvPReward.java:157)
            at PvPReward.PvPReward.onEnable(PvPReward.java:53)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:750)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >
    error. I am running RB 818.
     
  26. Offline

    Codisimus

    havent tested but it may already work

    an upcoming update
    it cant find the pvpreward jar in the plugins folder... thats odd, did you rename it?

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

    Hex

    No.
    NVM, it works now xP
     
  28. Offline

    duhfux

    Can't wait for the next update. This plugin sounds great :)
     
  29. Offline

    embty

    Yeah me too. Cant wait for it work on my server :>
     
  30. Offline

    NEO

    Ive tried, doesn't work :(

    Also this doesnt seem to work for me on build 839 pvpr 7.2 It loads up fine, no errors from it anywhere. People aren't getting karma or money when they kill a player. They also see no messages similar to the one in the config file. The save file has tons of entries in it, but all the values after the names are zeros. The appropriate permissions are applied.

    Code:
    2011-06-10 19:17:24 [INFO] PvPReward 0.7.2 is enabled!
    2011-06-10 19:17:24 [INFO] [PvPReward] Successfully linked with Permissions!
    2011-06-10 19:17:24 [INFO] [iConomy] Logging enabled.
    2011-06-10 19:17:24 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-06-10 19:17:24 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-10 19:17:24 [INFO] [PvPReward] Successfully linked with iConomy 5!
    
    Here is my configuration.

    Code:
    #Config file for PvPReward
    #Plugin made by Codisimus
    
    #Supported Economy plugins:
    #BOSEconomy, iConomy (4 or 5), Essentials
    
    Economy=iConomy
    
    #If set to true, money amount will not use decimals
    
    WholeNumbers=false
    
    #This is the amount of time that you will stay in combat (in seconds)
    
    CombatTime=1
    
    #These are the messages that players will see while using PvPReward
    
    KilledMessage=<amount> was stolen from you upon death\!
    KillerMessage=You stole <amount> from <killed>
    KilledNotEnoughMoney=<killer> took pity on you for being so poor\!
    KillerNotEnoughMoney=It was not worth stealing from <killed>.
    OutlawBroadcast=<killer> is now an outlaw\!
    NoLongerOutlawBroadcast=<killer> is no longer an outlaw\!
    KarmaDecreased=Karma decreased to <karma> for being killed\!
    KarmaIncreased=Karma increased to <karma> for killing <killed>\!
    KarmaNoChange=No change in Karma because <killed> was an outlaw\!
    DeathTollMessage=You dropped <amount> while dying\!
    
    OutlawTag=
    KarmaName=souls
    OutlawName=warlord
    
    #Seperate from the RewardType, players will lose money everytime they die
    #DeathTollType can be set to Percent or FlatRate
    
    DeathTollType=Percent
    DeathToll=0
    
    #List of possible values for RewardType
    #Karma, FlatRate, Range, Percent, PercentRange, PercentKDR
    
    RewardType=Karma
    
    #The following settings only matter if the RewardType is Karma
    #KarmaThreshold - Increase OutlawModifier every x kills
    #OutlawModifier - Outlaws steal an additional x%
    #ModifierMax - OutlawModifier will not go beyond x
    
    KarmaThreshold=10
    OutlawModifier=1
    ModifierMax=3
    
    #The following settings depend on the RewardType(more info below)
    
    High=1
    Low=1
    Percent=50
    Amount=25
    
    ##Karma:
    
    #Percent - The base percentage for calculating whether there will be a drop
    #Amount - The amount of Karma needed to be considered an Outlaw
    #High - The maximum percentage that could be taken from a killed players account
    #Low - The minimum percentage that could be taken from a killed players account
    
    ##FlatRate:
    #The Killer will always steal a specific amount from the killed
    
    #Amount - The amount of money that will be stolen upon each murder
    #All other settings don't matter
    
    ##Range:
    #The Killer will steal an amount of money within a given range
    
    #High - The maximum amount that could be taken from a killed players account
    #Low - The minimum amount that could be taken from a killed players account
    #All other settings don't matter
    
    ##Percent:
    #The Killer will steal a certain percent of the killed players total balance
    
    #Percent - The percent of money that will be taken from a killed player account
    #All other settings don't matter
    
    ##PercentRange:
    #The Killer will steal a percent of money within a given range
    
    #High - The maximum percent that could be taken from a killed players account
    #Low - The minimum percent that could be taken from a killed players account
    #All other settings don't matter
    
    ##PercentKDR:
    
    #The Killer will steal a percent of money based on the two players KDRs. You receive a higher percent from players with a #higher KDR (formula is killedKDR/killerKDR). This percent is taken from the killed players total balance. No settings are used.
     
  31. Offline

    Blackstorm72

    Category: Exploit

    Description: This program is dangerous and exploits the computer on which it is run.

    Recommended action: Remove this software immediately.

    Security Essentials detected programs that may compromise your privacy or damage your computer. You can still access the files that these programs use without removing them (not recommended). To access these files, select the Allow action and click Apply actions. If this option is not available, log on as administrator or ask the security administrator for help.

    Items:
    file:E:\Users\xxxx\Downloads\F892.tmp->PvPReward/PvPRewardPlayerListener.class

    Lawl, false report it looks.
    Just letting you know. I was rather shocked when Security Essentials gave this out, never finds anything.

    Plus.. using linux just xfering from a windows computer. Not that I really care anyway, love the plugin already :D
     

Share This Page