
This Plugin Add Effects To Player Kills A Certain Type Of Animation Will Play On Every Kill Has GUI..There Are 7 Kill Effects..
Version: 1.0 | Supported API: Paper 1.21.x | Author: GoldApic

Take your server's combat to the next level! KillEffects is a highly optimized, strictly cosmetic PaperMC plugin that rewards players with jaw-dropping, animated sequences whenever they secure a kill. Whether you are running a hardcore faction server, a minigame network, or a friendly SMP, these effects will make every victory unforgettable.
all-effects-default to true to give everyone access instantly!
Currently features 7 unique, high-quality animations:

| Command | Description | Permission |
|---|---|---|
/k gui |
Opens the menu to equip owned Kill Effects. | Default |
/k preview |
Opens a menu to preview any effect before buying/unlocking. | Default |
/k give <player> <effect> |
Grants a player permanent access to a specific effect. | killeffects.admin |
/k remove <player> <effect> |
Removes a player's access to a specific effect. | killeffects.admin |
/k reload |
Hot-reloads the config.yml and player data safely. |
killeffects.admin |
(Note: You can also use /killeffects or /ke as command aliases!)

The plugin is incredibly easy to set up. Here is the default configuration file generated on first startup:
# _ ___ _ _ ______ __ __ _
# | |/ (_) | | ____|/ _|/ _| | |
# | ' / _| | | |__ | |_| |_ ___ ___| |_ ___
# | < | | | | __| | _| _/ _ \/ __| __/ __|
# | . \| | | | |____| | | || __/ (__| |_\__ \
# |_|\_\_|_|_|______|_| |_| \___|\___|\__|___|
#
# >>> KillEffects Configuration
# >>> Proudly developed by GoldApic
messages:
prefix: "<gray>[<gradient:#ff0000:#aa0000>KillEffects</gradient>] </gray>"
no_permission: "<red>You do not have permission to do this!</red>"
equipped: "<green>Successfully equipped <effect>!</green>"
not_owned: "<red>You don't own any kill effect! Buy them on our Discord or use /k preview</red>"
# Global settings
global:
default-duration: 5
default-sound-radius: 50.0
# If true, all players will have access to all kill effects by default.
all-effects-default: false
# Customize individual effects here
# Duration is in SECONDS. Sound radius is in BLOCKS.
effects:
WARDEN_CURSE:
duration: 5
sound-radius: 50.0
ANCIENT_CURSE:
duration: 5
sound-radius: 50.0
ZOMBIE_HORDE:
duration: 5
sound-radius: 50.0
PIGLIN_PARTY:
duration: 5
sound-radius: 50.0
EMERALD:
duration: 5
sound-radius: 50.0
CLOUD:
duration: 5
sound-radius: 50.0
DRAGON_BREATH:
duration: 5
sound-radius: 50.0