marex-git / gemXp

Fork of the PearlXP minecraft (Bukkit) plugin, implementing the storage of XP in an item.
1 stars 0 forks source link

General obtention of the GemXP items is buggy #15

Closed Seud closed 11 years ago

Seud commented 11 years ago

I personnally use books as the "empty" items and enchanted books as "full" ones.

EDIT 2 : Without plugins, the repartition of enchantments is still uneven so it's not from the plugin. Corresponding issue removed.

marex-git commented 11 years ago

Thanks for taking the time to report these issues; although for the future please open different issues for the different bugs. I will broke down your issue in two different ones and mark this one as wontfix. Know that I will fix them but I will refer to the new two issues.

For the picking up action The reason it behave this way is because bukkit doesn't support creating new items and so to allow you to chose the number of 'gems' in a stack, the plugin handles all inventory events when it comes to gems items. For the pickup event, I cannot trigger the pick-up sound in bukkit as this sound seems relented to the event itself in the client (client side).

With that said, while testing your issues I found the pick-up event to greedy. I will make it more specific to filled 'gems'.

Picked-up enchanted books I am sorry I was unable to reproduce this one. Maybe give me more specific actions ?

Crafting with shift This is a critical bug, I will look into it...

marex-git commented 11 years ago

I just broken your issue in these two : issue #16 and #17

marex-git commented 11 years ago

I made some fixes. if you want to test it and see if it solve your problems, please give me some feedback. https://dl.dropbox.com/u/20943221/GemXp.jar

marex-git commented 11 years ago

I released version 0.3.1 that includes fixes for your issues. Please update and see if it solves your problems.