Skip to content

A Minecraft (Bukkit) plugin that allows to create your own fully customizable recipes; presets: craft a mob spawner, many spawn eggs, etc.

Notifications You must be signed in to change notification settings

uprial/customrecipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomRecipes Logo

Compatibility

Tested on Spigot-1.16, 1.19, 1.20, 1.20.6, 1.21.

Introduction

A Minecraft (Bukkit) plugin that allows to create your own fully customizable recipes; presets: craft a mob spawner, many spawn eggs, etc.

Features

The whole idea of this plugin is that YOU can add a recipe you want. For instance, to add a recipe for panda spawn egg from an egg and bamboos, you can modify the config.yaml file.

At first, add a recipe key "PandaSpawnEgg" to the "enabled-recipes" config section. You may choose any name you want for the recipe key, that is not yet present in the config file.

Then, add the recipe key definition to the end of the config file:

PandaSpawnEgg:
  name: "Panda Spawn Egg"
  recipe:
    - BAMBOO BAMBOO BAMBOO
    - BAMBOO EGG BAMBOO
    - BAMBOO BAMBOO BAMBOO
  material: PANDA_SPAWN_EGG

Existing Pig Spawner Recipe

Pig Spawner

Existing Spawn Eggs Recipes

Blaze Cod Cow Creeper Drowned Enderman Evoker Ghast Glow Squid Magma Cube Panda Phantom Pillager Pig Pufferfish Rabbit Ravager Salmon Sheep Shulker Skeleton Slime Spider Squid Tropical Fish Turtle Vindicator Warden Wither Skeleton Zombie

Existing Other Recipes

Cobblestone Sponge Stick String Prismarine

Commands

customrecipes reload - reload config from disk

Permissions

  • Access to 'reload' command: customrecipes.reload (default: op)

Configuration

Default configuration file

Author

I will be happy to add some features or fix bugs. My mail: uprial@gmail.com.

Useful links

Related projects

About

A Minecraft (Bukkit) plugin that allows to create your own fully customizable recipes; presets: craft a mob spawner, many spawn eggs, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages