⭐ 1.13 - 1.21 KillEffects ⭐ icon

⭐ 1.13 - 1.21 KillEffects ⭐ -----

KillEffect Choose from 15 stunning custom death effects with unique particles, sounds, and animation



kt_cover (1).png

KillEffect Plugin

Elevate your Minecraft PvP experience with KillEffect, the ultimate plugin that adds 15+ unique and spectacular kill effects to your server! Each effect comes with its own dedicated permission, allowing fine control over who can use which effect. Whether you want to dazzle your friends or create a fair and fun environment, KillEffect makes every kill memorable and exciting, now you can also use KillEffect on every mob kill!

Main Features:

  • 15+ stunning effects to choose from: Fire , Lightning ⚡, Explosion , Hearts , Notes , Cloud ☁️, Smoke ️, Totem , and Enderman-inspired End effect , PigStep , Warden , GlowMissile, Sniper, EnchantColumn, Fireworks, Wither

  • Each effect has its own permission node for detailed access control. (OPs automatically bypass all permissions.)

  • Simple, user-friendly GUI accessed via /kt or /killeffect commands pick your favorite effect easily!

  • Reload plugin configuration on the fly using /kt reload or /killeffect reload no server restarts required!

  • Fully configurable config.yml, allowing you to customize messages, effect names, and descriptions to fit your server’s style.

  • Reliable local storage with SQLite database integration your data stays safe and fast without needing external dependencies.

  • Custom Economy "KillCoins" for making the system more mechanics.
Permissions Overview:

  • kt.reload — lets users reload the plugin configuration

  • kt.admin.bypass — lets users bypass the cooldowns and blocks

  • kt.set — lets users set effects without GUI

  • kt.test — lets users test effects

  • kt.killcoins.add — lets user add balance

  • kt.killcoins.take — lets user take balance

  • kt.killcoins.set — lets user set balance

  • kt.killcoins.reset — lets user add balance

  • kt.killcoins.bal — lets user see their balance

  • kt.fire.use — allows using the Fire kill effect

  • kt.lightning.use — allows using the Lightning kill effect

  • kt.explosion.use — allows using the Explosion kill effect

  • kt.hearts.use — allows using the Hearts kill effect

  • kt.notes.use — allows using the Notes kill effect

  • kt.cloud.use — allows using the Cloud kill effect

  • kt.smoke.use — allows using the Smoke kill effect

  • kt.totem.use — allows using the Totem kill effect

  • kt.end.use — allows using the End effect

  • kt.pigstep.use — allows using the PigStep effect

  • kt.warden.use — allows using the Warden effect

  • kt.glowmissile.use — allows using the GlowMissile effect

  • kt.sniper.use — allows using the Sniper effect

  • kt.enchantcolumn.use — allows using the EnchantColumn effect

  • kt.fireworks.use — allows using the Fireworks effect

  • kt.wither.use — allows using the Wither effect
⚙️ Configurable Messages and Effects:
Messages like "no permissions," "effect set," and "config reloaded" are all fully customizable to match your server’s tone and language preferences. Each effect’s name and description can be edited in the config.yml to create a personalized experience for your players. You can enabled or disable an effect by "enabled: true/false".

Why Choose BuiltByBit KillEffect?

  • Easy to use: Intuitive commands and GUI make managing effects effortless.

  • Flexible permissions: Tailor effect access perfectly for your server’s ranks and roles.

  • Performance-friendly: SQLite storage ensures minimal lag and quick data handling.

  • Highly customizable: Adapt every aspect from messages to effects to fit your vision.

  • Custom Eco: Buy your effect with KillCoins.
Make every kill on your server stand out with dazzling visual effects and immersive animations that keep players coming back for more! Whether you run a competitive PvP server or a fun mini-game hub, KillEffect by BuiltByBit adds that perfect touch of flair and excitement.


Code (YAML):
config-version : "2.2.6"

messages
:
  commands_no_perm
: "&cYou don't have permission to use this command."
  no_permissions
: "&cYou don't have permission to use this KillEffect."
  effect_set
: "&aYou have selected the KillEffect: &e%effect%"
  effect_already_set
: "&eYou have already selected this KillEffect!"
  config_reloaded
: "&aConfiguration successfully reloaded!"
  gui_title
: "&6Select your KillEffect"
  effect_not_found
: "&cKillEffect not found!"
  miss_usage
: "&cUse this command &e/kt reload|set|test"
  only_players
: "&cOnly players can execute this command!"
  effect_executed
: "&aKillEffect executed: &e%effect%"
  invalid_potion
: "&cInvalid or missing configured potion: no potion applied."
  potion_set
: "&aYou received: &e%potion% %amplifier%"
  not_enough_coins
: "&cYou don't have enough KillCoins to buy this effect."
  purchase_failed
: "&cAn error occurred while purchasing the effect."
  purchase_success
: "&aYou successfully purchased the effect &e%effect%&a!"
  already_bought
: "&aAlready purchased"
  price_format
: "&6Price: &e%price% %currency%"
  killcoins_only_players
