Death Back Feather
A Minecraft Paper plugin that gives players a special feather item when they die. This feather allows players to teleport back to their death location and restore their last used kit from PerPlayerKit.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Death Back Feather
DeathFeather Plugin
A Minecraft Spigot/Paper plugin that gives players a special feather item when they die. This feather allows players to teleport back to their death location and restore their last used kit from PerPlayerKit. Features
- 🪶 Automatic Feather on Death: Players receive a customizable feather item when they die - 🎨 Full Color Support: Supports both standard color codes (&a, &b, etc.) and hex colors (&#RRGGBB) - 🔄 Teleport Back: Right-click the feather to execute /back command - 📦 Kit Restoration: Automatically loads the player's last used kit (k1-k9 or kit1-kit9) - ⚡ Single Use: Feather is consumed after use - 🛠️ Fully Configurable: Customize display name, lore, and messages
Requirements
Minecraft Server: 1.20+ (Spigot or Paper) Java: 17 or higher Dependencies:
- PerPlayerKit plugin (for kit functionality) - A plugin that provides /back command (like EssentialsX)
Installation
- Download the latest release JAR file - Place it in your server's plugins/ folder - Ensure PerPlayerKit and a plugin with /back command are installed - Restart your server - Configure the plugin by editing plugins/DeathFeather/config.yml
How to use
- After installing player needs to use /kitselect and then select the kit number which they want to get loaded after they use the feather
Config Example
```
DeathFeather Configuration File
Supports hex colors using &#RRGGBB format and standard color codes using &
feather:
Display name for the feather item
Supports color codes (&a, &b, etc.) and hex colors (&#FF5733)
display-name: "&#FF5733&lDeath Feather"
Lore for the feather item (list of strings)
Each line supports color codes and hex colors
lore: - "&7Right-click to teleport back" - "&7to your death location and" - "&7restore your selected kit!" - "" - "&#FFD700&lSingle Use Item"
GUI Configuration - Customize each kit's appearance
gui: kit-1: name: "&#FF5733&lKit 1" lore: - "&7Click to select Kit 1" - "" - "&aThis will be loaded when" - "&ayou use the Death Feather!"
kit-2: name: "&#FFA500&lKit 2" lore: - "&7Click to select Kit 2" - "" - "&aThis will be loaded when" - "&ayou use the Death Feather!"
kit-3: name: "&#FFD700&lKit 3" lore: - "&7Click to select Kit 3" - "" - "&aThis will be loaded when" - "&ayou use the Death Feather!"
kit-4: name: "�FF00&lKit 4" lore: - "&7Click to select Kit 4" - "" - "&aThis will be loaded when" - "&ayou use the Death Feather!"
kit-5: name: "�FFFF&lKit 5" lore: - "&7Click to select Kit 5" - "" - "&aThis will be loaded when" - "&ayou use the Death Feather!"
kit-6: name: "PFF&lKit 6" lore: - "&7Click to select Kit 6" - "" - "&aThis will be loaded when" - "&ayou use the Death Feather!"
kit-7: name: "ὀFF&lKit 7" lore: - "&7Click to select Kit 7" - "" - "&aThis will be loaded when" - "&ayou use the Death Feather!"
kit-8: name: "&#FF00FF&lKit 8" lore: - "&7Click to select Kit 8" - "" - "&aThis will be loaded when" - "&ayou use the Death Feather!"
kit-9: name: "&#FF0080&lKit 9" lore: - "&7Click to select Kit 9" - "" - "&aThis will be loaded when" - "&ayou use the Death Feather!"
messages:
Message sent when feather is used
feather-used: "�FF00&l✔ &aYou have been teleported back!"
Message sent when kit is restored
kit-restored: "&aYour kit has been restored!"
Message sent when kit is selected
kit-selected: "&aKit %kit% selected! It will be restored when you use the Death Feather."
Message sent when player tries to use feather without selecting a kit
no-kit-selected: "&cYou haven't selected a kit! Use /kitselect first." ```
🤝 Support
For issues, suggestions, or contributions: - Contact SOULESS STUDIOS