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.
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
Minecraft Server: 1.20+ (Spigot or Paper)
Java: 17 or higher
Dependencies:
# 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."
For issues, suggestions, or contributions: