Unleash the power of death with the Reaper's Scythe! This plugin introduces a powerful, end-game weapon that grants its wielder the passive and active abilities of the Grim Reaper. Crafted with rare materials like the Nether Star, this scythe provides continuous combat buffs and devastating area-of-effect attacks.
texture pack for custom scythe texture: /resourcepacks/codecrafter-plugin-pack
1. Legendary Item & Crafting Limit The Reaper's Scythe is designed as a true legendary item. It uses the visual and physical stats of the Mace and is customized with a unique CustomModelData.
config.yml.2. Continuous Passive Buffs As long as the player holds the scythe, they are blessed with dark power.
config.yml.3. Active Ability: Reaper's Whirlwind Activate the scythe's full potential with a simple right-click!
4. Passive On-Kill Effect: Death Speed The Scythe steals the speed of those it slays.
All aspects of the Scythe are highly configurable, including:
NETHER_STAR)# --- ReaperScythe Plugin Configuration ---
# Default settings for the scythe.
default_scythe_name: "&5Scythe"
# --- Crafting Limits and Settings ---
# The number of times the scythe can be crafted on the server.
# A value of -1 means unlimited crafting.
max_crafts:
reaper_scythe: 1
# --- Crafting Recipes ---
# Defines the shaped crafting recipe for the scythe.
# 'pattern' must have exactly 3 rows.
# 'ingredients' maps a single character in the pattern to a Material.
recipes:
reaper_scythe:
pattern:
- "NNN"
- "N S"
- " M"
ingredients:
M: MACE
N: NETHERITE_INGOT
S: NETHER_STAR
# --- Scythe Appearance Settings ---
scythe_settings:
reaper_scythe:
name: "&5&lScythe of the Reaper"
# The description (lore) of the item. Color codes can be used with '&'.
lore:
- "&7The soul of every foe"
- "&7belongs to the Reaper."
- ""
- "&eAbility: Reaper's Whirlwind (Right Click)"
- "&ePassive: Death Speed"
# --- Active Potion Effects ---
# These effects are applied as long as the player holds the scythe in their main hand.
# The 'duration_ticks' must be high enough (e.g., 220) because the effect is reapplied every 10 ticks.
# The 'amplifier' is the effect level minus one (0 = Level I, 1 = Level II, etc.).
active_effects:
haste:
effect: HASTE
amplifier: 10
duration_ticks: 20
strength:
effect: INCREASE_DAMAGE
amplifier: 1
duration_ticks: 20
# --- Special Abilities ---
special_abilities:
reapers_whirlwind:
enabled: true
cooldown_seconds: 30
radius: 4.0
base_damage: 4.0
wither_duration_ticks: 80
wither_amplifier: 1
death_speed_boost:
enabled: true
duration_ticks: 60
amplifier: 1 #speed 2

Introduce the legendary Reaper's Scythe, an end-game weapon with permanent combat buffs, a devastating right-click AoE attack (Wither II), and an on-kill speed boost. Highly configurable.