Elevate Your PvP Experience!
Motivate players to dominate with skill-based killstreak rewards!
This plugin adds fully customizable consecutive-kill bonuses to your server, rewarding combat prowess with effects, sound alerts, commands, particles, and bounties—all configurable via a simple YAML file. Perfect for KitPvP, Factions, Prison, and minigame servers!
✨ Key Features
Fully Customizable Killstreaks
- Add unlimited reward tiers (3 kills, 5 kills, 10+, etc.) in config.yml.
- Supports placeholders (%player%) for personalized messages/commands.
⚔️ Multi-Type Rewards
- Potion Effects (Speed, Strength, Regen, etc.)
- Sounds & Particles (Dragon roars, flame auras, etc.)
- Console Commands (Give items, money, titles)
- Global Broadcasts (Announce high streaks server-wide)
Bounty System (Optional)
- Players earn bonus rewards for killing high-streak targets.
- Configurable bounty economy rewards (e.g., /pay %player% 100).
⚡ Lightweight & Optimized
- Zero performance impact. Works on Spigot/Paper 1.8+.
- MySQL support (optional for cross-server streaks).
️ Easy to Use
- No coding needed—edit rewards in seconds via config.yml.
- Live reload with /killstreak-reload.
Use Cases
- KitPVP
- Factions
- Prisons
- PVP Servers
Configuration Preview
Code (Text):
# Killstreak Rewards Configuration
# Format: [KILLS]: [EFFECTS/MESSAGES/SOUNDS]
killstreaks:
3:
message: "&7[&cKillstreak&7] &a+3 Kills! &7Speed Boost!"
sound: "ENTITY_EXPERIENCE_ORB_PICKUP"
effects:
- "SPEED:2:500" # Type:Level:Duration(ticks)
5:
message: "&6+5 Kills! &eStrength!"
sound: "ENTITY_PLAYER_LEVELUP"
effects:
- "INCREASE_DAMAGE:1:160"
commands:
- "eco give %player% 50"
10:
message: "&4&lDOMINATING! &c10 KILL STREAK!"
broadcastmsg: "&7[&cKillstreak&7] &a%player% &7reached 6 killstreak!"
sound: "ENTITY_ENDER_DRAGON_GROWL"
effects:
- "FIRE_RESISTANCE:0:300"
- "REGENERATION:1:100"
broadcast: true
15:
message: "&7[&cKillstreak&7] &a+3 Kills! &7Speed Boost!"
broadcastmsg: "&7[&cKillstreak&7] &a%player% &7reached 6 killstreak!"
sound: "ENTITY_WITHER_SPAWN"
effects:
- "DAMAGE_RESISTANCE:1:200"
- "SPEED:3:200"
broadcast: true
commands:
- "give %player% diamond 5"
# Global Settings
settings:
reset-on-death: true
bounty-enabled: true
bounty-reward: 100
Installation
- Download the .jar file.
- Drop into plugins/ and restart.
- Edit config.yml to design your rewards.
Commands:
- /killstreak-reload – Refreshes config (permission: killstreak.reload).
Support & Feedback
Found a bug? Need a feature? Reply below! Active updates based on community input.
Download now and turn fights into epic comebacks!
Why Choose This Plugin?
✔ Proven to increase PvP engagement (players chase streaks!).
✔ No dependencies (but works with Vault, PlaceholderAPI).
✔ Perfect for competitive servers—flexible for any gamemode.