Crafting Recipe Lister

Discussion in 'Plugin Requests' started by MrIggyman1234, May 20, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    MrIggyman1234

    This plugin is very simple. All I want it to do is allow everyone to type /recipes and receive a gui which shows all the custom bukkit recipes. The book should say &aNext Recipe, and when clicked should send you to the next custom recipe.

    Gui:

    [​IMG]
     
  2. Offline

    timtower Administrator Administrator Moderator

    @MrIggyman1234 We can't see if a recipe is custom added or from vanilla though.
     
  3. Offline

    GeekWithAChick

  4. Offline

    MrIggyman1234

    Ok that is fine.
     
  5. Offline

    MrIggyman1234

    Can someone make this plugin. I'm fine with having 2 enter in the recipes manually
     
  6. Offline

    MrIggyman1234

  7. Offline

    msnijder30

    @MrIggyman1234
    I'll work on it today.

    EDIT: completed

    https://www.dropbox.com/s/ze3a11ishrunh04/CraftingListener.jar?dl=0

    Starting from the top left of the recipe is slot 1, fill in what item you want there etc..
    if you can't figure it out just ask me

    example config:
    Code:
    items:
      '1':
        result:
          id: 54
          damage: 0
        slot:
          '1':
            id: 5
            damage: 4
          '2':
            id: 5
            damage: 4
          '3':
            id: 5
            damage: 4
          '4':
            id: 5
            damage: 4
          '5':
            id: 0
            damage: 0
          '6':
            id: 5
            damage: 4
          '7':
            id: 5
            damage: 4
          '8':
            id: 5
            damage: 4
          '9':
            id: 5
            damage: 4
      '2':
        result:
          id: 54
          damage: 0
        slot:
          '1':
            id: 5
            damage: 4
          '2':
            id: 5
            damage: 4
          '3':
            id: 5
            damage: 4
          '4':
            id: 5
            damage: 4
          '5':
            id: 0
            damage: 0
          '6':
            id: 5
            damage: 4
          '7':
            id: 5
            damage: 4
          '8':
            id: 5
            damage: 4
          '9':
            id: 5
            damage: 4
    etc...
     
    Last edited: May 29, 2015
  8. Offline

    MrIggyman1234

Thread Status:
Not open for further replies.

Share This Page