►► CustomRecipes (1.8.x-1.21.x) || Advanced Recipes Made Easy || ◄◄ icon

►► CustomRecipes (1.8.x-1.21.x) || Advanced Recipes Made Easy || ◄◄ -----

Create your own advanced custom recipe or item! Crafting, furnace, stonecutter, and more!



ADDED FEATURES! (HIDE ENCHANT, POTION EFFECTS, RELOAD COMMAND)
In today's update (v1.3):
  • Added the ability to add potion effects within the config such as poison, hunger, or any other potion effect you would like to add. I have supplied the effect IDs in the config, be sure to use the correct IDs for the correct version you are running the plugin on or you WILL get errors! I have tested these features and have had no problem so if you come across a problem, please PM me before leaving a review.
  • Added a command to reload the configuration. Plugman is no longer needed to do the dirty work. Command is as follows: '/crecipe reload'. The permission for this is 'crecipe.reload'.
  • Added the ability to hide enchantments on your custom recipe. Update your config or you will not get this feature. 'Hide-Enchants: true/false'
  • Removed the /crecipe command that opened the GUI. The reason for this is that I have been getting PMs about errors regarding this because I have not finished this feature. It will take a bit of work on my end to get all the features added to the menu so please give me some time to work on this huge feature!
Thank you guys for the wait on these features, as always, if you have any suggestions on features or problems with Custom Recipes, please do not hesitate to shoot me a message.

New Configuration:
Reminder: If you have custom recipes already you do not have to delete your current configuration. Just add in the new sections to your current one. Don't forget to match the custom recipe identifier with the item display name (see above).

Code (Text):
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# CustomRecipe remastered by MehBoss                                                                #
# Version v1.3                                                                                      #
#                                                                                                   #    
# If you find a bug, send me a PM and it will be fixed! :)                                          #
#                                                                                                   #          
#    Enchant Strings:                                                                               #
# http://pastebin.com/AWtKQ5UH                                                                      #
#    Effects:                                                                                       #
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffect.html                      #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Messages:
  Invalid-Args: '&cInvalid args! (use: /crecipe give <player> <recipename>)'
  Player-Not-Found: '&cERROR: player not found!'
  Recipe-Not-Found: '&cERROR: recipe not found!'
  Inventory-Full: '&cERROR: target''s inventory is full!'
  Give-Recipe: '&aSuccessfully given player item!'
  Reload: '&aSuccessfully reloaded Custom Recipes!'
GUI:
  Open-Sound: CLICK
  Open-Message: '&aOpening menu..'
  Displayname: '&cRecipe Manager'
  Add-Displayname: '&aAdd Recipe'
Items:
  CursedPick:
      # This must match the item name minus "&" or spaces. Without doing so, your item effects will NOT work!
    Item: 278
      # Item ID
    Permission: 'customrecipe.recipe.cursedpick'
      # Give a player this permission to allow them to craft this item. Remove section if no permission wanted.
    Item-Damage: 'none'
      # Used for when you need a specific type of item with a "19/00" or "13:4". leave to none if non exists.
    Amount: 1
      # When you craft this item, this is the amount you will get from it.
    Name: '&4&lCursed Pick'
      # Name of the Item, you can use Color Codes!
      # Remove section if no custom name wanted.
    Lore:
     - '&c&lThe Cursed Pickaxe'
      # The lore of the item, it can be multiple lines.
      # Remove section if no lore wanted.
    Effects:
     - 'POISON:20:2'
      # This is for potion effects, remove section if not needed.
      # The format for this should be "POTION EFFECT:DURATION:AMPLIFIER"
    Hide-Enchants: true
    Enchantments:
     - 'DURABILITY:300'
      # All the Enchantments are listed at the Top. You can also add as many as you want
      # Remove section if no enchant wanted.
    ItemCrafting:
      # X Stands for Air, do NOT include X in the 'ingredients' below.
     - 'EEE' #First row in the crafting table
     - 'XIX' #Second row in the crafting table
     - 'XIX' #Third row in the crafting table
    Ingredients:
      # Format: LETTER:ITEMID:AMOUNT:DISPLAYNAME (Color Codes Included)
      # REMOVE LAST PART IF NO CUSTOM NAME WANTED.
     - 'E:388:1:Emerald Essence'
      # E Stands for Emerald because 388 is the ItemID for emerald.
      # Format: LETTER:ITEMID:DISPLAYNAME (Color Codes Included)
      # REMOVE LAST PART IF NO CUSTOM NAME WANTED.
     - 'I:265:1:Iron Essence'
      # I Stands for Iron because 265 is the ItemID for iron ingot.
      # Format: LETTER:ITEMID:DISPLAYNAME (Color Codes Included)
      # REMOVE LAST PART IF NO CUSTOM NAME WANTED.

----------, Feb 21, 2022
Resource Information
Author:
----------
Total Downloads: 50,616
First Release: Feb 25, 2017
Last Update: Yesterday at 10:39 PM
Category: ---------------
All-Time Rating:
42 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings