OddItem

25k Downloads

Names for Wood.

macfreek opened this issue ยท 3 comments

commented

Chestshop makes use of OddItem.getItemStack to find a block or item by its name. For example, it provides the command '''/iteminfo'''. However, this has the following problem:

/iteminfo 5:3
Jungle Wood     5:3
/iteminfo Jungle Wood
Jungle Wood Stairs   136:3

Clearly, the second one is interpreting wrong.
Since the problem is in the odditem code, I'd thought to report it here.
Is this a known bug? Is there a workaround?

Note that Redwood wood gives the expected result, while birch wood does not:

/iteminfo Redwood Wood
Redwood Wood     5:1
/iteminfo Birch Wood
Birch Wood Stairs   136:2
commented

Please copy your items.yml so I can test this.

commented

FYI, I'm waiting for a reply from the server owner. I'll remind him.

commented

I'm going to close this. According to the Chestshop code, it import info.somethingodd.bukkit.OddItem.OddItem;. However, according to the admin of the server odditem is not installed. If it turns out to be a odditem issue, I'll re-open, but for now, I don't think this belongs on your plate. Thanks for listening.