: "&cOnly players can use /kt killcoins bal without specifying a player."
  killcoins_balance_self
: "&aYour KillCoins balance is: &e%balance%%currency%"
  killcoins_balance_other
: "&aThe KillCoins balance of &e%player% &ais: &e%balance%%currency%"
  killcoins_balance_usage
: "&cUsage: /kt killcoins bal [player]"
  killcoins_reset
: "&aThe balance of &e%player% &ahas been reset to &e%balance%%currency%"
  killcoins_reset_usage
: "&cUsage: /kt killcoins reset <player>"
  killcoins_invalid_amount
: "&cInvalid amount: &e%amount%"
  killcoins_add
: "&aYou added &e%amount%%currency% &ato &e%player%"
  killcoins_take
: "&aYou removed &e%amount%%currency% &afrom &e%player%"
  killcoins_take_not_enough
: "&c%player% does not have enough %currency%"
  killcoins_set
: "&aThe balance of &e%player% &ahas been set to &e%amount%%currency%"
  kill_reward
: "&a+%amount% %currency% &7(Kill reward)"
  killcoins_usage
: "&eCorrect usage:\n&e /kt killcoins add <player> <amount>\n&e /kt killcoins take <player> <amount>\n&e /kt killcoins set <player> <amount>\n&e /kt killcoins reset <player>\n&e /kt killcoins bal [player]\n"
  cooldown_active
: "&cWait %delay% seconds before using your KillEffect again!"
  on_command_cooldown
: "&cPlease wait %seconds%s before using this command again."

management-structure
:
  test_command
:
    cooldown
:
      enabled
: true
      delay
: 10 #In seconds
  players
:
    enabled
: true #For disable/active killeffect for players
    cooldown
:
      enabled
: false
      delay
: 5 #In seconds
  mobs
:
    enabled
: true #For disable/active killeffect for mobs
    cooldown
:
      enabled
: true
      delay
: 20 #In seconds

economy
:
  enabled
: true #If disabled check the permission for the effects
  starting-balance
: 10 #After reset the user coins
  reward
:
    kill
: 5
  currency
:
    singular
: "KillCoin"
    plural
: "KillCoins"
    symbol
: "KC"

resource_pack
:
  url
: "https://download.mc-packs.net/pack/d5889f788003340479e3f767852eddee152ee544.zip"
  sha1
: "d5889f788003340479e3f767852eddee152ee544"
  sounds
:
    bow-hit
:
      name
: "kt.hs1"

effects
:
  fire
:
    enabled
: true
    name
: "&cFire"
    description
: "&cBurn &7your enemies with fire"
    price
: 1500

  lightning
:
    enabled
: true
    name
: "&eLightning"
    description
: "&bSummon a &elightning bolt &bon your target"
    price
: 2500

  explosion
:
    enabled
: true
    name
: "&4Explosion"
    description
: "&4Boom! &7A visual explosion effect"
    price
: 3000

  hearts
:
    enabled
: true
    name
: "&dHearts"
    description
: "&dLove hearts &7when you kill"
    price
: 2000

  notes
:
    enabled
: true
    name
: "&aNotes"
    description
: "&aMusical effect &ein the rhythm of death"
    price
: 1800

  cloud
:
    enabled
: true
    name
: "&fCloud"
    description
: "&fMysterious &7and haunting fog"
    price
: 2200

  smoke
:
    enabled
: true
    name
: "&8Smoke"
    description
: "&8Smoke &7and shadows in the air"
    price
: 2100

  totem
:
    enabled
: true
    name
: "&6Totem"
    description
: "&6Epic &eparticles &6of the totem"
    price
: 4000

  end
:
    enabled
: true
    name
: "&5End"
    description
: "&5Creepy &dEnderman &5effect"
    price
: 3500

  pigstep
:
    enabled
: true
    name
: "&dPigStep"
    description
: "&dPig &bStep &eeffect"
    price
: 2750

  warden
:
    enabled
: true
    name
: "&3Warden"
    description
: "&3Warden &eeffect"
    price
: 7045

  glowmissile
:
    enabled
: true
    name
: "&bGlowMissile"
    description
: "&bGlow missile &7effect"
    price
: 5300

  sniper
:
    enabled
: true
    name
: "&cSniper"
    description
:
     - "&7Long Mortal Shot"
      - "&8Only kill with bow"
    price
: 4250

  enchantcolumn
:
    enabled
: true
    name
: "&rEnchant&7Column"
    description
: "&rEnchant&7Column &eExplosion!"
    price
: 6000
    effectexplosion
:
      type
: REGENERATION
      amplifier
: 2
      duration
: 10

  fireworks
:
    enabled
: true
    name
: "&bFireworks"
    description
: "&cFire &fworks &7and explosions"
    price
: 6345

  wither
:
    enabled
: true
    name
: "&0Wither"
    description
: "&0Wither &8and &fflash"
    price
: 10500
Resource Information
Author:
----------
Total Downloads: 810
First Release: Jun 12, 2025
Last Update: Aug 21, 2025
Category: ---------------
All-Time Rating:
15 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings