Ender Recipes
This project aims to add recipes for items generally obtained after defeating the Ender Dragon, so that those items can be obtained beforehand.
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.
Ender Recipes
EnderRecipes is a simple and configurable PaperMC/Spigot plugin for Minecraft 1.21+ that adds custom crafting recipes for vanilla items such as the Shulker Box and Elytra.
> ⚠️ Note: This has ONLY been tested in Minecraft 1.21.8! > (But I am pretty sure this works on other 1.21 versions too)
Features: - Adds custom recipes for Elytra and Shulker Box using rare vanilla items. - Easily enable or disable each recipe via the config file (`plugins/EnderRecipes/config.yml`). - All crafted items are vanilla and work like normal in-game. - Designed for PaperMC, Spigot, Purpur, and compatible Bukkit-based servers. - No performance impact; recipes are registered on server startup.
Elytra: - Elytra: 8 Obsidian + 1 Chest (chest in the center, obsidian surrounding). - Elytra: 1 Netherite Block (center), 4 Diamond Blocks (cross pattern), 4 Totems of Undying (corners).
Config Example: ```yaml enable_shulker_box_recipe: true enable_elytra_recipe: true ``` Set any option to `false` to disable that recipe.
How to Use: 1. Place the plugin JAR in your server’s `plugins` folder. 2. Start or reload your server. 3. Edit the config in `plugins/EnderRecipes/config.yml` to toggle recipes. 4. Enjoy your new crafting options!
Support & Requests: Have a recipe suggestion? Contact me on Discord: `vihaanvp`
---
Open Source: Find the source code and contribute on Open Source:!
---
License: MIT License