Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 3 weeks ago
Summary
Kill Rewards is a simple light weight plugin that can reward players by executing a command from console when a player is killed by another.
Features
- Reward players for killing by executing commands on death
- IP & Alt exploit prevention
- Rush mode for bonus rewards
Commands
- /killrewards reload
- /killrewards rush
Permissions:
- killrewards.admin - Access to reload & rush command
Config:
# KILL REWARDS CONFIG
# AUTHOR: JAMPLIFIER
# SUPPORT: https://discord.gg/simplestudio
# ========================
# KILL REWARD SETTINGS
# ========================
REWARD-COMMANDS:
- "shardmanager add %player% 5"
# ========================
# EXPLOIT PREVENTION
# ========================
EXCLUDED-WORLDS:
- "duels"
MAX-KILLS-EACH-PLAYER: 5
ALT-IP-CHECK: true
# After this many minutes, killer -> victim kill count resets.
# -1 = disabled
RESET-KILLS-AFTER-MINUTES: 1440
# ========================
# MULTIPLIER SETTINGS
# ========================
MULTIPLIER-REWARD-COMMANDS:
- "shardmanager add %player% 25"
MULTIPLIER-ON: "&aKill Multiplier has started! &7Duration: &f%time%"
MULTIPLIER-OFF: "&cKill Multiplier has ended!"
# If true, a bossbar appears while the multiplier is enabled.
BOSS-BAR: true
BOSS-BAR-MESSAGE: "&6Kill Multiplier Enabled"
BOSS-BAR-COLOR: "YELLOW"
PLACEHOLDER:
ON: "&a&lEnabled"
OFF: "&c&lDisabled"
# ========================
# MESSAGES
# ========================
MESSAGES:
REWARD:
ENABLED: true
MESSAGE: "&a+5 Shards &7for killing &f%victim%"
MULTIPLIER-REWARD:
ENABLED: true
MESSAGE: "&6+25 Shards &7for killing &f%victim%"
# ========================
# BSTATS LOGGING
# ========================
BSTATS: true


