The KillStreaks plugins is a very simple and lightwheight system that sends a broadcast message and execute commands when a player reach a specified amount of kills wich can be edited on the configuration file. It also have a fully customizable holographic leaderboard wich you can enable or disable on the configuration.
Send a broadcast message to all online players;
Execute multiple commands;
Fully custom broadcast messages;
Infinity possibilities of kill types (DOUBLE KILL, TRIPLE KILL... HEXA KILL by default);
# PlaceholderAPI placeholders:
# %ksplayer_max% <- return the max kill streak of a player
# Define what action the plugin will do when player reach a kill streak
# Available actions:
# BROADCAST (will send a broadcast message)
# COMMAND (will force the console run the specified commands)
# Available placeholders to use on message or commands:
# %player% -> display player name
# %victim% -> display victim name
# %kills% -> display current kill streak
killstreaks:
2:
action: BROADCAST
message:
- ''
- '&fThe player &b%player% &fis in a &a&lDOUBLEKILL&f!'
- '&fWith &b%kills% &fsequenced kills.'
- ''
3:
action: BROADCAST
message:
- ''
- '&fThe player &b%player% &fis in a &e&lTRIPLEKILL&f!'
- '&fWith &b%kills% &fsequenced kills.'
- ''
4:
action: COMMAND
commands:
- 'give %player% diamond 10'
- 'give %player% emerald 5'
# Time to reset player streak informations (seconds)
resettime: 5
# Toggle if you want do display a message when a player kills a another one with a kill streak
streakend: false
streakendmessage: "&b%victim% have your %amount% kill streak stoped by %player%."
# Just enable it if you want to use the leaderboard system, otherwise the plugin will
# storage the players data with no use
leaderboard: true
leaderboardheader: "&e&lKILLSTREAKS LEADERBOARD"
leaderboardformat: "&b&l#%position% &7> &f%player% &7- &b%killstreak% kills streak"