Inactive [FUN/MISC] Recipe Creator [1.4.2]

Discussion in 'Inactive/Unsupported Plugins' started by thefiscster510, Oct 7, 2012.

  1. Offline

    thefiscster510

    [​IMG]

    With this plugin you can create your own recipes for items on your server directly in game!.
    All you need to do, is download the ".jar" file, put it in your plugins directory, and start your server!
    To add a recipe, type in /addrecipe <name>
    Video Tutorial


    Example Recipe

    Recipes:
    Example:
    Output: LOG:1
    Output-Amount: 1
    ShapeChars:
    - A
    - B
    - C
    - X
    CharMats:
    - '17:2'
    - 1
    - GRASS
    - null # null is for air
    Shape-1: BCB
    Shape-2: AAA
    Shape-3: AXA

    Explanation

    Recipes:
    Example: # Recipe name
    Output: LOG:1 # The output of the recipe
    Output-Amount: 1 # The number of items to output
    ShapeChars: # The characters used for the shape further down (You can add as many as you want, they will match up with the CharMats)
    - A
    - B
    - C
    - X
    CharMats: # The items used to craft. In this example A will represent BIRCH_WOOD, B will represent STONE, C will represent GRASS, and X will represent AIR or null
    - '17:2'
    - 1
    - GRASS
    - null
    #This is the crafting table.. Shape-1 represents the top row, Shape-2 represents the second row, and Shape-4 represents the third row. Just use the characters you assigned earlier.
    Shape-1: BCB
    Shape-2: AAA
    Shape-3: AXA

    End Result

    [​IMG]
    Commands / Permissions

    • /addrecipe <name>
    1. Adds a recipe to the game
    2. Permission associated with: recipe.add
    • /recipecancel
    1. Cancels a recipe that you're currently workign on
    2. Permission associated with: recipe.add
    • /recipereload
    1. Attempts to reload the config.yml
    2. Permission associated with: Only usable in console
    • /removerecipe <name>
    1. Removes a recipe
    2. Permission associated with: recipe.remove
    • /recipesearch <query>
    1. Searches through the recipes
    2. Permission associated with: recipe.search
    Download

    V1.2

    ChangeLog -
    1. Fixed item data being sent in game, such as INK_SACK:4 or 6:2
      http://dev.bukkit.org/server-mods/recipe-creator/files/8-recipe-jar-v1-2/
    V1.1

    ChangeLog -
    1. Added some error handling
    2. Fixed some typos
    3. Fixed not leaving the recipe session sometimes
      http://dev.bukkit.org/server-mods/recipe-creator/files/7-recipe-jar-v1-1/
    V1.0

    ChangeLog -
    1. Added /removerecipe and /recipesearch commands
      http://dev.bukkit.org/server-mods/recipe-creator/files/6-recipe-jar-v1-0/
    V0.9

    ChangeLog -
    1. Added /addrecipe and /recipecancel commands
      http://dev.bukkit.org/server-mods/recipe-creator/files/5-recipe-jar-v0-9/
    V0.8

    ChangeLog -
    1. Fixed ID Support
      http://dev.bukkit.org/server-mods/recipe-creator/files/3-recipe-jar-v0-8/
    V0.5

    ChangeLog -
    1. Added ID Support. You can now use ID's or Item Names
      http://dev.bukkit.org/server-mods/recipe-creator/files/2-recipe-jar-v0-5/
    V0.1

    ChangeLog -
    1. First Release :)
      http://dev.bukkit.org/server-mods/recipe-creator/files/1-recipe-jar-v0-1/
    To Do

    1. What do you want?
    Error Handling

    If you're getting an error that looks like:
    21:53:24 [SEVERE] Could not load 'plugins/Recipe.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/thefiscster510/recipe/Main : Unsupported major.minor version 51.0

    You have an outdated version of Java. All of my plugins are compiled with jre7. You are most likely running jre6. You can download a JRE6 version of Recipe Creator here
    Source Code

    You can view the source code on my github here - https://github.com/thefiscster510/Recipe-Creator
     
  2. Offline

    Eljodiopapa

    Awesome plugin! nice job!
     
  3. Offline

    thefiscster510

    Thanks mang!
     

Share This Page