Kill Streaks (PRO)
PRO feature. Requires
dBloodMoney-PRO.jar.
Reward your best PvPers: consecutive kills without dying multiply the steal.
How it works
Section titled βHow it worksβ- Each kill raises the killerβs streak by 1.
- The reward is multiplied by the highest tier reached.
- The streak resets to zero when the player dies β to anything (PvP, mobs, fall, lava).
Configuration
Section titled βConfigurationβPro: Streak: Enabled: true Tiers: '3': 1.25 '5': 1.5 '10': 2.0 Title-Enabled: true Broadcast: trueTiers maps consecutive-kills β multiplier. With the defaults:
| Streak | Multiplier |
|---|---|
| 1β2 | Γ1.0 (none) |
| 3β4 | Γ1.25 |
| 5β9 | Γ1.5 |
| 10+ | Γ2.0 |
Quote the number keys (
'3','5','10') so YAML reads them correctly.
Worked example
Section titled βWorked exampleβBase steal of $400, killer on a 5-kill streak (Γ1.5):
killer gains = 400 Γ 1.5 = 600victim loses = 400The extra $200 is funded by the server (minted), so the victim never loses more because of someone elseβs streak.
Milestones
Section titled βMilestonesβWhen a player hits an exact tier (3, 5, 10β¦):
- A title flashes on their screen β
5 KILL STREAK(streak-title, toggle withTitle-Enabled). - The server is notified (
streak-broadcast, toggle withBroadcast):[dBloodMoney] Alice is on a 5 kill streak!
Settings summary
Section titled βSettings summaryβ| Key | Description |
|---|---|
Enabled |
Toggle kill streaks. |
Tiers |
Streak thresholds β multiplier (highest reached applies). |
Title-Enabled |
Show the milestone title. |
Broadcast |
Announce milestones to the server. |
Showing the live streak
Section titled βShowing the live streakβWith PlaceholderAPI, %dbloodmoney_streak% shows a playerβs current streak and %dbloodmoney_best_streak% their record β see Placeholders.