Reaper's Scythe
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.
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.
Reaper's Scythe
💀 The Reaper's Scythe
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: https://modrinth.com/resourcepack/codecrafter-plugin-pack
✨ Key Features
Crafting Limit: The Reaper's Scythe is designed as a true legendary item. It uses the visual and physical stats of the Crafting Limit: and is customized with a unique Crafting Limit:. * Crafting Limit: The recipe uses high-tier items like Crafting Limit: and the Crafting Limit:. * Crafting Limit: You can limit how many scythes can ever be crafted on your server via the `config.yml`.
Strength: As long as the player holds the scythe, they are blessed with dark power. * Strength: Grants increased attack speed. * Strength: Provides a permanent damage boost. * *Both buffs are configurable in the `config.yml`.*
Cooldown: Activate the scythe's full potential with a simple right-click! * Cooldown: Triggers a devastating Area-of-Effect (AoE) attack around the player. * Cooldown: Deals configurable base damage to all nearby hostile entities. * Cooldown: All affected mobs are afflicted with Cooldown: for a short duration, weakening them further. * Cooldown: Controlled by a configurable cooldown system.
Advantage: The Scythe steals the speed of those it slays. * Advantage: Killing any hostile mob or player instantly grants the wielder a temporary Advantage: boost. * Advantage: Allows the player to quickly move to the next target or escape a dangerous situation.
⚙️ Configuration (Example)
All aspects of the Scythe are highly configurable, including: * Display Name and Lore * The Crafting Recipe (using materials like `NETHER_STAR`) * Potion Effects (Haste, Strength, Speed) and their amplifiers/durations * Whirlwind Damage, Radius, and Wither duration/level
```yaml
--- 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