ManePear's Scythe
A plugin that adds the Scythe from ManePear's videos.
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.
ManePear's Scythe

ManePear's Scythe
Adds the Scythe from ManePear's videos.
Huge thanks to Oasis for letting me use his texture for the Scythe!
Features
| Feature | Description | | :--- | :--- | | Configurable Recipe | Fully configurable recipe by config. | | Attributes | Has 12 base damage and the cooldown of a sword. | | Shield Breaker | Disables enemy shields on hit like an axe. | | No Fall Damage | The wielder takes no fall damage while holding the Scythe. | | Smash Attacks | Can smash attack like a mace. | | One-Time Craft (Optional) | Limit the Scythe to be crafted only once. | | Unenchantable | Cannot be enchanted or modified in an anvil. |
Default Config
```yml
ManePearsScythe Configuration
#
Prefix for all scythe messages (supports & color codes)
prefix: "&5[Scythe]"
Display name of the Scythe item (supports & color codes)
scythe-name: "&5Scythe"
If true, the Scythe can only be crafted once. Persists across restarts.
one-time-craftable-only: true
Internal tracking - do not edit manually (set automatically by the plugin)
scythe-crafted: false
Crafting Recipe
#
Shape uses a 3x3 grid (row1 = top, row3 = bottom).
Each character maps to an ingredient below.
Use a space for empty slots.
#
Default recipe layout:
[ ] [ ] [ N ]
[ ] [ H ] [ N ]
[ B ] [ ] [ N ]
#
N = Netherite Ingot, H = Heavy Core, B = Breeze Rod
recipe: row1: " N" row2: " HN" row3: "B N" ingredients: N: NETHERITE_INGOT H: HEAVY_CORE B: BREEZE_ROD ```