Players receive rewards when they reach specific kill streaks.
Commands
- /killstreak top - Display players ranked by kill streak
- /killstreak reload - Reloads the plugin
Permissions
- killstreak.command.top - Allows use of the /killstreak top command
- killstreak.command.reload - Allows use of the /killstreak reload command
Action List
- ADD_POTION:type:amplifier:duration - Add potion effect to the player
- BROADCAST:message - Send message to all players on the server
- CONSOLE_COMMAND:command - Execute command from the server console
- MSG:message - Send private message to specific player
- PLAYER_COMMAND:command - Execute command as if the player ran it themselves
- SOUND:type:float:float - Play sound to player
✔ MySQL & SQLite Support
Choose your storage engine:
- SQLite (default – no setup needed)
- MySQL (for large servers and networks)
✔ Unlimited Kill Streak Support
You can create unlimited kill streak.
✔ Custom Action Support
You can configure the actions and effects when a kill streak is reached.
✔ PlaceholderAPI Support
- %killstreak_killstreaks% - Displays the player current kill streak
config.yml
database:
type: sqlite
mysql:
host: localhost
port: 3306
database: killstreak
username: root
password: password
messages.yml
messages:
prefix: "&8[&aUltimateKillStreak&8]&r"
no-permission: "%prefix% &cYou don't have permission to use this command!"
top-no-data: "%prefix% &cNo Kill Streak statistics found!"
top-header: "&6===== KillStreak Top %limit% ====="
top-entry: "&e%rank%. &b%player% &7- &f%value% kill streak"
help-header: "&e----- UltimateKillStreak Commands -----"
help-top: "%prefix% &f/%cmd% top &7- Display players ranked by kill streak"
help-reload: "%prefix% &f/%cmd% reload &7- Reloads the plugin"
reload-success: "%prefix% &aSuccessfully reloaded!"
reload-fail: "%prefix% &cA serious error occurred during reloading"
killstreaks.yml
killstreaks:
five:
streak: 5
actions:
- "BROADCAST:&a%player% has reached a 5 kill streak!"
ten:
streak: 10
actions:
- "BROADCAST:&a%player% has reached a 10 kill streak!"
For support, please use only resource discussion
Terms of Service
By using this plugin, you agree to the following terms, which may be updated by the author at any time.
- All payments are final and non-refundable.
- Redistribution or resale of this plugin is prohibited.
- You are not permitted to modify, decompile, or extract any part of the plugin's source code.
- Support is provided exclusively to legitimate customers. We cannot offer support for plugins obtained through unauthorized or illegal means.