[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

    BobTheGifty

    Hey, I love this plugin :D

    But I was wondering if there was a way to set it so that rather than stealing money from the player, they just receive money for killing the player? (So you would just get $100, and the other player would keep their money)
     
  3. Offline

    Codisimus

    Might not be in the next update but you will be able to do that as well as have users lose money every time they die
     
  4. Offline

    BobTheGifty

    Oh yay :D
    Thanks!
     
  5. Offline

    dak393

    would it be possible to add in item stealing as in when you kill a player you have a chance to take one of their items (I have a plugin to prevent drops on death and I don't want players to get all items on a kill)
     
  6. Offline

    Codisimus

    maybe, but its not a priority of mine to implement this since its easier to just have users drop all items. and this feature would only be useful to users with that other plugin

    i want to add this soon, so people can change "karma" and "outlaws" to wutever theyd like

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

    dak393

    I know just putting the idea out there :)
     
  8. Offline

    Codisimus

    i am just swamped with work right now, ive been trying to get all my plugins updated and if i dont by tonight then it might have to wait till next weekend. anyways im focusing on the features that are more essential and will be used by the majority. then hopefully i can get around tho stuff like this.

    EDIT: I just found out that i have a presentation to give tomorrow, updates will have to wait till at least Wednesday :(
     
  9. Offline

    dak393

    awww that sucks hope you do well, no pressure on your plugins you're one of the best devs out there in my opinion just make sure your life comes first :)
     
  10. Offline

    2Bucks

    Is this working wit 670?
     
  11. Offline

    Codisimus

    Yes. And it will get updated later this week

    EDIT: the way I worded that might be a little confusing, the current version works with 670 and there will also be a newer version out later this week
     
  12. Offline

    Phaedrus

    Looking forward to the new version. I'm using 0.6 but without the commands working no one has any idea what's going on.
     
  13. Offline

    killerbeez

    So when you do flatrate, shouldn't it be 100% chance to steal?
     
  14. Offline

    riuthamus

    Cant wait to get our hands on the new version as well!
     
  15. Offline

    DevRW

    Any chance we'll be seeing the next version soon? :D
     
  16. Offline

    Codisimus

    UPDATE! finally caught up on school work... I couldn't test this as much as i wanted but it should be stable. lots added so check the changelog :)


    I will be adding this next

    Thanks :) that really means a lot too me, i got through the busy portion of the year so I will be updating more often. I'm also just finished a basic version of a new plugin where users can add their phone number and users can "/text" them. Built it mainly so mods could contact me, but might as well let users text using their iConomy money. =P
     
  17. Offline

    DevRW

    No way! HERO! HERO! HERO!

    I will love you if that works properly! That is something I could definitely use on my server; mainly (as you said) so moderators can contact me if needed ASAP!

    Also, downloading and testing the update right now!

    Bug reportin'!

    Using any of the /pvp <commands>'s results in the lists being printed out 4 consecutive times.

    Outlaw tag is being added as it should be; thank you!
    Tracking seems to be working properly; though is all the decimal places necessary? I think it should be rounded off to one, maybe two places - not 16 places.

    i.e. 2.64 or 1.13 or 0.05 etc etc.


    /doublepost

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

    Codisimus

    screenshot? im not sure wut you mean, it works fine for me.

    great! i wasn't able to test this

    Idk wut you mean by tracking but i though i already fixed the extra decimals. you can set it to whole numbers in the config untill i fix it i guess
     
  19. Offline

    DevRW

    http://i.imgur.com/QdUi2.png

    The tracking, I meant KDR. It prints out with 16 decimal places.
    That's with WholeNumbers=true - though that works for money, not for KDR.

    As for 4 times; I used each command once and (as in the picture) it prints the results 4 times each. This happens for everyone on my server, not just me. :)
     
  20. Offline

    Codisimus

    fixed this...

    can i see your save file?

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

    DevRW

    Sure! You mean the pvprewards.save, correct?

    I see it has everyone listed 4 times; should I delete that and reload? Or would I be able to split it and remove the duplicates, save it and then reload?

    Code:
    DevRW;34;13;55;
    mrx3666;7;32;8;
    Corru;45;7;84;
    fillabusta;4;13;0;
    Denali89;11;7;15;
    _Zenith_;63;11;103;
    Dr__Horrible;20;27;38;
    Zedio;60;6;112;
    DmaverickLC;3;7;2;
    JenksRunner;34;17;51;
    sicksurfer123;3;7;0;
    SorARyZe;7;2;12;
    thegamenerd;0;4;0;
    Termless;0;6;0;
    charlesdevries;1;2;1;
    samboyd;0;7;0;
    JSD_1922;34;3;65;
    xyoungdriftx;0;1;0;
    rofl_trio;7;3;12;
    chesslover22;1;0;2;
    brenard0;1;3;1;
    Jexeld;3;9;3;
    Gryzen;0;2;0;
    greenhalagog;0;1;0;
    Weitzilla;0;1;0;
    holyshot;56;24;89;
    shiro321;14;4;20;
    sigundr;3;3;6;
    zevipa;0;0;0;
    risingtrout45;2;0;4;
    Austen137;20;3;39;
    98minimuncher98;0;4;0;
    mayorsaide;3;5;4;
    masonic20111;29;11;45;
    MiXXteR;32;13;41;
    Skittles123;0;4;0;
    Zeakwildfire;1;24;0;
    jagdat;4;2;7;
    DellConagher;7;4;10;
    stealslayer9;0;1;0;
    SharpScope;5;5;5;
    TheSevenSwords;7;1;12;
    catsanddogs123;2;8;1;
    MrArbitrary;0;21;0;
    xelsior;0;0;0;
    dahme;0;5;0;
    Phoenix1123;0;7;0;
    superjohn2;0;1;0;
    threebeard;7;5;11;
    WorldMiner;0;1;0;
    NordicGamer;2;4;0;
    locksmith9898;0;0;0;
    Rocker777;36;20;52;
    kennedykid4;85;61;108;
    scoblock;3;5;3;
    brassdragon;1;24;0;
    Bronzedragon99;2;6;2;
    NintEnzo;0;4;0;
    vidan4;4;3;6;
    epicface0909;0;1;0;
    Jacob_weston;1;15;0;
    criptorock014;0;3;0;
    iJester1218;48;29;65;
    mrdove500;0;7;0;
    bradshawi;4;9;2;
    Pikacrystal;0;2;0;
    pikajub;0;0;0;
    deathsbones;1;28;2;
    sam27950;4;12;3;
    XNostradamusX;5;8;5;
    germanboss7;1;2;1;
    Zimmeme;2;3;4;
    Da_Grim_Chicken;10;9;14;
    Jakilion;2;7;1;
    wilberforce;0;1;0;
    cool_joe_127;1;0;2;
    lsokk;0;0;0;
    MetalBenderJem;0;0;0;
    HipTrollFace;0;0;0;
    exegesis565;0;1;0;
    sgtbagel;1;11;2;
    k4b00m;1;1;1;
    Gamerkid64;5;25;3;
    tableturtle;5;1;9;
    300srt8;15;38;8;
    jaime10pa;0;1;0;
    BrassLantern;0;1;0;
    MixMastahJ;0;1;0;
    alvaradr;0;0;0;
    Eliyahu;0;0;0;
    adamufree;0;0;0;
    mrbowtieface;0;0;0;
    mvinny12;0;0;0;
    millvalleyted;0;0;0;
    SilverMartian;0;2;0;
    yosheroni5sonic;0;0;0;
    Tossing;0;0;0;
    1fishy1;0;3;0;
    AdishBenicio;0;7;0;
    Bomber8;0;0;0;
    zeddzedd;0;1;0;
    nonenone;0;1;0;
    Treesus;0;0;0;
    Swiftd1546;0;1;0;
    JOHNisKOOL;23;13;31;
    xNINJAxZONKEY;0;2;0;
    pepperonikorv;0;1;0;
    Someeonee;0;1;0;
    DaiGurren1010;1;2;0;
    Trollitito;25;4;42;
    nintendowii111;0;1;0;
    Gliegi;0;0;0;
    thisguy82;0;1;0;
    blackopps55;0;1;0;
    mehwaffle10;0;0;0;
    Sageisthecreep;0;0;0;
    RBelisle;0;0;0;
    Xx_JSD_xX;3;1;5;
    Fireguy343;1;2;2;
    MattDodd2;0;0;0;
    chris_dodd;0;0;0;
    Lexx1;11;8;16;
    Skewma;0;1;0;
    Spitalier;1;0;2;
    Apapercup;4;4;7;
    Oasley;0;0;0;
    leglesslizard;0;1;0;
    MrHappy59;0;0;0;
    ryandoyloo;0;0;0;
    Waffle29;0;0;0;
    Jtitanic;0;0;0;
    Xaostica;0;0;0;
    plxrich;0;0;0;
    Miggitob;0;4;0;
    FlyTripper;0;0;0;
    maxlaxtax;0;0;0;
    fusofus;0;0;0;
    tloj1;0;0;0;
    Idunno721;0;0;0;
    Quizzler98;0;0;0;
    FrostBlade93;0;0;0;
    zerothekiller20;0;0;0;
    Its_Ackbar;0;1;0;
    DUBBOX;0;0;0;
    liambarlow;0;0;0;
    canadiancarter;0;4;0;
    06frankn;1;3;0;
    Tslot;1;0;2;
    shmeves;0;0;0;
    flaimdude;2;0;4;
    uvseendeth151;0;0;0;
    Anviski;0;0;0;
    Cartormech;0;5;0;
    JonnySee;0;0;0;
    Jekkas;0;0;0;
    benryank;0;1;0;
    Thatrandoman;0;0;0;
    Shabashco;0;1;0;
    Divax;0;1;0;
    consta198;1;3;0;
    Cazden;0;4;0;
    CTP321;0;4;0;
    krazykc;0;3;0;
    pizzaguy8787;0;2;0;
    lolfished;0;10;0;
    Killingtree;0;3;0;
    pO_Bryant_Oq;4;1;4;
    SinisterVin;0;1;0;
    7pcs;0;1;0;
    Ganig;0;0;0;
    That_Ghetto_Kid;0;0;0;
    haloghost89;2;0;2;
    6nacho6;0;0;0;
    knives707;2;6;2;
    Spoonz707;0;1;0;
    NaturalHigh707;0;3;0;
    BUBBLESTHEGOD;0;0;0;
    ironblood999;0;0;0;
    Super_Hero_Ninja;1;0;1;
    pitufa;0;0;0;
    Darkest_Miner;0;0;0;
    bitearock;0;0;0;
    Fugikuro;0;3;0;
    ZuzuBoo;0;0;0;
    jeetst;0;1;0;
    Gearsthecool;0;1;0;
    MRSA;0;0;0;
    undeadtaco707;0;2;0;
    jabrwin;0;1;0;
    Ryguy92250;0;1;0;
    SlyAgent;0;0;0;
    Arsenal_lover;0;0;0;
    sturesson;0;0;0;
    ukstoker;0;0;0;
    Snake1158;0;1;0;
    typh15;0;0;0;
    damp12;0;1;0;
    thor8797;8;14;3;
    ryuzaki238;1;3;1;
    charas;0;0;0;
    upstartgiant;0;4;0;
    yubelfan;2;5;4;
    Anklez;0;1;0;
    ClapTrapKiller;1;9;0;
    doug18;0;1;0;
    doba21;2;4;4;
    Conquer_style;0;0;0;
    ojoman27;0;4;0;
    EDcraft;0;0;0;
    jcaselli;0;1;0;
    jrk91;0;0;0;
    agentbob007;1;0;2;
    dantunes112;0;0;0;
    DevRW;34;13;55;
    mrx3666;7;32;8;
    Corru;45;7;84;
    fillabusta;4;13;0;
    Denali89;11;7;15;
    _Zenith_;63;11;103;
    Dr__Horrible;20;27;38;
    Zedio;60;6;112;
    DmaverickLC;3;7;2;
    JenksRunner;34;17;51;
    sicksurfer123;3;7;0;
    SorARyZe;7;2;12;
    thegamenerd;0;4;0;
    Termless;0;6;0;
    charlesdevries;1;2;1;
    samboyd;0;7;0;
    JSD_1922;34;3;65;
    xyoungdriftx;0;1;0;
    rofl_trio;7;3;12;
    chesslover22;1;0;2;
    brenard0;1;3;1;
    Jexeld;3;9;3;
    Gryzen;0;2;0;
    greenhalagog;0;1;0;
    Weitzilla;0;1;0;
    holyshot;56;24;89;
    shiro321;14;4;20;
    sigundr;3;3;6;
    zevipa;0;0;0;
    risingtrout45;2;0;4;
    Austen137;20;3;39;
    98minimuncher98;0;4;0;
    mayorsaide;3;5;4;
    masonic20111;29;11;45;
    MiXXteR;32;13;41;
    Skittles123;0;4;0;
    Zeakwildfire;1;24;0;
    jagdat;4;2;7;
    DellConagher;7;4;10;
    stealslayer9;0;1;0;
    SharpScope;5;5;5;
    TheSevenSwords;7;1;12;
    catsanddogs123;2;8;1;
    MrArbitrary;0;21;0;
    xelsior;0;0;0;
    dahme;0;5;0;
    Phoenix1123;0;7;0;
    superjohn2;0;1;0;
    threebeard;7;5;11;
    WorldMiner;0;1;0;
    NordicGamer;2;4;0;
    locksmith9898;0;0;0;
    Rocker777;36;20;52;
    kennedykid4;85;61;108;
    scoblock;3;5;3;
    brassdragon;1;24;0;
    Bronzedragon99;2;6;2;
    NintEnzo;0;4;0;
    vidan4;4;3;6;
    epicface0909;0;1;0;
    Jacob_weston;1;15;0;
    criptorock014;0;3;0;
    iJester1218;48;29;65;
    mrdove500;0;7;0;
    bradshawi;4;9;2;
    Pikacrystal;0;2;0;
    pikajub;0;0;0;
    deathsbones;1;28;2;
    sam27950;4;12;3;
    XNostradamusX;5;8;5;
    germanboss7;1;2;1;
    Zimmeme;2;3;4;
    Da_Grim_Chicken;10;9;14;
    Jakilion;2;7;1;
    wilberforce;0;1;0;
    cool_joe_127;1;0;2;
    lsokk;0;0;0;
    MetalBenderJem;0;0;0;
    HipTrollFace;0;0;0;
    exegesis565;0;1;0;
    sgtbagel;1;11;2;
    k4b00m;1;1;1;
    Gamerkid64;5;25;3;
    tableturtle;5;1;9;
    300srt8;15;38;8;
    jaime10pa;0;1;0;
    BrassLantern;0;1;0;
    MixMastahJ;0;1;0;
    alvaradr;0;0;0;
    Eliyahu;0;0;0;
    adamufree;0;0;0;
    mrbowtieface;0;0;0;
    mvinny12;0;0;0;
    millvalleyted;0;0;0;
    SilverMartian;0;2;0;
    yosheroni5sonic;0;0;0;
    Tossing;0;0;0;
    1fishy1;0;3;0;
    AdishBenicio;0;7;0;
    Bomber8;0;0;0;
    zeddzedd;0;1;0;
    nonenone;0;1;0;
    Treesus;0;0;0;
    Swiftd1546;0;1;0;
    JOHNisKOOL;23;13;31;
    xNINJAxZONKEY;0;2;0;
    pepperonikorv;0;1;0;
    Someeonee;0;1;0;
    DaiGurren1010;1;2;0;
    Trollitito;25;4;42;
    nintendowii111;0;1;0;
    Gliegi;0;0;0;
    thisguy82;0;1;0;
    blackopps55;0;1;0;
    mehwaffle10;0;0;0;
    Sageisthecreep;0;0;0;
    RBelisle;0;0;0;
    Xx_JSD_xX;3;1;5;
    Fireguy343;1;2;2;
    MattDodd2;0;0;0;
    chris_dodd;0;0;0;
    Lexx1;11;8;16;
    Skewma;0;1;0;
    Spitalier;1;0;2;
    Apapercup;4;4;7;
    Oasley;0;0;0;
    leglesslizard;0;1;0;
    MrHappy59;0;0;0;
    ryandoyloo;0;0;0;
    Waffle29;0;0;0;
    Jtitanic;0;0;0;
    Xaostica;0;0;0;
    plxrich;0;0;0;
    Miggitob;0;4;0;
    FlyTripper;0;0;0;
    maxlaxtax;0;0;0;
    fusofus;0;0;0;
    tloj1;0;0;0;
    Idunno721;0;0;0;
    Quizzler98;0;0;0;
    FrostBlade93;0;0;0;
    zerothekiller20;0;0;0;
    Its_Ackbar;0;1;0;
    DUBBOX;0;0;0;
    liambarlow;0;0;0;
    canadiancarter;0;4;0;
    06frankn;1;3;0;
    Tslot;1;0;2;
    shmeves;0;0;0;
    flaimdude;2;0;4;
    uvseendeth151;0;0;0;
    Anviski;0;0;0;
    Cartormech;0;5;0;
    JonnySee;0;0;0;
    Jekkas;0;0;0;
    benryank;0;1;0;
    Thatrandoman;0;0;0;
    Shabashco;0;1;0;
    Divax;0;1;0;
    consta198;1;3;0;
    Cazden;0;4;0;
    CTP321;0;4;0;
    krazykc;0;3;0;
    pizzaguy8787;0;2;0;
    lolfished;0;10;0;
    Killingtree;0;3;0;
    pO_Bryant_Oq;4;1;4;
    SinisterVin;0;1;0;
    7pcs;0;1;0;
    Ganig;0;0;0;
    That_Ghetto_Kid;0;0;0;
    haloghost89;2;0;2;
    6nacho6;0;0;0;
    knives707;2;6;2;
    Spoonz707;0;1;0;
    NaturalHigh707;0;3;0;
    BUBBLESTHEGOD;0;0;0;
    ironblood999;0;0;0;
    Super_Hero_Ninja;1;0;1;
    pitufa;0;0;0;
    Darkest_Miner;0;0;0;
    bitearock;0;0;0;
    Fugikuro;0;3;0;
    ZuzuBoo;0;0;0;
    jeetst;0;1;0;
    Gearsthecool;0;1;0;
    MRSA;0;0;0;
    undeadtaco707;0;2;0;
    jabrwin;0;1;0;
    Ryguy92250;0;1;0;
    SlyAgent;0;0;0;
    Arsenal_lover;0;0;0;
    sturesson;0;0;0;
    ukstoker;0;0;0;
    Snake1158;0;1;0;
    typh15;0;0;0;
    damp12;0;1;0;
    thor8797;8;14;3;
    ryuzaki238;1;3;1;
    charas;0;0;0;
    upstartgiant;0;4;0;
    yubelfan;2;5;4;
    Anklez;0;1;0;
    ClapTrapKiller;1;9;0;
    doug18;0;1;0;
    doba21;2;4;4;
    Conquer_style;0;0;0;
    ojoman27;0;4;0;
    EDcraft;0;0;0;
    jcaselli;0;1;0;
    jrk91;0;0;0;
    agentbob007;1;0;2;
    dantunes112;0;0;0;
    DevRW;34;13;55;
    mrx3666;7;32;8;
    Corru;45;7;84;
    fillabusta;4;13;0;
    Denali89;11;7;15;
    _Zenith_;63;11;103;
    Dr__Horrible;20;27;38;
    Zedio;60;6;112;
    DmaverickLC;3;7;2;
    JenksRunner;34;17;51;
    sicksurfer123;3;7;0;
    SorARyZe;7;2;12;
    thegamenerd;0;4;0;
    Termless;0;6;0;
    charlesdevries;1;2;1;
    samboyd;0;7;0;
    JSD_1922;34;3;65;
    xyoungdriftx;0;1;0;
    rofl_trio;7;3;12;
    chesslover22;1;0;2;
    brenard0;1;3;1;
    Jexeld;3;9;3;
    Gryzen;0;2;0;
    greenhalagog;0;1;0;
    Weitzilla;0;1;0;
    holyshot;56;24;89;
    shiro321;14;4;20;
    sigundr;3;3;6;
    zevipa;0;0;0;
    risingtrout45;2;0;4;
    Austen137;20;3;39;
    98minimuncher98;0;4;0;
    mayorsaide;3;5;4;
    masonic20111;29;11;45;
    MiXXteR;32;13;41;
    Skittles123;0;4;0;
    Zeakwildfire;1;24;0;
    jagdat;4;2;7;
    DellConagher;7;4;10;
    stealslayer9;0;1;0;
    SharpScope;5;5;5;
    TheSevenSwords;7;1;12;
    catsanddogs123;2;8;1;
    MrArbitrary;0;21;0;
    xelsior;0;0;0;
    dahme;0;5;0;
    Phoenix1123;0;7;0;
    superjohn2;0;1;0;
    threebeard;7;5;11;
    WorldMiner;0;1;0;
    NordicGamer;2;4;0;
    locksmith9898;0;0;0;
    Rocker777;36;20;52;
    kennedykid4;85;61;108;
    scoblock;3;5;3;
    brassdragon;1;24;0;
    Bronzedragon99;2;6;2;
    NintEnzo;0;4;0;
    vidan4;4;3;6;
    epicface0909;0;1;0;
    Jacob_weston;1;15;0;
    criptorock014;0;3;0;
    iJester1218;48;29;65;
    mrdove500;0;7;0;
    bradshawi;4;9;2;
    Pikacrystal;0;2;0;
    pikajub;0;0;0;
    deathsbones;1;28;2;
    sam27950;4;12;3;
    XNostradamusX;5;8;5;
    germanboss7;1;2;1;
    Zimmeme;2;3;4;
    Da_Grim_Chicken;10;9;14;
    Jakilion;2;7;1;
    wilberforce;0;1;0;
    cool_joe_127;1;0;2;
    lsokk;0;0;0;
    MetalBenderJem;0;0;0;
    HipTrollFace;0;0;0;
    exegesis565;0;1;0;
    sgtbagel;1;11;2;
    k4b00m;1;1;1;
    Gamerkid64;5;25;3;
    tableturtle;5;1;9;
    300srt8;15;38;8;
    jaime10pa;0;1;0;
    BrassLantern;0;1;0;
    MixMastahJ;0;1;0;
    alvaradr;0;0;0;
    Eliyahu;0;0;0;
    adamufree;0;0;0;
    mrbowtieface;0;0;0;
    mvinny12;0;0;0;
    millvalleyted;0;0;0;
    SilverMartian;0;2;0;
    yosheroni5sonic;0;0;0;
    Tossing;0;0;0;
    1fishy1;0;3;0;
    AdishBenicio;0;7;0;
    Bomber8;0;0;0;
    zeddzedd;0;1;0;
    nonenone;0;1;0;
    Treesus;0;0;0;
    Swiftd1546;0;1;0;
    JOHNisKOOL;23;13;31;
    xNINJAxZONKEY;0;2;0;
    pepperonikorv;0;1;0;
    Someeonee;0;1;0;
    DaiGurren1010;1;2;0;
    Trollitito;25;4;42;
    nintendowii111;0;1;0;
    Gliegi;0;0;0;
    thisguy82;0;1;0;
    blackopps55;0;1;0;
    mehwaffle10;0;0;0;
    Sageisthecreep;0;0;0;
    RBelisle;0;0;0;
    Xx_JSD_xX;3;1;5;
    Fireguy343;1;2;2;
    MattDodd2;0;0;0;
    chris_dodd;0;0;0;
    Lexx1;11;8;16;
    Skewma;0;1;0;
    Spitalier;1;0;2;
    Apapercup;4;4;7;
    Oasley;0;0;0;
    leglesslizard;0;1;0;
    MrHappy59;0;0;0;
    ryandoyloo;0;0;0;
    Waffle29;0;0;0;
    Jtitanic;0;0;0;
    Xaostica;0;0;0;
    plxrich;0;0;0;
    Miggitob;0;4;0;
    FlyTripper;0;0;0;
    maxlaxtax;0;0;0;
    fusofus;0;0;0;
    tloj1;0;0;0;
    Idunno721;0;0;0;
    Quizzler98;0;0;0;
    FrostBlade93;0;0;0;
    zerothekiller20;0;0;0;
    Its_Ackbar;0;1;0;
    DUBBOX;0;0;0;
    liambarlow;0;0;0;
    canadiancarter;0;4;0;
    06frankn;1;3;0;
    Tslot;1;0;2;
    shmeves;0;0;0;
    flaimdude;2;0;4;
    uvseendeth151;0;0;0;
    Anviski;0;0;0;
    Cartormech;0;5;0;
    JonnySee;0;0;0;
    Jekkas;0;0;0;
    benryank;0;1;0;
    Thatrandoman;0;0;0;
    Shabashco;0;1;0;
    Divax;0;1;0;
    consta198;1;3;0;
    Cazden;0;4;0;
    CTP321;0;4;0;
    krazykc;0;3;0;
    pizzaguy8787;0;2;0;
    lolfished;0;10;0;
    Killingtree;0;3;0;
    pO_Bryant_Oq;4;1;4;
    SinisterVin;0;1;0;
    7pcs;0;1;0;
    Ganig;0;0;0;
    That_Ghetto_Kid;0;0;0;
    haloghost89;2;0;2;
    6nacho6;0;0;0;
    knives707;2;6;2;
    Spoonz707;0;1;0;
    NaturalHigh707;0;3;0;
    BUBBLESTHEGOD;0;0;0;
    ironblood999;0;0;0;
    Super_Hero_Ninja;1;0;1;
    pitufa;0;0;0;
    Darkest_Miner;0;0;0;
    bitearock;0;0;0;
    Fugikuro;0;3;0;
    ZuzuBoo;0;0;0;
    jeetst;0;1;0;
    Gearsthecool;0;1;0;
    MRSA;0;0;0;
    undeadtaco707;0;2;0;
    jabrwin;0;1;0;
    Ryguy92250;0;1;0;
    SlyAgent;0;0;0;
    Arsenal_lover;0;0;0;
    sturesson;0;0;0;
    ukstoker;0;0;0;
    Snake1158;0;1;0;
    typh15;0;0;0;
    damp12;0;1;0;
    thor8797;8;14;3;
    ryuzaki238;1;3;1;
    charas;0;0;0;
    upstartgiant;0;4;0;
    yubelfan;2;5;4;
    Anklez;0;1;0;
    ClapTrapKiller;1;9;0;
    doug18;0;1;0;
    doba21;2;4;4;
    Conquer_style;0;0;0;
    ojoman27;0;4;0;
    EDcraft;0;0;0;
    jcaselli;0;1;0;
    jrk91;0;0;0;
    agentbob007;1;0;2;
    dantunes112;0;0;0;
    DevRW;34;13;55;
    mrx3666;7;32;8;
    Corru;45;7;84;
    fillabusta;4;13;0;
    Denali89;11;7;15;
    _Zenith_;63;11;103;
    Dr__Horrible;20;27;38;
    Zedio;60;6;112;
    DmaverickLC;3;7;2;
    JenksRunner;34;17;51;
    sicksurfer123;3;7;0;
    SorARyZe;7;2;12;
    thegamenerd;0;4;0;
    Termless;0;6;0;
    charlesdevries;1;2;1;
    samboyd;0;7;0;
    JSD_1922;34;3;65;
    xyoungdriftx;0;1;0;
    rofl_trio;7;3;12;
    chesslover22;1;0;2;
    brenard0;1;3;1;
    Jexeld;3;9;3;
    Gryzen;0;2;0;
    greenhalagog;0;1;0;
    Weitzilla;0;1;0;
    holyshot;56;24;89;
    shiro321;14;4;20;
    sigundr;3;3;6;
    zevipa;0;0;0;
    risingtrout45;2;0;4;
    Austen137;20;3;39;
    98minimuncher98;0;4;0;
    mayorsaide;3;5;4;
    masonic20111;29;11;45;
    MiXXteR;32;13;41;
    Skittles123;0;4;0;
    Zeakwildfire;1;24;0;
    jagdat;4;2;7;
    DellConagher;7;4;10;
    stealslayer9;0;1;0;
    SharpScope;5;5;5;
    TheSevenSwords;7;1;12;
    catsanddogs123;2;8;1;
    MrArbitrary;0;21;0;
    xelsior;0;0;0;
    dahme;0;5;0;
    Phoenix1123;0;7;0;
    superjohn2;0;1;0;
    threebeard;7;5;11;
    WorldMiner;0;1;0;
    NordicGamer;2;4;0;
    locksmith9898;0;0;0;
    Rocker777;36;20;52;
    kennedykid4;85;61;108;
    scoblock;3;5;3;
    brassdragon;1;24;0;
    Bronzedragon99;2;6;2;
    NintEnzo;0;4;0;
    vidan4;4;3;6;
    epicface0909;0;1;0;
    Jacob_weston;1;15;0;
    criptorock014;0;3;0;
    iJester1218;48;29;65;
    mrdove500;0;7;0;
    bradshawi;4;9;2;
    Pikacrystal;0;2;0;
    pikajub;0;0;0;
    deathsbones;1;28;2;
    sam27950;4;12;3;
    XNostradamusX;5;8;5;
    germanboss7;1;2;1;
    Zimmeme;2;3;4;
    Da_Grim_Chicken;10;9;14;
    Jakilion;2;7;1;
    wilberforce;0;1;0;
    cool_joe_127;1;0;2;
    lsokk;0;0;0;
    MetalBenderJem;0;0;0;
    HipTrollFace;0;0;0;
    exegesis565;0;1;0;
    sgtbagel;1;11;2;
    k4b00m;1;1;1;
    Gamerkid64;5;25;3;
    tableturtle;5;1;9;
    300srt8;15;38;8;
    jaime10pa;0;1;0;
    BrassLantern;0;1;0;
    MixMastahJ;0;1;0;
    alvaradr;0;0;0;
    Eliyahu;0;0;0;
    adamufree;0;0;0;
    mrbowtieface;0;0;0;
    mvinny12;0;0;0;
    millvalleyted;0;0;0;
    SilverMartian;0;2;0;
    yosheroni5sonic;0;0;0;
    Tossing;0;0;0;
    1fishy1;0;3;0;
    AdishBenicio;0;7;0;
    Bomber8;0;0;0;
    zeddzedd;0;1;0;
    nonenone;0;1;0;
    Treesus;0;0;0;
    Swiftd1546;0;1;0;
    JOHNisKOOL;23;13;31;
    xNINJAxZONKEY;0;2;0;
    pepperonikorv;0;1;0;
    Someeonee;0;1;0;
    DaiGurren1010;1;2;0;
    Trollitito;25;4;42;
    nintendowii111;0;1;0;
    Gliegi;0;0;0;
    thisguy82;0;1;0;
    blackopps55;0;1;0;
    mehwaffle10;0;0;0;
    Sageisthecreep;0;0;0;
    RBelisle;0;0;0;
    Xx_JSD_xX;3;1;5;
    Fireguy343;1;2;2;
    MattDodd2;0;0;0;
    chris_dodd;0;0;0;
    Lexx1;11;8;16;
    Skewma;0;1;0;
    Spitalier;1;0;2;
    Apapercup;4;4;7;
    Oasley;0;0;0;
    leglesslizard;0;1;0;
    MrHappy59;0;0;0;
    ryandoyloo;0;0;0;
    Waffle29;0;0;0;
    Jtitanic;0;0;0;
    Xaostica;0;0;0;
    plxrich;0;0;0;
    Miggitob;0;4;0;
    FlyTripper;0;0;0;
    maxlaxtax;0;0;0;
    fusofus;0;0;0;
    tloj1;0;0;0;
    Idunno721;0;0;0;
    Quizzler98;0;0;0;
    FrostBlade93;0;0;0;
    zerothekiller20;0;0;0;
    Its_Ackbar;0;1;0;
    DUBBOX;0;0;0;
    liambarlow;0;0;0;
    canadiancarter;0;4;0;
    06frankn;1;3;0;
    Tslot;1;0;2;
    shmeves;0;0;0;
    flaimdude;2;0;4;
    uvseendeth151;0;0;0;
    Anviski;0;0;0;
    Cartormech;0;5;0;
    JonnySee;0;0;0;
    Jekkas;0;0;0;
    benryank;0;1;0;
    Thatrandoman;0;0;0;
    Shabashco;0;1;0;
    Divax;0;1;0;
    consta198;1;3;0;
    Cazden;0;4;0;
    CTP321;0;4;0;
    krazykc;0;3;0;
    pizzaguy8787;0;2;0;
    lolfished;0;10;0;
    Killingtree;0;3;0;
    pO_Bryant_Oq;4;1;4;
    SinisterVin;0;1;0;
    7pcs;0;1;0;
    Ganig;0;0;0;
    That_Ghetto_Kid;0;0;0;
    haloghost89;2;0;2;
    6nacho6;0;0;0;
    knives707;2;6;2;
    Spoonz707;0;1;0;
    NaturalHigh707;0;3;0;
    BUBBLESTHEGOD;0;0;0;
    ironblood999;0;0;0;
    Super_Hero_Ninja;1;0;1;
    pitufa;0;0;0;
    Darkest_Miner;0;0;0;
    bitearock;0;0;0;
    Fugikuro;0;3;0;
    ZuzuBoo;0;0;0;
    jeetst;0;1;0;
    Gearsthecool;0;1;0;
    MRSA;0;0;0;
    undeadtaco707;0;2;0;
    jabrwin;0;1;0;
    Ryguy92250;0;1;0;
    SlyAgent;0;0;0;
    Arsenal_lover;0;0;0;
    sturesson;0;0;0;
    ukstoker;0;0;0;
    Snake1158;0;1;0;
    typh15;0;0;0;
    damp12;0;1;0;
    thor8797;8;14;3;
    ryuzaki238;1;3;1;
    charas;0;0;0;
    upstartgiant;0;4;0;
    yubelfan;2;5;4;
    Anklez;0;1;0;
    ClapTrapKiller;1;9;0;
    doug18;0;1;0;
    doba21;2;4;4;
    Conquer_style;0;0;0;
    ojoman27;0;4;0;
    EDcraft;0;0;0;
    jcaselli;0;1;0;
    jrk91;0;0;0;
    agentbob007;1;0;2;
    dantunes112;0;0;0;
    
     
  22. Offline

    Codisimus

    Ya thats wut i thought, i guess delete the extras and it shouldnt happen again
     
  23. Offline

    DevRW

    Seems to multiply every time I change it. If I delete the file entirely, it just grows in size. It's like 16,000 lines now. I'm going to remove the plugin, delete the folder, restart the server and try putting it in fresh. I'll let you know if that works.
     
  24. Offline

    Codisimus

    Released my new plugin TextPlayer
     
  25. Offline

    awesom03

    I'm having some problem getting this plugin configured. Whenever a player kills another player no money is transferred. I have placed the permissions nodes and I can use /pvp command in game. Perhaps I've edited the config file wrong?

    http://pastebin.com/Jdpa9vkS
     
  26. Offline

    Codisimus

    Percent=5

    This are your problem, it is defaulted to 5. This means that there is a 5 percent chance that you will steal money when you kill someone. Try modifying this to something higher (perhaps even 100, so there is always a drop) If this still doesn't work then let me kno
     
  27. Offline

    awesom03

    Thanks for the quick reply. Ok it still hasn't made a difference even after changing the Percent=5 to Percent=100. We just wanted to configure it so that when someone kills someone else they always gain 5% of the coin the dead player was carrying and the dead player always loses that 5%.
     
  28. Offline

    Codisimus

    wut version of permissions are you using?
     
  29. Offline

    awesom03

    We are currently running permissions 2.5.5
     
  30. Offline

    Codisimus

    I noticed the type is Percent, which is right but try changing it to Karma to see if that changes anything. Also make sure both parties involved in PvP have the nodes pvpreward.getreward and pvpreward.givereward
     
  31. Offline

    awesom03

    Ok I changed it and nothing happened. It seems that the kills and deaths aren't registering as the karma level stays at 0. Definitely got the nodes in. Here's my permissions folder: http://pastebin.com/TMBuCQyL

    the nodes are on lines 105 and 106
     

Share This Page