Setup problems. #64


  • New
  • Other
Open
  • _ForgeUser9335729 created this issue Jan 25, 2014

    Hello, I did not find any information in Google nor did I in jd.bukkit.org about the topic so I am writing to you. I am not a plugin developer or anything, just a server administrator trying to run Quake on my server. I want to give my players more fun by giving them more customization and progress options. I am trying to add different armor types in the Armor shop but I cannot seem to succeed with any of them but Leather Armor (I just change some words in the default config so the armor is fancier).

    I can't find the meta-types for each type of armor (and I don't even know what that meta-type is for).

    This is my not working config:

    Implementation: ArmorCustomFile
    Price: 200
    Name: DMChestplate
    Material:
      ==: org.bukkit.inventory.ItemStack
      type: DIAMOND_CHESTPLATE
      meta:
        ==: ItemMeta
        meta-type: DIAMOND_ARMOR
        display-name: §bDiamond Chestplate
        lore:
        - §rI am RICH !!

    When I remove the meta-type an error says there is no stated meta-type. If I write anything (ex. DIAMOND_ARMOR) for meta-type, the error says the meta-type is invalid =/

    Only Leather Armor works as I already have a default config in which I just modify the color, lore and name.

    And how do I add different types of Pants and Boots ? No explaination nor anything on the Bukkit page..

    Could you tell me how to make it a work? And not just that one but for Gold, Iron, Chain armor as well.

    I also get some kind of errors in the console about implemenatation or whatever: http://prntscr.com/2jsnbi

    This is what I get if I remove the meta-type line: http://prntscr.com/2jvovi

    I know about the material names(http://jd.bukkit.org/rb/doxygen/d6/d0e/enumorg_1_1bukkit_1_1Material.html), but apparently it needs meta-type.

    @geekpower14: In the default leather chestplate file (the one which is generated by the plugin) the meta-type is LEATHER_ARMOR. How did you find that the meta-type is LEATHER_ARMOR so you can put it in that file ?

    Also I am starting to feel hopeless about using this plugin. I got no support even by the author himself. Nor did I in the comment section despite the fact I wrote there 3 times in the past 2 weeks. (I could have written more, but I don't want to be insolent)

    A methaphor just for the case: A tree might be able to serve as fuel, but without an axe, there's no way to chop it down => the tree is useless.

  • _ForgeUser9335729 added the tags New Other Jan 25, 2014

To post a comment, please login or register a new account.