Custom Recipes

Discussion in 'Archived: Plugin Requests' started by Jacold92, Dec 11, 2012.

  1. Offline

    Jacold92

    Plugin category: Fun

    Suggested name: Custom Recipes

    What I want: Hello. I have new request - plugin which allows to create custom crafting recipes (in crafting tables, furnaces and brewing stands).

    All recipes will be created in config.yml

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions:
    customrecipes.craftingtable - allows to use custom crafting recipes that will be used in crafting tables
    customrecipes.furnace - allows to use custom crafting recipes that will be used in furnaces
    customrecipes.brewingstand - allows to use custom crafting recipes that will be used in brewing stands

    Ideas for functionality:

    config.yml


    Code:
    craftingtable:
      'nameofrecipe':
        line1: {empty,empty,empty}
        line2: {leather,334,leather}
        line3: {string,iron_ingot,287}
        result: 329
        count: 1
    furnace:
      'nameofrecipe':
        ingredient: 88
        product: glowstone
        (if possible)
        burningtimeneeded: 360 (ticks)
    brewingstand:
      'nameofrecipe':
        itembefore: 373:8229
        ingredient: 381
        itemafter: 384

    When I'd like it by: ASAP. I really need this plugin ;)
     
  2. Offline

    SoulTaker0227

    Sorry, Bukkitcannot create new entities, it can only modify the existing entities , try to get a vinnila server :)
     
  3. This IS possible, really, okey try to search craftbook or something (its from the same guy who made world edit and stuff) search his site i think one of his plugins has this function :)
     
  4. Offline

    Jacold92

    You misunderstood me. The target of my plugin request is e.g. ability to crafting saddles, allow only-in-creative or very rare items to craft. Bump.
     
  5. Offline

    charlie_boi

    Try RecipeManager, its a little outdated but it still works with CB1.4.5 R0.2 and under(haven't tested with higher versions) The developer said hes going to pick the project up again soon too.
     
    Jacold92 likes this.
  6. Offline

    Jacold92

    Works perfect. Thanks.
     

Share This Page