Перейти к содержимому
Mineforgian

Kill Rewards

Reward players for killing eachother on your pvp server

Загрузки
168
Подписчики
0
Обновлён
20 июня 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 3 мая 2026 г.

Issues & Suggestions

Visit our Discord for any issues or suggestions!

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 (cross server as well)
  • Rush mode for bonus rewards
  • Permission based rewards
  • Player head drop feature

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
# ========================

# Default reward commands.
# Only used when the player does NOT match any permission reward below.
REWARD-COMMANDS:
  - "shardmanager add %player% 5"

# Permission rewards override REWARD-COMMANDS.
# First matching permission is used.
PERMISSION-BASED-REWARDS:
  VIP:
    PERMISSION: "killrewards.vip"
    COMMANDS:
      - "shardmanager add %player% 5"

# ========================
#   MULTIPLIER SETTINGS
# ========================

# Default multiplier reward commands.
# Only used when the player does NOT match any permission multiplier reward below.
MULTIPLIER-REWARD-COMMANDS:
  - "shardmanager add %player% 25"

# Permission multiplier rewards override MULTIPLIER-REWARD-COMMANDS.
# First matching permission is used.
PERMISSION-BASED-MULTIPLIER-REWARDS:
  VIP:
    PERMISSION: "killrewards.vip"
    COMMANDS:
      - "shardmanager add %player% 5"

MULTIPLIER-ON: "&aKill Multiplier has started! &7Duration: &f%time%"
MULTIPLIER-OFF: "&cKill Multiplier has ended!"

# ========================
#   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

# ========================
#       BOSS BAR
# ========================

BOSS-BAR: true
BOSS-BAR-MESSAGE: "&6Kill Multiplier Enabled"
BOSS-BAR-COLOR: "YELLOW"

# ========================
#      PLACEHOLDERS
# ========================

PLACEHOLDER:
  ENABLED: "&a&lEnabled"
  DISABLED: "&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%"

  VIP:
    ENABLED: true
    MESSAGE: "&a+5 Shards &7for killing &f%victim% &8(&aVIP Reward&8)"

  MULTIPLIER-VIP:
    ENABLED: true
    MESSAGE: "&6+5 Shards &7for killing &f%victim% &8(&eVIP Multiplier Reward&8)"

# ========================
#     BSTATS LOGGING
# ========================

BSTATS: true

Ченджлог

1.0.8Релиз26.1.1, 26.1.2, 26.2 · 20 июня 2026 г.

Updates:

  • Add player head drop feature
  • Add MYSQL support for cross server exploit prevention
1.0.7Релиз26.1, 26.1.1, 26.1.2 · 10 июня 2026 г.

Updates

  • Added: Permission based rewards (give ranks different rewards for kills)
1.0.6Релиз26.1, 26.1.1, 26.1.2 · 1 июня 2026 г.

Updates

  • Performance Updates + Switch to SQL for data saving (files will auto migrate)
1.0.5Релиз26.1, 26.1.1, 26.1.2 · 29 мая 2026 г.

Updates:

  • Added /killrewards bossbar (disable multiplier bossbar for players while) permission: killrewards.player
  • Fixed internal config error
1.0.4Релиз26.1, 26.1.1, 26.1.2 · 28 мая 2026 г.

Updates:

  • Added bossbar for multiplier enabled
  • Added placeholder for multiplier status - %killrewards_multiplier%
  • Folia Support
1.0.3Релиз26.1, 26.1.1, 26.1.2 · 25 мая 2026 г.

Updates

  • Added bstats
1.0.2Релиз26.1, 26.1.1, 26.1.2 · 25 мая 2026 г.

Updates:

  • Changed command from /killrewards rush to /killrewards multiplier
  • Added support for better durations instead of just seconds (example: 1h 10m 1d)
1.0.1Релиз26.1, 26.1.1, 26.1.2 · 20 мая 2026 г.

Updates:

  • Added configurable message when rewarded for killing a player

Комментарии

Загружаем…