{REQ] give new Items (Ultraitems) a new, unused, item-ID

Discussion in 'Archived: Plugin Requests' started by ChrisX930, Oct 26, 2011.

  1. Offline

    ChrisX930

    Heya,
    I'm searching for a plugin, that can give new Items, that I've created with "Ultraitems", a new, unused, Item-ID.
    I want to make new recipes with new items (like "Obsidian Ingot"(new) and "Stick" for Obsidian-Sword).

    Is it possible? how can I make this?

    THIS won't work
     
  2. Offline

    Grammar Troll

    try to replace item with itemid
     
  3. Offline

    ChrisX930

    won't work :-/
    I've two obsidian-ingot's (created with a furnace ) (ultracraft-item)
    but i can't make a Obsidian-Sword.
    Here'se my config "Ultraitems":
    Code:
        obsingot:
            itemid: 49
            data: 3
            title: Obsidian Ingot
            url: http://triavolution.eu/TriaCraft/gameicons/obsing.png
            maxstacksize: 64
            recipes:
            - type: furnace # you can use furnace, shaped or shapeless
              ingredients: "49" # ingredient id:data
        osword:
            title: Obsidian Sword
            url: http://triavolution.eu/TriaCraft/gameicons/osword.png
            damage:
                entity: 80 # damage caused to entity (2 = 1 hearth)
            recipes:
            - type: shaped
              amount: 2 # amount of items gained by crafting
              ingredients: |
                0 49:3 0
                0 49:3 0
                0 280 0
    I need help, please :-/

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

    ChrisX930

    anyone a idea?
    i want to create new items and ingredients for new recipes and brand new Premium-Items for my VIP-Users there buy the items with buycraft.
    but my config wont work
     
  5. Offline

    ChrisX930

    need help..
    Please, I want to make custom ingredientsfor custom Items, but it won't work with the config

    Code:
        obsingot:
            item: 49
            data: 3
            title: Obsidian Ingot
            url: http://triavolution.eu/TriaCraft/gameicons/obsing.png
            maxstacksize: 64
            recipes:
            - type: furnace
              ingredients: "49"
        osword:
            title: Obsidian Sword
            url: http://triavolution.eu/TriaCraft/gameicons/osword.png
            damage:
                entity: 16
            recipes:
            - type: shaped
              amount: 1
              ingredients: |
                0 49:3 0
                0 49:3 0
                0 280 0
    Can anyone help me with this?
    Here are my configs, please help.
     

    Attached Files:

    Last edited by a moderator: Jun 19, 2016
  6. There is something in the rules about bumping.
     
  7. Offline

    The3vilm0nk3y

    u can use the item name in the craft recipe ie.
    Code:
                0 obsingot 0
                0 obsingot 0
                0 280 0
    dude hes trying to get an anwer.. hes asking a question.. not bumping. keep trolling

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

    iJumbo

    I believe this topic should be under plugin development. AKA: Plugin help, correct me if I'm wrong. :)
     
  9. Offline

    Sparmerlin

    I don't think you can make new items?
     
  10. Offline

    undeadmach1ne

    the plugin development forums are not for plugin help.
     
  11. Offline

    Lextao

    Close this thread please.

    About your Issue:
    Since the SpoutAPI for custom items changed there is no way for making the items have the ID you want, Me personally talked to one of the devs and in no near future will me possible. Sorry.
     

Share This Page