xKillEffects Plugin | Respects EULA v1.1

XKilleffects is a modern, optimized kill cosmetics plugin that allows players to select killeffects
  • ChatGPT Image Mar 1, 2026, 01_53_30 AM.png
💀 XKilleffects — Advanced Kill Cosmetics System
by XStudio Development



Bring your PvP experience to the next level.

XKilleffects is a modern, optimized kill cosmetics plugin that allows players to select stunning visual effects that activate when they eliminate another player.

Designed for PvP, Lifesteal, Practice, Factions, SMP and competitive servers.

Clean GUI. Advanced animations. Per-effect permissions. Fully configurable.

Built specifically for Paper 1.21+ using modern API standards.



✨ Features

✔ Modern cosmetics menu (/killeffects)
✔ Instant Basic / Advanced selection
✔ Per-effect permissions
✔ Fully customizable GUI (slots, items, names, sounds)
✔ Configurable messages
✔ Registry-based sounds (future-proof)
✔ Lightweight & optimized
✔ No NMS
✔ Clean data storage system
✔ Rank & store ready
1772589562562.png



🎨 Included Effects

🟢 Basic Effects
• Fiery Explosion
• Lightning Strike
• Soul Release
• Heart Burst
• Diamond Shatter
• Mini Tornado
• Rainbow Explosion
• Ghost Effect
• Blood Mist

🔴 Advanced Effects
• Meteor Impact
• Black Hole
• Crystal Growth
• Copper Cage
• Flower Field
• Cooked
• Star Collapse
• Night Night
• Frozen Copper

All effects are permission-based and configurable.



🖥 Commands

Code:
/killeffects - Open cosmetics menu
/ke - Alias
/kfx - Alias
/c - Open cosmetics



🔐 Permissions

Code:
xkilleffects.basic
xkilleffects.advanced
xkilleffects.effect.<effectname>
xkilleffects.admin

Each effect has its own permission node for complete control.

Perfect for:
• Rank-based cosmetics
• Donator rewards
• Store integration
• Seasonal rewards
• BattlePass systems



⚙ Fully Configurable

Code:
gui:
  title: "&0&lXStudio KillEffects"
  size: 27

  filler:
    material: BLACK_STAINED_GLASS_PANE
    name: " "

  messages:
    no-permission: "&cYou do not have permission!"
    coming-soon: "&7Coming soon."

  # Paper 1.21.8 registry sound key (НЕ enum)
  sounds:
    select: "block.amethyst_block.chime"

  permissions:
    basic: "xkilleffects.basic"
    advanced: "xkilleffects.advanced"

  main:
    coming-soon:
      slot: 12
      material: RED_DYE
      name: "&7[ &bCOMING SOON &7]"
    death-effects:
      slot: 14
      material: BONE
      name: "&7[ &cDeath Effects &7]"

  death-effects:
    basics:
      slot: 12
      material: COARSE_DIRT
      name: "&7[ &8Basics &7]"
    advanced:
      slot: 14
      material: AMETHYST_BLOCK
      name: "&7[ &6Advanced &7]"

  basic:
    current:
      slot: 3
      material: BOOK
      name: "&8Current: %current%"
    disable:
      slot: 5
      material: BARRIER
      name: "&7[ &cDisable Effect &7]"
    back:
      slot: 22
      material: PAPER
      name: "&7[ &cBack &7]"

    items:
      fiery-explosion:
        slot: 9
        material: MAGMA_BLOCK
        name: "&7[ &6Fiery Explosion &7]"
        effect: "fiery.explosion"
        permission: "xkilleffects.effect.fiery"
      lightning-strike:
        slot: 10
        material: LECTERN
        name: "&7[ &eLightning Strike &7]"
        effect: "lightning.strike"
        permission: "xkilleffects.effect.lightning"
      soul-release:
        slot: 11
        material: SOUL_SAND
        name: "&7[ &3Soul Release &7]"
        effect: "soul.release"
        permission: "xkilleffects.effect.soul"
      heart-burst:
        slot: 12
        material: RED_WOOL
        name: "&7[ &cHeart Burst &7]"
        effect: "heart.burst"
        permission: "xkilleffects.effect.heart"
      diamond-shatter:
        slot: 13
        material: DIAMOND_BLOCK
        name: "&7[ &bDiamond Shatter &7]"
        effect: "diamond.shatter"
        permission: "xkilleffects.effect.diamond"
      mini-tornado:
        slot: 14
        material: LIGHT_GRAY_WOOL
        name: "&7[ &8Mini Tornado &7]"
        effect: "mini.tornado"
        permission: "xkilleffects.effect.tornado"
      rainbow-explosion:
        slot: 15
        material: PINK_CANDLE
        name: "&7[ &cRa&5in&6bo&dw E&1pl&aos&3io&bn &7]"
        effect: "rainbow.explosion"
        permission: "xkilleffects.effect.rainbow"
      ghost-effect:
        slot: 16
        material: GRAY_STAINED_GLASS
        name: "&7[ &8Ghost Effect &7]"
        effect: "ghost.effect"
        permission: "xkilleffects.effect.ghost"
      blood-mist:
        slot: 17
        material: REDSTONE
        name: "&7[ &cBlood Mist &7]"
        effect: "blood.mist"
        permission: "xkilleffects.effect.blood"

  advanced:
    current:
      slot: 3
      material: BOOK
      name: "&8Current: %current%"
    disable:
      slot: 5
      material: BARRIER
      name: "&7[ &cDisable Effect &7]"
    back:
      slot: 22
      material: PAPER
      name: "&7[ &cBack &7]"

    items:
      meteor-impact:
        slot: 9
        material: MAGMA_BLOCK
        name: "&7[ &6Meteor Impact &7]"
        effect: "meteor.impact"
        permission: "xkilleffects.effect.meteor"
      black-hole:
        slot: 10
        material: BLACK_CONCRETE_POWDER
        name: "&7[ &8Black Hole &7]"
        effect: "black.hole"
        permission: "xkilleffects.effect.blackhole"
      crystal-growth:
        slot: 11
        material: AMETHYST_BLOCK
        name: "&7[ &5Crystal Growth &7]"
        effect: "crystal.growth"
        permission: "xkilleffects.effect.crystal"
      copper-cage:
        slot: 12
        material: COPPER_INGOT
        name: "&7[ &6Copper Cage &7]"
        effect: "copper.cage"
        permission: "xkilleffects.effect.coppercage"
      flower-field:
        slot: 13
        material: POPPY
        name: "&7[ &cFlower Field &7]"
        effect: "flower.field"
        permission: "xkilleffects.effect.flower"
      cooked:
        slot: 14
        material: COOKED_BEEF
        name: "&7[ &6Cooked &7]"
        effect: "cooked"
        permission: "xkilleffects.effect.cooked"
      star-collapse:
        slot: 15
        material: NETHER_STAR
        name: "&7[ &fStar Collapse &7]"
        effect: "star.collapse"
        permission: "xkilleffects.effect.star"
      night-night:
        slot: 16
        material: RED_BED
        name: "&7[ &4Night Night &7]"
        effect: "night.night"
        permission: "xkilleffects.effect.night"
      frozen-copper:
        slot: 17
        material: BLUE_ICE
        name: "&7[ &6Frozen Copper &7]"
        effect: "frozen.copper"
        permission: "xkilleffects.effect.frozen"



