CustomRecipe

SpigotVIP CustomRecipe ARCHIEVED

CustomRecipe
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Original Link: https://www.spigotmc.org/resources/customrecipe.41631/ (WIll be deleted soon)​
Please Give me a positive rating as a token of appreciation
DONATION: Want more plugins donate any amount to

paypal.me/qtchan
Join my public server play.slimeskies.ga

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

OcSSXSc.png


Christmas Gift?
:)


Thank You Keep Supporting :)
EF7q9DN.png


This plugin allows you to add as many crafting recipes as you want to your Bukkit Server. You can create edit and remove recipes easily ingame. If you have an idea, for a new feature, lemme know first if there's a bug please don't give a bad review for just a bugs let me fix it. this will also alow you to create a recipe with custom name and custom enchantments unlike other custom recipes :)

GUIList
  • Press RIGHT CLICK to remove a recipe.
  • Press SHIFT + RIGHT CLICK to clear all recipes.
  • Press SHIFT + LEFT CLICK to edit the item.
  • Press LEFT CLICK simply view the item.

Anvil
To colorize:
  1. Rename item with '&' as color code.
  2. Must have permission anvil.colorize.

IlxeomH.png


  • Easy to make custom recipe.
  • GUI Support.
  • Shaped, Shapeless, Furnace and Anvil Recipe.
  • The items which are needed or crafted can also have special names, so recipes can require items with special names. BUT be aware, players are able to rename items in an anvil so they can easily "produce" this special items. Also the Inputs for Furnace recipes cannot have custom names.
  • Custom names and enchantments in recipes.
  • Custom Items supported.
  • Colorize item's name using anvil.
  • Remove color item using anvil.
  • Add command to an item using anvil.
  • Sounds.
  • Permission Control.
vaMcM03.png



TkPapfK.png

Code:
/customrecipe create <recipeName> : Creates a new recipe in GUI
/customrecipe edit <recipename> : Edits an already existing recipe in GUI.
/customrecipe view <recipename>: View an already existing recipe in GUI.
/customrecipe enable <recipename>: Enables a recipe.
/customrecipe disable <recipename>: Disables a recipe.
/customrecipe help: List all possible commands
/customrecipe remove: Removes the recipe.
/customrecipe clear: Will remove all existed recipe.
/customrecipe list <page> : List all currently available recipes in GUI
/customrecipe reload : Reload all configs and recipes
aliases: [cr, recipe]
4f797eebe86acb0aeea3a4525e03593b2659cbef

Code:
permissions:
  customrecipe.create: {description: ability to create recipe, default: false}
  customrecipe.edit: {description: ability to edit recipe, default: false}
  customrecipe.view: {description: ability to view recipe, default: false}
  customrecipe.enable: {description: ability to enable recipe, default: false}
  customrecipe.disable: {description: ability to disable recipe, default: false}
  customrecipe.help: {description: ability to use /cr help, default: false}
  customrecipe.remove: {description: ability to remove recipe, default: false}
  customrecipe.clear: {description: ability to clear recipes, default: false}
  customrecipe.list: {description: ability to list all recipes, default: false}
  customrecipe.reload: {description: ability to reload all configs, default: false}
  customrecipe.sign.view: {description: ability to use view sign, default: true}
  customrecipe.sign.create: {description: ability to create view sign, default: false}
  customrecipe.sign.break: {description: ability to break view sign, default: false}
  customrecipe.craft.*: {description: ability to craft all recipes, default: false}
  anvil.colorize: {description: ability to colorize name using anvil, default: false}
  anvil.command: {description: ability to add command to an item using anvil, default: false}

  customrecipe.*:
    children:
      customrecipe.create: true
      customrecipe.view: true
      customrecipe.edit: true
      customrecipe.enable: true
      customrecipe.disable: true
      customrecipe.help: true
      customrecipe.remove: true
      customrecipe.clear: true
      customrecipe.list: true
      customrecipe.reload: true

  customrecipe.sign.*:
    children:
      customrecipe.sign.view: true
      customrecipe.sign.create: true
      customrecipe.sign.break: true

  anvil.*:
    children:
      anvil.colorize: true
      anvil.command: true

  customrecipe.admin:
    default: op
    children:
      anvil.colorize: true
      anvil.stripcolor: true
      nvil.command: true
      customrecipe.sign.view: true
      customrecipe.sign.create: true
      customrecipe.sign.break: true
      customrecipe.create: true
      customrecipe.view: true
      customrecipe.edit: true
      customrecipe.enable: true
      customrecipe.disable: true
      customrecipe.help: true
      customrecipe.remove: true
      customrecipe.clear: true
      customrecipe.list: true
      customrecipe.reload: true

