PvPReward

Version 1.9.0

NOTE: This plugin requires you have Vault enabled on your server

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.

Money can also be taken from a Player when they die.

Features:

  • Supports all major Economies and Permission Plugins thanks to Vault
  • You can change what command this plugin uses by editing the plugin.yml (found inside the plugin jar file)
  • MultiWorld support (Disable rewards and/or death tolls in specific Worlds)
  • Configurable properties
  • Custom messages
  • KDR Leaderboard
  • Several methods of determining amount of money lost/stolen (percent, flat rate, etc...)
  • Add Players to a specific Permission Group if they kill too many other Players
  • Option of having tombstones to hold items instead of players dropping items (Beta feature)
  • Configurable combat time
  • Optional penalties for logging or teleporting while in combat
  • Broadcast when a Player Combat Logs

Permission Nodes:

  • pvpreward.getreward = Needed to steal money from another Player
  • pvpreward.givereward = Needed to have money stolen from you
  • pvpreward.ignoredeathtoll = Do not pay Death Toll when you die
  • pvpreward.reset = Needed to reset any Player's Kills/Deaths/Karma

Commands:

User Commands:

() indicates a required field.
If Player is not specified, then the command sender is used

  • /pvp outlaws - Lists current Outlaws
  • /pvp karma (Player) - Lists the Karma level of the specified Player
  • /pvp kdr (Player) - Lists the Kill/Death ratio of the specified Player
  • /pvp rank (Player) - Lists the KDR rank of the specified Player
  • /pvp top (Amount) - Lists the top ranked KDRs

Admin Commands:

[] indicates a required field.

  • /pvp reset - Lists the Admin reset commands
  • /pvp reset kdr - Sets your kills and deaths to 0
  • /pvp reset kdr [Player] - Sets the specified Player's kills and deaths to 0
  • /pvp reset kdr all- Sets everyone's kills and deaths to 0
  • /pvp reset karma - Sets your Karma Level to 0
  • /pvp reset karma [Player] - Sets the specified Player's Karma Level to 0
  • /pvp reset karma all- Sets everyone's Karma Level to 0

Karma Description:

Most of these setting are configurable Karma Pic Picture + Written Description by riuthamus
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 and now has 48 karma. 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

    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!)

Tutorials:

Setup (Config settings):

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 at the bottom of this page, the settings are as follows:

  1. Percent - The base percentage for calculating whether there will be a drop
  2. Amount - The amount of Karma needed to be considered an Outlaw
  3. High - The maximum percentage that could be taken from a killed players account
  4. Low - The minimum percentage that could be taken from a killed players account
  5. OutlawModifier - Outlaws steal an additional x%
  6. KarmaThreshold - Increase OutlawModifier every x kills
  7. ModifierMax - OutlawModifier will not go beyond x

FlatRate:

The Killer will always steal a specific amount from the killed, the settings are as follows:

  1. Amount - The amount of money that will be stolen upon each murder
  2. All other settings don't matter

Range:

The Killer will steal an amount of money within a given range, the settings are as follows:

  1. High - The maximum amount that could be taken from a killed players account
  2. Low - The minimum amount that could be taken from a killed players account
  3. 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:

  1. Percent - The percent of money that will be taken from a killed player account
  2. All other settings don't matter

PercentRange:

The Killer will steal a percent of money within a given range, the settings are as follows:

  1. High - The maximum percent that could be taken from a killed players account
  2. Low - The minimum percent that could be taken from a killed players account
  3. 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.

Video:

Coming soon!

Use Custom Command Instead of /pvp

Links

GitHub | Source | Other Plugins


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit