# /$$$$$$$$ /$$ /$$ /$$ /$$ /$$ /$$$$$$ /$$ /$$
#| $$_____/ | $$ /$$/|__/| $$| $$ /$$__ $$ | $$ | $$
#| $$ /$$$$$$$$| $$ /$$/ /$$| $$| $$| $$ \__//$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ | $$ /$$ /$$$$$$$
#| $$$$$ |____ /$$/| $$$$$/ | $$| $$| $$| $$$$$$|_ $$_/ /$$__ $$ /$$__ $$ |____ $$| $$ /$$/ /$$_____/
#| $$__/ /$$$$/ | $$ $$ | $$| $$| $$ \____ $$ | $$ | $$ \__/| $$$$$$$$ /$$$$$$$| $$$$$$/ | $$$$$$
#| $$ /$$__/ | $$\ $$ | $$| $$| $$ /$$ \ $$ | $$ /$$| $$ | $$_____/ /$$__ $$| $$_ $$ \____ $$
#| $$$$$$$$ /$$$$$$$$| $$ \ $$| $$| $$| $$| $$$$$$/ | $$$$/| $$ | $$$$$$$| $$$$$$$| $$ \ $$ /$$$$$$$/
#|________/|________/|__/ \__/|__/|__/|__/ \______/ \___/ |__/ \_______/ \_______/|__/ \__/|_______/
# The number will represent the kill streak trigger.
# 'particle': Particle that will replace the default kill particle if filled.
# 'sound': Sound that will replace the default kill sound if filled. Sound will only be played for the player.
# 'commands': Commands that will be ran for the player that reaches the kill streak.
kill-streak-rewards:
5:
sound:
enabled: true
sound: 'BLOCK_NOTE_BLOCK_PLING'
volume: 0.6
float: 1.3
particle:
enabled:
particle: 'SOUL'
amount: 20
x-offset: 0.2
y-offset: 0
z-offset: 0.2
speed: 0.3
commands:
- 'broadcast wow %player_name% is on a 5 kill streak'
10:
sound:
enabled: true
sound: 'BLOCK_NOTEBLOCK_PLING'
volume: 0.6
float: 1.3
particle:
enabled: true
particle: 'SOUL'
amount: 20
x-offset: 0.2
y-offset: 0
z-offset: 0.2
speed: 0.3
commands:
- 'broadcast wow %player_name% is on a 10 kill streak'
# Full list of sounds:
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
sounds:
player-kill:
enabled: true
sound: 'AMBIENT_CAVE'
volume: 0.6
float: 1.3
​