hCFsb31.png

Code:
###########
########
####


# Change this to true if you want to be notified if you were using the old CustomRecipe
UpdateNotifier: true

###########
########
####


boKNb69.png


  • Adding view on sign
  • Anvil Custom Recipes
  • Brewing Recipes
  • Better editing using /cr edit
  • Cauldron Recipes

MBO5cId.png


By purchasing and downloading the plugin you agree to:

1. Not -Redacted- this plugin, share any part of the code or resell it.
2. Only use the plugin on one server or network. And you can only run this plugin in the server/network you own.
3. Not edit any of the plugin's code, decompile the plugin, or take some parts of it.
4. You cant ask for a refund.
5. Not to give the plugin to anyone even your friends or family.
6. You will not post our source code online or offline any website.
7. If I ever stop updating this plugin, which I will try not to, you wont't get any refund. I am not obliged to update the plugin. That does NOT mean I won't update it.
8. You are purchasing virtual goods, not anything physical.
9. There will not be any legal actions against me.
10. If I ever find that you are leaking my plugin or posting our source code online or offline any website, you will be blocked from using Custom Recipe and you wont be pardoned until you delete it from the website.
11. I retain the right to permanently block you from using this plugin if I find you leaking it.
12. I retain the right to edit the plugin's price whenever i want.
13. I retain the right to add, edit, or remove the Terms and Conditions whenever i want.


Please use the Discuss this resource section for bugs not the reviews thank you :)

zpy5WCH.png

If you wanted to create a video with this plugin PM me for infos :)

Video :
Sorry for the video quality



Current Donation:
Thanks for Bell Cocoa.

Thanks for second donation Cocoa Bell.

cc1l3mB.png


Please use the Resource's discussion to discuss about the plugin matters, post the bug in Pastebin, Hastebin, or insert code
Code (Java):
// something like this
and of course you have to be certain about the bug.
  1. Define how the error persists.
  2. Console or Error log.
you must define this 2 at least.

Review if you think you were satisfied to the plugin.

Suggestion if you think you have in mind, back then I said use the Resource's discussion.


Installation, to install the plugin make sure to input the CustomRecipe.jar to your plugins folder and then load it using plugin loader such as PlugMan or Reloader, I will not going to suggest to use /reload command.

Update Files, to update CustomRecipe's yml kindly delete it and rerun the plugin,
  • delete the lang.yml to get the updated one.
  • delete the config.yml to get the updated one.
Language File, if you were not satisfied to the language file and you think you can make it better than it is, just give me a private message and talk about matters, downloading and getting the plugin will probably be free for you, refer to English Language for Updates.

Latest updates

  1. qtChan Got Lazy and Uploaded the whole zip file

    The largest file is the latest <3
  2. Fixed huge bug and added a view command

    Fixed huge bug and added a view command hope you enjoy using the plugin :) bug fixed: Null...
  3. Added lang yml

    Added lang yml

Similar resources

CustomRecipe B
0.00 star(s) 0 ratings
Downloads
50
Updated
CustomRecipe F
create your own custom recipe
1.00 star(s) 1 ratings
Downloads
169
Updated
CustomRecipe qtChan
create your own custom recipe
5.00 star(s) 4 ratings
Downloads
1,111
Updated
BlackSpigot General Chat
Rules Help Users
    L @ Lumm: No clue gang
    Top