Inactive [MISC] CraftSign v0.2 - Craft faster with signs! [1.3.1-R2.0]

Discussion in 'Inactive/Unsupported Plugins' started by TeNNoX, Aug 4, 2012.

  1. Offline

    TeNNoX

    <Edit by Moderator: Redacted mediafire url>

    Changes:
    Version 0.2:
    - added 40+ items/blocks
    - you can just write [cs] instead of [CraftSign]
    - auto capitalizes the first letter of the Item

    Description:
    With this Plugin you can craft frequent items (like tools, armor, food, weapons, etc.) just by rightclicking a sign!

    Video:


    How To:
    Build a sign like this: (case insensitive)

    1. line: [CraftSign] (short: [cs])
    2. line: <Item to craft>
    3. line: <Amount(optional)>

    If you did it right it will say "<font color="#158810">CraftSign created!</font>"

    Current items that you can craft: (case insensitive, more coming next version)
    * Wooden/Stone/Iron/Golden/Diamond Shovel/Axe/Pickaxe/Hoe
    * Leather/Golden/Iron/Diamond Helmet/Chest/Pants/Boots (i had to use "chest" and "pants" because only 15 letters fit on a line)
    * Planks, Sticks, Workbench, Chest, Furnace, TNT, Wool, Bookshelf, Enderchest, Flint and steel, Bucket, Compass, Map, Fishing rod, Shears, Bow, Arrow/s, Minecart, Rail/s, Boat, Wooden door, Button, Redstone torch, Lever, Dispenser, Piston, Bowl, Bread, Painting, Sign, Ladder, Bed, Bottle

    Now rightlick the sign and if you have enough resources in you inventory to craft the specified item, it will appear in you inventory and it will say "<font color="#158810"><Item> crafted!</font>". If not it will say what you are missing ;)

    Todo:
    - Add more items to craft!

    Permissions:
    craftsign.create - Allows to build CraftSigns
    craftsign.use - Allows to use CraftSigns

    Credits:
    TeNNoX (Me)
     
    Last edited by a moderator: Nov 10, 2016
    afistofirony and Jag.1000 like this.
  2. Offline

    Reptar_

    Looks really nice!
     
  3. Offline

    TeNNoX

    Thanks :D
     
  4. Offline

    Stevensaurus

    That's fucking cool. May be good for servers that disable crafting.
     
  5. Offline

    Adrenaline

    Now add gold and diamond weapon =3
     
  6. Offline

    TeNNoX

    And armor and some blocks and planks and sticks and some combined ones... :D
    coming 0.2 soon ;)
     
  7. Offline

    Tit4nium

    TeNNoX

    I can help you to add new items to craft :)
    If you need help you can add me on skype (tit4nium.skype) or start a conversation with me.
     
  8. Offline

    TeNNoX

    items are in the simple form
    Code:
    ShapelessRecipe diamondsword = new ShapelessRecipe(new ItemStack(Material.DIAMOND_SWORD, 1)).addIngredient(1, Material.STICK).addIngredient(2, Material.DIAMOND);
    also.. added you on skype :p
     
  9. Offline

    Lars1011

    1.3.1 support? <3
     
  10. Offline

    TeNNoX

    should work...
     
  11. Offline

    Lars1011

    o ok :D thanks :DDD

    Is there a way you could release a new version with more recipes? Would be greatly appreciated!
    <3

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

    TeNNoX

    just coming with 0.2 ;)
     

Share This Page