Mineuniverse
Log in Register
Plugins

Pl3xRecipes

Add custom recipes to Bukkit via a simple config interface.
by _ForgeUser9049601
Download Claim this project
4,893 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Mechanics

Description

Easily and quickly add custom recipes to Bukkit via a simple config. Supports shaped, shapeless, and furnace recipes. Custom names and lore with color/style is also supported.

Please be VERY careful when you setup your recipes. The slightest fault can cause the whole thing to not function at all. Use the correct material names. Dont try to override recipes that arent there (mob spawners, for example). Make sure your raw data values are correct. For the love of all that is good, match your shapes to your ingredient lists!

v1.2 now supports custom mob spawners. To make a custom mob spawner recipe, set the "name" as the entity you want it to be. Example:

recipes:
  shaped:
    - material: MOB_SPAWNER
      quantity: 1
      name: SKELETON
      shape:
        - 'III'
        - 'IEI'
        - 'III'
      ingredients:
        I: IRON_FENCE
        E: MONSTER_EGG:51

Enjoy! ^_^

Commands

/pl3xrecipes (reload) View version and/or reload config.yml from disk. (Aliases: recipes)

Permissions

pl3xrecipes.command.pl3xrecipes Allow access to the /pl3xrecipes command.

Default config.yml

Version 1.1

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Enable debug info in console
debug-mode: false

# Enable colors in console output
color-logs: true

# Custom Recipes
# List of Material names can be found here: http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
# Please uncomment all the below lines and change/add/remove to your hearts content

recipes:
#  shaped:
#    - material: LEASH
#      override: true
#      quantity: 1
#      name: '&3Super &4Leash'
#      lore:
#        - 'This &4is &just'
#        - '&asome &2sample &olore'
#      shape:
#        - 'S  '
#        - ' S '
#        - '  S'
#      ingredients:
#        S: STRING
#    - material: SADDLE
#      quantity: 1
#      shape:
#        - 'LLL'
#        - 'SLS'
#        - 'I I'
#      ingredients:
#        L: LEATHER
#        S: STRING
#        I: IRON_INGOT
#  shapeless:
#    - material: LEATHER
#      quantity: 1
#      ingredients:
#        ROTTEN_FLESH: 9
#    - material: COAL
#      quantity: 1
#      lore:
#        - 'Crafted from Charcoal'
#      ingredients:
#        COAL:1: 1
#  furnace:
#    - material: LEATHER
#      source: ROTTEN_FLESH
#    - material: WOOL:15
#      source: WOOL
#      name: 'Burnt Wool'

Todo

  • Add furnace recipes Added in v1.1
  • Add option to override default recipe Added in v1.1
  • Add custom lore/names Added in v1.1
  • Add enchantment options Decided not to go through with this idea
  • Add potion recipes Not possible using the Bukkit API

Have a suggestion? Leave a comment!

Metrics

This plugin uses metrics to collect stats! It only collect basic things such as version type, and players online. If you want to see everything, click on the graph. Go into /plugins/PluginMetrics/config.yml to disable stat collecting if you wish.

MCStats

Development Builds

Go to the Pl3xRecipes Jenkins build server

Pl3xRecipes v1.4
MC 1.6.2, 1.6.1, 1.6.4
Release 2013-11-11 Get
Pl3xRecipes v1.5
MC 1.7.2, 1.5.2, 1.6.4
Release 2013-11-11 Get
Pl3xRecipes v1.2
MC 1.6.2, 1.6.1, 1.6.4
Release 2013-10-26 Get
Pl3xRecipes v1.1
MC 1.6.2, 1.6.4
Release 2013-10-21 Get
Pl3xRecipes v1.0
MC 1.6.2, 1.6.4
Release 2013-10-20 Get

More from _ForgeUser9049601

AllowedCommands
1,717
LoZDungeons
1,547
SayLegit
1,379
Pl3xMobLimiter
1,298

You Might Also Like

AdBolt Advertising Network
Make money from your Minecraft server by running ads!
9,992
Mineload
Mineload
9,978
BeastTP
BeastTP v1.0 - Teleportation Made Easy! -[Permissions][1317]
9,966
RegionManager
generate regions with just one command!
9,950
TimeKeeper
Keep the Server-Playtime per Day
9,948
SimpleAdmin
simple way to ban/kick unwanted players from your server
9,945