+ Option to display a message when a player kills a another one with a kill streak.
If you already have the config.yml generated, put the following lines to enable the feature:
Code (Text):
# 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%."
+ /ks reset to reset all players data;
+ /ks remove (player) to reset a specified player's data;
+ killstreaks.management permission node added on the resource page;
+ PlaceholderAPI implementation. Now you can use %ksplayer_max% to show player's max kill streak.