Overview
- Contributors:
- Nosliw
A simple plugin request that runs commands when a certain kill streak is achieved.
Config
Code (Text):
## streak-time is in milliseconds (3000 milliseconds = 3 second) ##
streak-time: 5000
## player-only is if all kills must be on players? (pvp) ##
player-only: false
## streak-[kills] for commands to be run. [PLAYER] is replaced with players name. ##
## This example will broadcast a well done when 3 kills are reached. ##
#streak-3:
# - say Well done [PLAYER]!
## This example will set the time to day and broadcast a message when 5 kills are reached. ##
#streak-5:
# - say [PLAYER] has created light!
# - time set 0
## This example will give the player stone and whisper them a message when 10 kills are reached. ##
#streak-10:
# - tell [PLAYER] Here you go..
# - give [PLAYER] minecraft:stone 64

[SuperSimple] KillStreakCommands 1.0.1
Execute commands when a player hits a kill streak.