Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Death Back Feather
PluginLicenseRef-All-Rights-Reserved

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.

16
Downloads
1
Followers
3 months ago
Updated
📦
2
Versions
equipmentgame-mechanicsmanagementpaperpurpurspigot
Download Latestv1.1.0View on Modrinth

📖About 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: "&#00FF00&lKit 4"
    lore:
      - "&7Click to select Kit 4"
      - ""
      - "&aThis will be loaded when"
      - "&ayou use the Death Feather!"
  
  kit-5:
    name: "&#00FFFF&lKit 5"
    lore:
      - "&7Click to select Kit 5"
      - ""
      - "&aThis will be loaded when"
      - "&ayou use the Death Feather!"
  
  kit-6:
    name: "&#0080FF&lKit 6"
    lore:
      - "&7Click to select Kit 6"
      - ""
      - "&aThis will be loaded when"
      - "&ayou use the Death Feather!"
  
  kit-7:
    name: "&#8000FF&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: "&#00FF00&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

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+11 more

🔗 Links

Modrinth Page