# EasyKillStreak Configuration
# Created by KushDev
# License key (required)
license: "your-license-key-here"
# Database configuration
database:
# Type of database (mysql or sqlite)
type: "sqlite"
# MySQL settings (only used if type is mysql)
host: "localhost"
port: 3306
database: "minecraft"
username: "root"
password: ""
# Table prefix for database tables
table-prefix: "ks_"
# Killstreak thresholds for announcing
# These are the specific kill counts at which to broadcast a message
streak-thresholds:
- 5
- 10
- 15
- 20
- 25
- 30
- 40
- 50
- 100
# Broadcast on every multiple of 5 kills (in addition to thresholds above)
killstreak-every-5-kill: true
# Minimum killstreak required to broadcast when a streak is ended
minimum-streak-for-ending-broadcast: 5
# Messages
messages:
# Message when a player reaches a killstreak
# Placeholders: %player%, %streak%
killstreak: "&6%player% &7is on a &c%streak% &7kill streak!"
# Message when a player's killstreak is ended
# Placeholders: %killer%, %victim%, %streak%
streak-ended: "&6%killer% &7has ended &c%victim%'s &7kill streak of &c%streak% &7kills!"
# Enable specific commands to run at certain killstreak thresholds
specific-killstreak-command: false
# Commands to run at specific killstreaks
# Format: [console] or [player] followed by the command
# Use %player% and %streak% as placeholders
# Example commands at killstreak 5
5:
- "[console] give %player% diamond 1"
- "[player] me is on fire with %streak% kills!"
# Example commands at killstreak 10
10:
- "[console] give %player% emerald 3"
- "[console] effect give %player% regeneration 30 1"
# Created by KushDev
# License key (required)
license: "your-license-key-here"
# Database configuration
database:
# Type of database (mysql or sqlite)
type: "sqlite"
# MySQL settings (only used if type is mysql)
host: "localhost"
port: 3306
database: "minecraft"
username: "root"
password: ""
# Table prefix for database tables
table-prefix: "ks_"
# Killstreak thresholds for announcing
# These are the specific kill counts at which to broadcast a message
streak-thresholds:
- 5
- 10
- 15
- 20
- 25
- 30
- 40
- 50
- 100
# Broadcast on every multiple of 5 kills (in addition to thresholds above)
killstreak-every-5-kill: true
# Minimum killstreak required to broadcast when a streak is ended
minimum-streak-for-ending-broadcast: 5
# Messages
messages:
# Message when a player reaches a killstreak
# Placeholders: %player%, %streak%
killstreak: "&6%player% &7is on a &c%streak% &7kill streak!"
# Message when a player's killstreak is ended
# Placeholders: %killer%, %victim%, %streak%
streak-ended: "&6%killer% &7has ended &c%victim%'s &7kill streak of &c%streak% &7kills!"
# Enable specific commands to run at certain killstreak thresholds
specific-killstreak-command: false
# Commands to run at specific killstreaks
# Format: [console] or [player] followed by the command
# Use %player% and %streak% as placeholders
# Example commands at killstreak 5
5:
- "[console] give %player% diamond 1"
- "[player] me is on fire with %streak% kills!"
# Example commands at killstreak 10
10:
- "[console] give %player% emerald 3"
- "[console] effect give %player% regeneration 30 1"