Inactive [FUN/GEN/ADMN] MyCraftbox - Add your own crafting recipes! NO Spout! [1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Soxra, May 2, 2012.

  1. Offline

    Soxra

    MyCraftbox
    Add your own crafting recipes to your server
    Description:
    With MyCraftbox you can easily add custom crafting recipes to your server, done through a simple recipe file.
    Features:
    • Add own recipes
    • Simple configuration
    • no plugin config
    • portable craft commands
    How to create recipe files:
    First of all there are two different types of recipes: The shaped and shapeless recipes.
    Shaped: You have a "blueprint" to order the ingredients in your crafttable
    Shapeless: Just put the ingredients into the craftfield.

    YOU HAVE TO CREATE NEW .yml FILES FOR EACH RECIPE.

    The Shaped Recipe File:
    Create a new .yml file in the /MyCraftbox folder (You can choose a name).
    Add this code:
    Code:
    recipe:
        result: CACTUS
        recipe:
            type: shaped
            firstrow: 0 1 0
            secondrow: 1 1 1
            thirdrow: 0 1 0
        amount: 3
    Now change the result to your choise BUT it has to be a bukkit material: Materials.
    Dont change the shaped type and add you own blueprints with the item values. At the end, change the amount (how many of <result> should come out.

    The Shapeless Recipe File:
    This file is easier. Create a new .yml file in the /MyCraftbox folder (You can choose a name).Copy this code into your yml file:
    Code:
    recipe:
        result: CACTUS
        recipe:
            type: shapeless
            ingredients: 5,1
        amount: 3
    Change the result to your choice BUT it has to be a bukkit material: LINK
    Dont change the shapeless type and add your ingredients spererated with a "," (item values).

    All exmaple configs are also included in the download.
    That's it.

    Commands:
    • /mc craft, opens a portable craftbox.
    • /mc recipes, lists all recipe files. (also you config.yml, will fix that)
    Permissions:
    • MyCraftbox.Command.Craft, allows you to use /mc craft
    • MyCraftbox.Command.Recipe, allows you to use /mc recipes
    How to install MyCraftbox:
    Simply copy the MyCraftbox.jar into your /plugins folder, reload or restart the server and modify and create your recipe files.
    To Do
    • Data values (eg.: 17:3)
    • Disallow choosen recipes.
    Changelog
    • Version 1.0
      • Initial Release
     
    garrett2smart87 and Adrenaline like this.
  2. Offline

    Adrenaline

    Fail.

    No download, no example config, whats this? :|
     
  3. Offline

    Soxra

    Sorry, my internet is gone on my main computer. I will create a new Thread. this one can be deleted.
     
  4. Offline

    teetor

    U are that awesome young coder!
    Wow! Yet Again amazed...
     
  5. Offline

    Soxra

    Adrenaline teetor
    Now everything is updated and should work. Im now working on a simple "recipe creator"
     
  6. Offline

    Adrenaline

    looks nice :p
     
  7. Offline

    Soxra

    thanks.
     
  8. Offline

    C0nsole

    How on earth do you not use spout for this...

    Soxra will totally use but download is broken :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  9. Offline

    pom32

    Hmm.. I have tried cookbook ( the updated version, not fullwall's)
    Is this better?
    If a recipie creator is made then this will be BOSS!
    :D

    Edit:
    Just noticed I can't add data values :(
     
  10. Offline

    md_5

    Approved
     

Share This Page