🚀 Performance & Stability

✔ Optimized particle usage
✔ Clean memory handling
✔ No world scanning
✔ No lag spikes
✔ Production-ready

Built for real servers.



📦 Compatibility

✔ Paper 1.21.8+
✔ Future-ready (no deprecated systems)
✔ Works with all major permission plugins



🛡 License

This product is licensed per server.
Redistribution, reselling, or sharing this plugin will result in license termination.



Give your players premium kill cosmetics — without performance loss.
Buy a license now
$9.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 10% commission.
333 Views
0 Purchases
1 Downloads
Mar 1, 2026 Published
Mar 4, 2026 Updated
Not yet rated
38.6 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. GUI
  1. Fun
Game mode
  1. Gens
  1. Lifesteal
  1. Donut-like
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Purpur
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
Professional auto-cleanup system for Paper 1.21+
Not yet rated
0 purchases
Clean /rules GUI with tiered rules and punishment info menus fully configurable.
Not yet rated
0 purchases
CommandSpy allows staff to monitor player commands in real-time. Perfect for moderation, security, a
Not yet rated
0 purchases
A lightweight and efficient plugin that allows server owners to easily prevent players from placing
Not yet rated
0 purchases
CommandSpy allows staff to monitor player commands in real-time.
Not yet rated
1 purchase
Share and earn
Refer this resource and earn a 10% commission.
333 Views
0 Purchases
1 Downloads
Mar 1, 2026 Published
Mar 4, 2026 Updated
Not yet rated
38.6 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. GUI
  1. Fun
Game mode
  1. Gens
  1. Lifesteal
  1. Donut-like
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Purpur
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
Professional auto-cleanup system for Paper 1.21+
Not yet rated
0 purchases
Clean /rules GUI with tiered rules and punishment info menus fully configurable.
Not yet rated
0 purchases
CommandSpy allows staff to monitor player commands in real-time. Perfect for moderation, security, a
Not yet rated
0 purchases
A lightweight and efficient plugin that allows server owners to easily prevent players from placing
Not yet rated
0 purchases
CommandSpy allows staff to monitor player commands in real-time.
Not yet rated
1 purchase
Top