Parozzz / HopeItems

Spigot API - Create custom items with ease
https://www.spigotmc.org/resources/hopeitems-1-8-8-1-12-create-custom-items-with-eases.42422/
MIT License
1 stars 4 forks source link

List of Bugs (For 1.13.X version of source code) #5

Open PiggiesGoSqueal opened 5 years ago

PiggiesGoSqueal commented 5 years ago

This list of bugs includes the issues that occurred when updating the plugin to 1.13.x. It does not include the original bugs of the plugin. While those are still issues, they did not occur while updating the plugin.

These bugs NEED to be fixed when updating the source code to 1.13.x

1.) Custom items using player heads do not show their custom textures. An example item can be found here.

2.) armorequip and armorunequip actions do not work for wearing pumpkins (although for 1.13.x it's really called wearing a carved pumpkin instead). Example item: https://pastebin.com/QCpdeWSc

3.) I spawned a golden egg (custom item) and used it. It gave this console error: https://pastebin.com/1dV2jdCC Custom Item: https://pastebin.com/tvBX3HJW

I did not test particles because particles have not been fixed yet.